getPvaluesSize {FELLA}R Documentation

Get matrix for the p-value regarding CC size

Description

Extractor function for the matrix containing p-value by CC size that compares to a random selection of nodes in the KEGG graph

Usage

getPvaluesSize(data)

Arguments

data

FELLA.DATA object

Value

Matrix with p-values for CC size (internal usage)

Examples

## This function is internal
attach(environment(FELLA:::getPvaluesSize))
data(FELLA.sample)
M <- getPvaluesSize(FELLA.sample)
dim(M)
summary(as.vector(M))

[Package FELLA version 1.14.0 Index]