R/plotting.R
plot_gold_expression.Rd
Visualise the expression of the gold standard over simulation time
plot_gold_expression(
model,
what = c("mol_premrna", "mol_mrna", "mol_protein"),
label_changing = TRUE
)
A dyngen intermediary model for which the simulations have been run with generate_gold_standard()
.
Which molecule types to visualise.
Whether or not to add a label next to changing molecules.
A ggplot2 object.
data("example_model")
plot_gold_expression(example_model, what = "mol_mrna", label_changing = FALSE)
#> geom_path: Each group consists of only one observation. Do you need to adjust
#> the group aesthetic?