powered by
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 ggplot2 object.
A dyngen intermediary model for which the simulations have been run with generate_gold_standard().
generate_gold_standard()
Which molecule types to visualise.
Whether or not to add a label next to changing molecules.
data("example_model") plot_gold_expression(example_model, what = "mol_mrna", label_changing = FALSE)
Run the code above in your browser using DataLab