hyprbg {genomicper} | R Documentation |
Hypergeometric Test (phyper)
Description
Performs Hypergeometric test (phyper() from R)
Usage
hyprbg(Sig_in_Paths, uniSig, gns_in_Paths, universe)
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 |
Value
Returns hypergeometric test
References
hyprbg Imports phyper() (from stats)
[Package genomicper version 1.7 Index]