View source: R/pseudobulk_create.R
make_pseudobulk | R Documentation |
Makes pseudobulk from Seurat object
make_pseudobulk(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 conditions |
list of pseudobulks (i.e. matrices of aggregated counts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.