View source: R/helper_celltype_expression.R
remove_mito_ribo | R Documentation |
This function removes mitochondria and ribosomal genes and genes highly correlated with these genes, as mitochondria and ribosomal genes are typically not interesting to look at.
remove_mito_ribo(alldata)
alldata |
A list object containing expression data |
The list object with the mitochrondrial and ribosomal genes and other highly correlated genes removed
utils::data("example_scrnaseq" , package = "scFeatures")
data <- example_scrnaseq
data <- list(data = data@assays$RNA@data)
data <- remove_mito_ribo(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.