View source: R/Filter_Genes_from_Variable_Genelist.R
Filter_Genes_from_Variable_Genelist | R Documentation |
This function allows you to filter genes for mt, ribosomal and cell cycle list.
Filter_Genes_from_Variable_Genelist( SCdata, Species = "hsa", mt = TRUE, rb = TRUE, cc = FALSE )
SCdata |
Seurat Object |
Species |
Species Name. Valid options are hsa or mmu |
mt |
mitochondrial genes (MOUSE) to be removed from Seurat object |
rb |
ribosomal genes (MOUSE) to be removed from Seurat object |
cc |
CellCycle genes (Converted from Human to Mouse) to be removed from Seurat object |
Filter_Genes_from_Variable_Genelist()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.