| EdgeTest-class | R Documentation |
EdgeTest defines the significance of parent-child annotation enrichment.
## S4 method for signature 'EdgeTest'
print(x)
## S4 method for signature 'EdgeTest,missing'
plot(x, y, ...)
x |
EdgeTest object. |
y |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.