plot_gold_expression {dyngen} | R Documentation |
Visualise the expression of the gold standard over simulation time
Description
Visualise the expression of the gold standard over simulation time
Usage
plot_gold_expression(
model,
what = c("mol_premrna", "mol_mrna", "mol_protein"),
label_changing = TRUE
)
Arguments
model |
A dyngen intermediary model for which the simulations have been run with |
what |
Which molecule types to visualise. |
label_changing |
Whether or not to add a label next to changing molecules. |
Value
A ggplot2 object.
Examples
data("example_model")
plot_gold_expression(example_model, what = "mol_mrna", label_changing = FALSE)
[Package dyngen version 1.0.5 Index]