/fisher-exact

The fisher exact test from htslib

Primary LanguageCMIT LicenseMIT

Build Status #Fisher exact test

This repo pulls out the fisher exact test code from htslib. Essentially a C/C++ implementation of the fishers exact test from the htslib crew.

    mkdir build && cd build
    cmake ..
    make
    ./test-fisher-exact