powered by
Visualise the expression of the simulations over simulation time
plot_simulation_expression( model, simulation_i = 1:4, what = c("mol_premrna", "mol_mrna", "mol_protein"), facet = c("simulation", "module_group", "module_id", "none"), label_nonzero = FALSE )
A ggplot2 object.
A dyngen intermediary model for which the simulations have been run with generate_cells().
generate_cells()
Which simulation to visualise.
Which molecule types to visualise.
What to facet on.
Plot labels for non-zero molecules.
# \donttest{ data("example_model") plot_simulation_expression(example_model) # }
Run the code above in your browser using DataLab