mitichondrial marker genes in SCRNAseq
1
1
Entering edit mode
6.4 years ago
rob.costa1234 ▴ 310

I am working on ScRNAseq and am using Saurat package. On the page http://satijalab.org/seurat/pbmc3k_tutorial.html there is mention of mitochondrial genes- mito.genes <- grep(pattern = "^MT-", x = rownames(x = pbmc@data), value = TRUE)

Is there a list of mitochondrial marker genes? Any pointer will be helpful.

Thanks

RNA-Seq • 1.9k views
ADD COMMENT
0
Entering edit mode
6.4 years ago
igor 13k

Based on the code, they are just searching for genes that start with "MT-".

Alternatively, you can search for search for genes on "chrM" in your GTF.

ADD COMMENT

Login before adding your answer.

Traffic: 2905 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