dta.plot: Function to create a plot based on synthesis and degradation...

Description Usage Arguments Value Author(s) Examples

Description

Function to create a plot based on synthesis and degradation rates

Usage

1
2
dta.plot(mu, lambda, labeledcol = "blue", unlabeledcol = "yellow",
  totalcol = "red", showformula = TRUE)

Arguments

mu

synthesis rate in transcripts min^-1

lambda

degradation rate [min^-1]

labeledcol

color for newly synthesized, labeled RNA

unlabeledcol

color for unlabeled RNA

totalcol

color for total RNA

showformula

logical; should the mathematical formulas be displayed in the plot

Value

list with labeled, unlabeled and total RNA values per time point given the specified synthesis and degradation rate as generated by dta.model

Author(s)

Thomas Walzthoeni, Carina Demel

Examples

1
res=dta.plot(mu=100,lambda=0.05,showformula=TRUE)

carinademel/RNAlife documentation built on May 13, 2019, 12:43 p.m.