qvalue

Usage: qvalue [options] <pvalues>

Description:

Takes as input a list of p-values and prints a corresponding list of q-values, computed using the method of Benjamini and Hochberg (Journal of the Royal Statistical Society B, 57:289-300, 1995).

Input:

The input file contains one p-value per line. The p-values do not have to be in sorted order.

Output:

The output is two tab-delimited columns, p-value and q-value, sorted by p-value.

Options:

Warning messages: None

Bugs:

None known.