CalculateHyperScore | R Documentation |
Over-representation analysis using hypergeometric tests The probability is calculated from obtaining equal or higher number of hits using 1-phyper. Since phyper is a cumulative probability, to get P(X>=hit.num) => P(X>(hit.num-1))
CalculateHyperScore(mSetObj = NA)
mSetObj |
Input the name of the created mSetObj (see InitDataObjects) |
Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.