plot_gold_expression: Visualise the expression of the gold standard over simulation...

View source: R/plotting.R

plot_gold_expressionR 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 generate_gold_standard().

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)

dyngen documentation built on Oct. 12, 2022, 5:06 p.m.