ratesFirstGuessVar: Retrieve pre-modeling rates and concentrations variance

Description Usage Arguments Value See Also Examples

Description

This method allow to access to the estimated variance of synthesis rates and pre mRNA and total mRNA concentrations the way they were calculated by the constructor function newINSPEcT.

Usage

1
2
3
4
ratesFirstGuessVar(object, feature)

## S4 method for signature 'INSPEcT'
ratesFirstGuessVar(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 vector containing the values for the selected feature

See Also

newINSPEcT, ratesFirstGuess

Examples

1
2
3
4
5
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))

ratesFirstGuessVar(nascentInspObj10, 'total')
ratesFirstGuessVar(nascentInspObj10, 'preMRNA')
ratesFirstGuessVar(nascentInspObj10, 'synthesis')

INSPEcT documentation built on Nov. 8, 2020, 6:49 p.m.