Description Usage Arguments Author(s)
Calculate the enrichment within an ordered list of verticies.
1 | comp_enrichment(v, G, d = 50, f = 100, e = NULL, exact = TRUE)
|
v |
vector of vertex identifiers. Vertices must be present in graph G. |
G |
igraph object representing the graph and including vertices from v. |
d |
delta or change distance for which to look for enrichment. Default 20. |
f |
forward threshold for reference enrichment. Default 100. |
e |
edge window to consider at the beginning. If not specified, the default value will be equal to the delta 'd'. |
exact |
logical. If TRUE, the approximation of the probability is calculated rather than approximated by 'ppois()'. |
Christopher Nobles, Ph.D.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.