This repository contains scripts and notebooks used to perform all data analysis in the manuscript
Gallman et al. (in preparation). "Comparative single-cell RNA sequencing brain atlas of larval Astyanax mexicanus surface and Pachón cavefish."
- cellranger v9.0.1
- cellbender v0.3.0
- scanpy v1.9.8
- Cellranger-ready reference genome, in
ref/ - All reads in fastq format, in
reads/ - Sample sheet formatted for Cellranger input and containing 'population' as additional metadata column (cave/surface), at
samples.csv
- Run CellRanger once per sample. This is presented as a SLURM array job here, but may need to be modified depending on your setup.
- Run CellBender once per sample. This is also presented a a SLURM array job here.
- Cluster using scanpy. This is performed in a Jupyter notebook.