A single-cell ATAC pipeline based on scanpy and clustering on most variable genomic bins. Originated from Josh@Kyle's lab.
0
stars
0
forks
source link
snATAC pipeline
** Steps
- Run 10x cellranger
- Run preprocessing pipeline
- Run
Run_prefilter.py
to get thresholds
- Run
Run_jupyter.py
to do initial clustering
- Run
Run_scrublet.py
to get scrublet doublet score
- Run
Run_merge.py
to merge samples
** Improvements
- Get
cut_freq_matrix
for prom x cells
- Group frag/reads for (cells in) clusters, then call peaks
- Merge frag/reads
-