powered by
The output of this object can be used with dyno.
wrap_dataset( model, store_cellwise_grn = !is.null(model$experiment$cellwise_grn), store_dimred = !is.null(model$experiment$dimred), store_rna_velocity = !is.null(model$experiment$rna_velocity) )
A dyngen output model for which the experiment has been emulated with generate_experiment().
generate_experiment()
Whether or not to also store cellwise GRN information.
Whether or not to store the dimensionality reduction constructed on the true counts.
WHether or not to store the log propensity ratios.
A dynwrap object.
# NOT RUN { data("example_model") dataset <- wrap_dataset(example_model) # dynplot::plot_dimred(dataset) # }
Run the code above in your browser using DataLab