scRNA-seq and mitochondria DNA percentage
1
1
Entering edit mode
4.4 years ago
Morris_Chair ▴ 350

Hello everyone,

This is the first time for me to analyze scRNA data, compared to the example in the workflow (Seurat), I notice that I have a large amount of mtDNA, I was thinking to incread the percentage of mtDNA so that I don't loose informations but on the other end I don't want to have bad results, do you guys have any suggestion about it ?

code: seurat_object <- subset(seurat_object, subset = nFeature_RNA > 200 & nFeature_RNA < 2500 & percent.mt < 5)

my cells are leukaemia cells and here you can see the image

https://imgur.com/ZNHaMCU

Thank you

RNA-Seq • 4.5k views
ADD COMMENT
1
Entering edit mode

I generally use the "eye-ball" test for these types of situations. Obviously the cells with >50% mito reads are bad cells.

For the rest you would probably be ok setting the mt-DNA threshold to 10-15%.

Also please use the search function: Mitochondrial Gene percentage threshold in single cell RNA-Seq

ADD REPLY
4
Entering edit mode
4.4 years ago

scater has some nice QC functions that will determine which cells are outliers for QC each metric and remove them. It works on SingleCellExperiment objects, which are simple to convert from/to Seurat objects. This feels a bit better than just arbitrarily setting the thresholds yourself, though the results will be pretty similar.

But as previously mentioned, a threshold around 10% for mitochondrial reads is pretty standard - just make sure most of your obviously dead cells are removed.

ADD COMMENT

Login before adding your answer.

Traffic: 2002 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6