Description Usage Arguments Value Examples
A method to access the modeld rates via the method modelRates
1 2 3 4 | viewModelRates(object, feature)
## S4 method for signature 'INSPEcT'
viewModelRates(object, feature)
|
object |
An object of class INSPEcT |
feature |
A character indicating the feature to retireve, "synthesis", "degradation", "processing" for rates, "total" for total mRNA concentrations or "preMRNA" for premature mRNA concentrations |
A numeric matrix containing the values for the selected feature
1 2 | nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
viewModelRates(nascentInspObj10, 'synthesis')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.