Higher Criticism (HC) provides an alternative means to determine decision thresholds for
signal identification, especially if the signal is rare and weak.
See Donoho and Jin (2008) for details of this approach
and Klaus and Strimmer (2012) for a review and connections with FDR methdology.
References
Donoho, D. and J. Jin. (2008). Higher criticism thresholding: optimal feature selection
when useful features are rare and weak. Proc. Natl. Acad. Sci. USA 105:14790-15795.
Klaus, B., and K. Strimmer (2013). Signal identification for rare and
weak features: higher criticism or false discovery rates?
Biostatistics 14: 129-143. <DOI:10.1093/biostatistics/kxs030>
# load "fdrtool" librarylibrary("fdrtool")
# some p-valuesdata(pvalues)
# compute HC scoreshc.score(pvalues)
# determine HC thresholdhc.thresh(pvalues)