It's great when the answer ends up being so simple. Thanks for following up!
• 0 views
•
link
I'm trying to perform QC on my scRNAseq data which is from 10X, I find out there is zero mitochondria genes in my data, is this normal. I used the following code:
PercentageFeatureSet(data1101, pattern = "^mt-")
or
PercentageFeatureSet(data1101, pattern = "^MT-")
Both show zero.
Log in to answer this question.
What organism is it, what reference genome are you using, what kit was used, and was it single nucleus RNA-seq?