Entering edit mode
3.6 years ago
FantasticAI
▴
60
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.
What organism is it, what reference genome are you using, what kit was used, and was it single nucleus RNA-seq?