Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 449 Bytes

README.md

File metadata and controls

executable file
·
14 lines (9 loc) · 449 Bytes

pvalueAdjuster

Adjust large p-value list with Benjamini–Hochberg procedure.

To compile, clone the repository and make.

Usage: pvalueAdjuster -out-path ADJUSTED_PVAL_PATH RAW_PVAL_PATH

Note:

  1. The input file contains a column of feature name and a column of raw p-values WITHOUT the header line
  2. If input raw p-value is NA, the NA is output for the adjusted p-value