View source: R/model_celltype_freqs.R
model_celltype_freqs | R Documentation |
Model Changes in Celltype Frequencies with Dirichlet Multinomial Regression
model_celltype_freqs(
sce,
unique_id_var = "manifest",
celltype_var = "cluster_celltype",
dependent_var = "group",
ref_class = "Control",
var_order = NULL,
confounding_vars = NULL,
...
)
sce |
a SingleCellExperiment object |
unique_id_var |
the unique identifier variable for each sample |
celltype_var |
the colData variable specifying celltype or subtype |
dependent_var |
the name of the colData variable for contrasts |
ref_class |
the class of dependent_var used as reference |
var_order |
Optional re-ordering of subset_group factor levels. Default NULL. |
confounding_vars |
Additional confounding variables from colData. |
... |
Additional arguments |
results_l a list of results
Other Celltype annotation:
find_marker_genes()
,
map_celltypes_sce()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.