EdgeTest-class {alakazam}R Documentation

S4 class defining edge significance

Description

EdgeTest defines the significance of parent-child annotation enrichment.

Usage

## S4 method for signature 'EdgeTest'
print(x)

## S4 method for signature 'EdgeTest,missing'
plot(x, y, ...)

Arguments

x

EdgeTest object.

y

ignored.

...

arguments to pass to plotEdgeTest.

Slots

tests

data.frame describing the significance test results with columns:

permutations

data.frame containing the raw permutation test data with columns:

nperm

number of permutation realizations.


[Package alakazam version 0.3.0 Index]