Shall we remove ribosomal genes during QC procedures? #5003
-
Hello all, pbmc[["percent.mt"]] <- PercentageFeatureSet(pbmc, pattern = "^MT-") Do we need to remove ribosomal genes too? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Just a small clarification: in the code above you remove cells with high mitochondrial gene counts, not mitochondrial genes. I guess your question is whether we should filter cells based on the fraction of counts from ribosomal genes, not whether to remove ribosomal genes from the matrix (which you should not do). You can certainly filter cells based on other QC metrics like the fraction of ribosomal gene counts, if you have reason to believe these metrics correlate with poor cell quality. |
Beta Was this translation helpful? Give feedback.
Just a small clarification: in the code above you remove cells with high mitochondrial gene counts, not mitochondrial genes. I guess your question is whether we should filter cells based on the fraction of counts from ribosomal genes, not whether to remove ribosomal genes from the matrix (which you should not do).
You can certainly filter cells based on other QC metrics like the fraction of ribosomal gene counts, if you have reason to believe these metrics correlate with poor cell quality.