getStat {Rnits}R Documentation

Retrieve ratio statistics

Description

Extract ratio statistics from fitted Rnits object

Usage

getStat(object)

## S4 method for signature 'Rnits'
getStat(object)

Arguments

object

Rnits object

Value

An vector of ratio statistics

Examples

# load pre-compiled expressionSet object for Ronen and Botstein yeast  chemostat data
data(yeastchemostat)
rnitsobj = build.Rnits(yeastchemostat, logscale = TRUE, normmethod = 'Between')
## Not run: 
# Fit model using gene-level summarization
rnitsobj <- fit(rnitsobj, gene.level = TRUE, clusterallsamples = FALSE)

# Get ratio statistics from fitted model
stat <- getStat(rnitsobj)

## End(Not run)

[Package Rnits version 1.29.0 Index]