EdgeTest defines the significance of parent-child annotation enrichment.
# S4 method for EdgeTest
print(x)# S4 method for EdgeTest,missing
plot(x, y, ...)
EdgeTest object.
ignored.
arguments to pass to plotEdgeTest.
testsdata.frame describing the significance test results with columns:
PARENT: parent node annotation.
CHILD: child node annotation
COUNT: count of observed edges with the given
parent-child annotation set.
EXPECTED: mean count of expected edges for the
given parent-child relationship.
PVALUE: one-sided p-value for the hypothesis that
the observed edge abundance is greater
than expected.
permutationsdata.frame containing the raw permutation test data with columns:
PARENT: parent node annotation.
CHILD: child node annotation
COUNT: count of edges with the given parent-child
annotation set.
ITER: numerical index define which permutation
realization each observation corresponds
to.
npermnumber of permutation realizations.