hyprbg: Hypergeometric Test (phyper)
Description
Performs Hypergeometric test (phyper() from R)
Usage
hyprbg(Sig_in_Paths, uniSig, gns_in_Paths, universe)
Value
Returns hypergeometric test
Arguments
- Sig_in_Paths
Number of significant genes in the pathway
- uniSig
Number of significant genes in the dataset
- gns_in_Paths
Number of genes in the pathway
- universe
Number of genes in the dataset
References
hyprbg Imports phyper() (from stats)