Description Usage Arguments Value Examples
Extractor function for the matrix containing p-value by CC size that compares to a random selection of nodes in the KEGG graph
1 |
data |
FELLA.DATA object |
Matrix with p-values for CC size (internal usage)
1 2 3 4 5 6 | ## This function is internal
attach(environment(FELLA:::getPvaluesSize))
data(FELLA.sample)
M <- getPvaluesSize(FELLA.sample)
dim(M)
summary(as.vector(M))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.