viewModelRates {INSPEcT}R Documentation

Retrieve the modeled rates and concentrations

Description

Retrieve the modeled rates and concentrations

A method to access the modeld rates via the method modelRates

Usage

viewModelRates(object, feature)

## S4 method for signature 'INSPEcT'
viewModelRates(object, feature)

Arguments

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

Value

A numeric matrix containing the values for the selected feature

Examples

data('mycerIds10', package='INSPEcT')
viewModelRates(mycerIds10, 'synthesis')

[Package INSPEcT version 1.10.0 Index]