View source: R/Preprocessing.R
CalculatePercentMito | R Documentation |
This will identify mitochrondrial genes and calculate p.mito for each cell
CalculatePercentMito(
seuratObj,
mitoGenesPattern = "^MT-",
annotateMitoFromReferenceIfNoHitsFound = TRUE,
outputColName = "p.mito"
)
seuratObj |
The seurat object |
mitoGenesPattern |
The expression to use when identifying mitochondrial genes |
annotateMitoFromReferenceIfNoHitsFound |
If true, a list of mitochondrial genes, taken from (https://www.genedx.com/wp-content/uploads/crm_docs/Mito-Gene-List.pdf) will be used to calculate p.mito |
outputColName |
The name of the output column to hold p.mito |
A Seurat object with p.mito calculated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.