get.lfdr {DiffCorr} | R Documentation |
Getting local false discovery rate (lfdr)
Description
Getting local false discovery rate (lfdr) using 'fdrtool' package
Usage
get.lfdr(r)
Arguments
r |
a vector of correlation coefficient under condition |
Value
list of lfdr
Author(s)
Atsushi Fukushima
References
Strimmer, K. Bioinformatics (2008) 24, 1461-1462
Examples
library("fdrtool")
data(pvalues)
get.lfdr(pvalues)
[Package DiffCorr version 0.4.3 Index]