Process_Seurat_Object_Initial_Filter_Genes_from_Variable_Genelist | R Documentation |
This function performs a) mt, ribo % calculation, b) Normalization c) Filtering from variable genes d) Scaling of the data
Process_Seurat_Object_Initial_Filter_Genes_from_Variable_Genelist( Temp.object, FeatureNum = 2500, Species = "hsa", mt = TRUE, rb = TRUE, cc = FALSE )
Temp.object |
Seurat Object |
FeatureNum |
number of Features for variable genes |
Species |
Species Name. Valid options are hsa or mmu |
mt |
mitochondrial genes to be removed from Seurat object |
rb |
ribosomal genes to be removed from Seurat object |
cc |
CellCycle genes (Converted from Human to Mouse in needed) to be removed from Seurat object |
Process_Seurat_Object_Initial_Filter_Genes_from_Variable_Genelist()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.