Analysis code for "A cellular atlas of the healthy human adult female urethra"
Overview
This repository contains the code necessary to replicate the analysis carried out in the above listed manuscript.
Usage
- Clone this repo and change into the directory.
- Launch R. If
renv
is not installed, it will be bootstrapped. - Prepare the R analysis environment by running
renv::restore()
. - Acquire the raw data (fastq files).
- Run Cell Ranger Count with version and parameters matching
run_cellranger_count.slurm
. - Run CellBender with the image version and parameters matching
run_cellbender.slurm
. - (Optional) Install the cellbender conda environment matching
environment_cellbender.yml
, and runcalc_rho_from_cellbender.slurm
to calculate contamination fractions. - Run
01_initial_analysis.R
, modifying the input and output lines as necessary. - Run
02_preprocess.R
, modifying the input and output lines as necessary. - Run
03_lineage_filtering.R
, modifying the input and output lines as necessary.