getPval | R Documentation |
Extract p-values from fitted Rnits
object
getPval(object) ## S4 method for signature 'Rnits' getPval(object)
object |
|
An vector of p-values
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.