This is sort of a general question , what is the best FDR ( false discovery rate) tool?
I'm not sure which algorithm or "flavor" or whatever is considered "best".
I note this page : http://www.strimmerlab.org/notes/fdr.html which lists fdrtool, mixfdr bum/sploshi sagx qvalue fdrci nfdr multest, lbe, fdr-ame locfdr nomi localfdr kerfdrtwilight localfdr . WTHeck?
So, more specifically, which one is most widely used? Which is easiest? Which is fastest? Which is considered the bestest guesstimator or whatever for "false discovery rate".
BACKGROUND: I have a HUGE data set; we're talking terabytes. I can crank out the p-values, billions of them. I can torture our "friend" Bonferonni but he's not going to give me the answer I want, so I'm going to employ his alter-ego , FDR ("false discovery rate").
I'm guessing R is going to choke on the input size, so I'll have to swipe the code and re-implement in C and pull tricks to fit it into memory and make it so that it runs in less than a month. If I'm going to hijack some code [ keeping the GPL , of course ] , I need to know which is the best.
I'm not sure which algorithm or "flavor" or whatever is considered "best".
I note this page : http://www.strimmerlab.org/notes/fdr.html which lists fdrtool, mixfdr bum/sploshi sagx qvalue fdrci nfdr multest, lbe, fdr-ame locfdr nomi localfdr kerfdrtwilight localfdr . WTHeck?
So, more specifically, which one is most widely used? Which is easiest? Which is fastest? Which is considered the bestest guesstimator or whatever for "false discovery rate".
BACKGROUND: I have a HUGE data set; we're talking terabytes. I can crank out the p-values, billions of them. I can torture our "friend" Bonferonni but he's not going to give me the answer I want, so I'm going to employ his alter-ego , FDR ("false discovery rate").
I'm guessing R is going to choke on the input size, so I'll have to swipe the code and re-implement in C and pull tricks to fit it into memory and make it so that it runs in less than a month. If I'm going to hijack some code [ keeping the GPL , of course ] , I need to know which is the best.
Comment