Description Usage Arguments Value References See Also Examples
View source: R/FM.chi.pvalue.R
Calculates the Fisher's method p-value for a set of p-values. It returns both the p-value and the test statistic value of the Fisher's product method.
1 |
x |
A vector of p-values. These p-values can be either gene or SNP p-values of a tested pathway |
FMstatistic |
Fisher's product method test statistic |
FMpvalue |
Fisher's method p-value, computed using the exact distribution of the Fisher's method test statistic which is a Chi^2 distribution with degrees of freedom twice the size of vector x |
Evangelou M, Rendon A, Ouwehand WH, Wernisch L, Dudbridge F (2012) Comparison of Methods for Competitive Tests of Pathway Analysis. PLoS ONE 7(7): e41018. doi:10.1371/journal.pone.0041018
1 | FM.chi.pvalue(x=c(0.05,0.1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.