Assume the given models have the exact same feature ids and ran up until the generate_cells() step.
In addition, the user is expected to run generate_experiment() on the combined models.
combine_models(models, duplicate_gold_standard = TRUE)A combined dyngen model.
See the vignette on simulating batch effects on how to use this function.
# \donttest{
data("example_model")
model_ab <- combine_models(list("left" = example_model, "right" = example_model))
# show a dimensionality reduction
plot_simulations(model_ab)
plot_gold_mappings(model_ab, do_facet = FALSE)
# }