R/diffexp_models.R
dot-generate_model_from_vars.Rd
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
)
the data
the dependent variable
the confounding variables
the random effect variables (optional)
variables which interact (optional)
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()