processExper | R Documentation |
Preprocess single cell RNA-seq data with seurat and return seurat object. This function only does normalization, finding variable genes and scaling
processExper(object, ccscale = F, return_var_genes = F, org)
object |
Seurat object |
ccscale |
Specify whether to scale for cell cycle genes or not |
return_var_genes |
Define if scale.data matrix should contain only the variable genes. T/F |
organism |
Organism (mouse/human) |
Seurat object
scrna = processExper(object=scrna,ccscale=F,sc.transform =F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.