CalculateHyperScore: Over-representation analysis using hypergeometric tests
Description
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))
Usage
CalculateHyperScore(mSetObj = NA)
Arguments
mSetObj
Input the name of the created mSetObj (see InitDataObjects)