gatoravi / fdr

Control the false discovery rate using the Benjamini Hochberg procedure in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#FDR

This repo applies the Benjamini Hochberg procedure for controlling the FDR. This operates on a C++ vector of floats which represent the p-values from hypotheses tests.

    mkdir build && cd build
    cmake ..
    make
    ./test-bh-fdr

About

Control the false discovery rate using the Benjamini Hochberg procedure in C++


Languages

Language:C++ 92.4%Language:R 5.0%Language:CMake 2.6%