Learn R Programming

Rnits (version 1.6.2)

getPval: Get p-values

Description

Extract p-values from fitted Rnits object

Usage

getPval(object)
"getPval"(object)

Arguments

object
Rnits object

Value

An vector of p-values

Examples

Run this code
# 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)

Run the code above in your browser using DataLab