BenjaminiHochburg {WaveCGH}R Documentation

Finds significant features using false discovery rate (FDR).

Description

This function finds significant features using multiple test method proposed by Benjamini and Hochberg(1995). A threshold of FDR should be specified.

Usage

BenjaminiHochburg(p, q = 0.05)

Arguments

p A vector of p-values.
q Specified threshold level. The default value is 0.05.

Value

Order of the most significant features corresponding to the selected threshold.

Author(s)

A. I. McLeod and M. S. Islam

References

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.


[Package WaveCGH version 2.01 Index]