BenjaminiHochburg {WaveCGH} | R Documentation |
This function finds significant features using multiple test method proposed by Benjamini and Hochberg(1995). A threshold of FDR should be specified.
BenjaminiHochburg(p, q = 0.05)
p |
A vector of p-values. |
q |
Specified threshold level. The default value is 0.05. |
Order of the most significant features corresponding to the selected threshold.
A. I. McLeod and M. S. Islam
Benjamini, Y. and Hochberg, Y. (1995) Controlling the false discovery rate: a practical and powerful approach to multiple testing. J. R. Statist. Soc. B, 57, 289-300.