makeModelRates: Calculate modeled rates and concentrations

Description Usage Arguments Value Examples

Description

This function is used to evaluate rates and concentrations after modeling of the rates has been run with modelRates. The modeled rates are in functional form and can be evaluated at any time points.

This method can be used to regenerate the rates assiciated to the modeling, in case some testing parameters has changed.

Usage

1
2
3
4
5
6
7
makeModelRates(object, ...)

## S4 method for signature 'INSPEcT_model'
makeModelRates(object, ...)

## S4 method for signature 'INSPEcT'
makeModelRates(object, ...)

Arguments

object

An object of class INSPEcT_model

...

additional arguments tpts : A vector of time points where rates and concentrations have to be evaluated

Value

An object of class ExpressionSet containing the modeled rates and concentrations

Examples

1
2
3
4
5
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
viewModelRates(nascentInspObj10, 'degradation')
## force every degradation rate to be accepted as variable (makeModelRates is called internally)
nascentInspObj10 <- calculateRatePvals(nascentInspObj10, p_variability = c(.05,.05,1))
viewModelRates(nascentInspObj10, 'degradation')

ste-depo/INSPEcT documentation built on Oct. 3, 2020, 9:14 p.m.