View source: R/3-shared-graflex.R
runGraflex | R Documentation |
This function calls graflex
for each
concept (i.e., column) in the database K
.
runGraflex(A, K, p = 100, ncores = 1)
A |
An adjacency matrix. |
K |
A knowledge database where each row is a graph node and each column is a concept. |
p |
An integer. The number of permutation. |
For each concept, this function calculates the odds ratio and determines the false discovery rate (FDR) by counting the number of the actual OR was greater or less than a permuted OR.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.