getFitModel-methods: Extract fit data from 'Rnits' object

Description Usage Arguments Details Value Examples

Description

Retrieve model fit data from Rnits object after fit has been run.

Usage

1
2
3
4
getFitModel(object)

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

Arguments

object

Rnits

Details

Contains Ratio statistic, p-value and cluster ID data

Value

A data frame containing the model fit results for all genes

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# 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)

# P-values, ratio statistics and cluster ID's can be retrieved for all genes together
fitdata <- getFitModel(rnitsobj)

## End(Not run)

Rnits documentation built on Nov. 8, 2020, 6:26 p.m.