add_metadata | R Documentation |
This function adds metadata of variables and samples.
add_metadata(sce = NULL, mitochondria_symbol = NULL)
sce |
A SingleCellExperiment object. |
mitochondria_symbol |
A string representing for mitochondrial genes. This function computes percents of reads that map to the mitochondrial genes. Examples are '^MT-', '^mt-', etc. |
A SingleCellExperiment object.
data(pbmc_eg) pbmc <- add_metadata(sce = pbmc_eg, mitochondria_symbol = "^MT-")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.