combiz / scFlow

Single-cell/nuclei RNA-seq analysis tools in R for a complete workflow.
https://combiz.github.io/scFlow/
Other
55 stars 14 forks source link

feat: add option to test higher pc_mito tail #188

Open RHReynolds opened 2 years ago

RHReynolds commented 2 years ago

For QC of single-nucleus RNA-sequencing, only need to look for outliers in the higher tail of mitochondrial counts, as good quality nuclei should not contain any mitochondrial transcripts. Thus, added an option to allow users to specify this in annotate_sce(). Resolves https://github.com/combiz/scFlow/issues/187