.generate_model_from_vars | R Documentation |
Generate a model formula from dependent, confounding, and random vars
.generate_model_from_vars(
sce,
dependent_var,
confounding_vars,
random_effects_var = NULL,
interaction_vars = NULL,
prefix = NULL
)
sce |
the data |
dependent_var |
the dependent variable |
confounding_vars |
the confounding variables |
random_effects_var |
the random effect variables (optional) |
interaction_vars |
variables which interact (optional) |
prefix |
a variable prefix (e.g. "sce$") (optional) |
model_formula a model formula
Other differential gene expression:
.filter_sce_genes_for_de()
,
.perform_de_with_mast()
,
.preprocess_sce_for_de()
,
perform_de()
,
pseudobulk_sce()
,
report_de()
,
volcano_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.