| plot_simulation_expression | R Documentation |
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
)
model |
A dyngen intermediary model for which the simulations have been run with |
simulation_i |
Which simulation to visualise. |
what |
Which molecule types to visualise. |
facet |
What to facet on. |
label_nonzero |
Plot labels for non-zero molecules. |
A ggplot2 object.
data("example_model")
plot_simulation_expression(example_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.