getPval-methods: Get p-values

Description Usage Arguments Value Examples

Description

Extract p-values from fitted Rnits object

Usage

1
2
3
4
getPval(object)

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

Arguments

object

Rnits object

Value

An vector of p-values

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# 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 pvalues from fitted model
pval <- getPval(rnitsobj)


## End(Not run)

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