Description Usage Arguments Value Examples
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
1 2  | ## S4 method for signature 'pulseTDmodel'
predictExpression(object, tg)
 | 
object | 
 a 'pulseTDmodel' that has been calculated with   | 
tg | 
 A vector of points in time at which experimental data is collected, not allowed to be repeated  | 
Returns a list containing predicted values for each gene and a 0.95 confidence interval
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.