fdrCalc computes the false discovery rate (FDR) for a given list of discoveries,
knowing the list of the Single Nucleotide Polymorphisms (SNPs) under selection.
Usage
fdrCalc(x, list_selection)
Arguments
x
a vector of indices corresponding to the discoveries.
list_selection
a vector of indices containing the list of all the SNPs under selection.