Description Usage Arguments Value Author(s)
The main functions are cFDR and FDR
Calculate cFDR given vectors of *independent* test and conditional Z scores
1 2 3  | 
Z | 
 vector of Z scores  | 
Zc | 
 vector of Z scores for the conditional tests  | 
eps | 
 tolerance for FDR control to alpha  | 
alpha | 
 vector of thresholds. overall cFDR will be assessed if all tests with cFDR<alpha were rejected  | 
do.optimise | 
 logical, default FALSE. if true, and a single value of alpha is supplied, the rejection threshold will be optimised to control the overall FDR at alpha.  | 
... | 
 other arguments passed to cFDR.tune  | 
a named list with three components. alpha is the threshold for rejection, est.cFDR is the estimated FDR at this threshold, cFDR is a vector of conditional FDRs in rectangles defined the corresponding absolute Z and Zc values.
Chris Wallace
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.