Description Usage Arguments Value
View source: R/supportingfunctions.R
calculate population-level cell type proportions from single-cell data
1 2 3 4 5 6 7 | pop.ct.prop.scRNA(
scRNA,
cluster,
sample,
sep.group=F,
group=NULL
)
|
scRNA |
ExpressionSet object for single-cell data |
cluster |
character string specifying the variable name for cell types |
sample |
character string specifying the variable name for subject/samples |
sep.group |
logical. Whether to seperately calculate population-level cell type proportions by groups. The default is False. |
group |
character string specifying the variable name for group |
population-level cell type proportions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.