predictExpression: predict Expression

Description Usage Arguments Value Examples

Description

It is used to predict the expression of all gene at a given time, including the expression of pre-mRNA (Precursor RNA) and the expression of total mRNA (Mature RNA). End time and time interval can be arbitrarily defined

Usage

1
predictExpression(object, tg)

Arguments

object

a 'pulseTDmodel' that has been calculated with estimateParams

tg

A vector of points in time at which experimental data is collected, not allowed to be repeated

Value

Returns a list containing predicted values for each gene and a 0.95 confidence interval

Examples

1
2
3
4
5
6
7
data('pulseRates', package='pulseTD')
pulseRates_correct = correctionParams(pulseRates)
TimeGrid = seq(0,180,15)
preExp = predictExpression(pulseRates_correct, tg=TimeGrid)
data('preExp', packages='pulseTD')
df = data.frame(preExp[['NM_001002011']])
head(df)

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