Description Usage Arguments Author(s) References See Also
View source: R/safe.toptable.R
Prints annotated results from SAFE
as a data.frame for categories with the strongest association to response/phenotype. This includes (a) category name; (b) category size; (c) global statistic; (d) nominal empirical p-values; (e) adjusted p-values; and (f) descriptions if available.
1 2 | safe.toptable(safe, number = 10,
pretty = TRUE, description = TRUE)
|
safe |
Object of class |
number |
Number of categories to be printed. If omitted, the first 10 categories are reported. |
pretty |
Logical determining whether p-values smaller than 10^-4 are output in scientific notation, rather than as decimals. By default |
description |
Logical determining whether category descriptions are appended to printed output. By default |
William T. Barry: bbarry@jimmy.harvard.edu
W. T. Barry, A. B. Nobel and F.A. Wright, 2005, Significance Analysis of functional categories in gene expression studies: a structured permutation approach, Bioinformatics21(9) 1943–1949.
See also the vignette included with this package.
safe
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.