View source: R/pseudobulk_create.R
seurat_to_sce | R Documentation |
Turns seurat objects into sce objects
seurat_to_sce(so, split_var = NULL, sample_var, vars)
so |
Seurat object |
split_var |
as string, name of variable splitting pseudobulks (e.g. cluster) |
sample_var |
as string, name of variable identifying samples |
vars |
list of strings, name of variables of relevant condition |
sce object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.