plotRates: draw Method

Description Usage Arguments Value Examples

Description

It is used to draw a rate image that contains six images. The expression values of the real genes and the fitted expression values are plotted separately, and the rate of the change is varied with time. Can also plot predicted expression values and rate values

Usage

1
plotRates(object, genename, predict = FALSE)

Arguments

object

a pulseTDmodel that has been calculated with estimateParams

genename

The name of the gene to be drawn

predict

The time interval you want to draw,default is FALSE, or a vector of three values,(start, end, step)

Value

There is no return value, six pictures will be drawn separately.

Examples

1
2
3
data('pulseRates', package='pulseTD')
plotRates(pulseRates, 'NM_001001181')
plotRates(pulseRates, 'NM_001001181', predict=c(0,180,20))

pulseTD documentation built on May 17, 2019, 5:03 p.m.