Hi Damien,
We don't need extra multiple test adjustment here because we are using
one (huge) model to test all genes(contigs) simultaneously (compare to
test one gene at a time).
If you want to get more conservative list of genes with target FDR
0.05, you could take the genes with PPDE >= .95. Then every gene in
your list would have FDR <= 0.05.
(More like idea behind bon ferroni adjustment)
crit_fun is giving the largest list we could achieve with average FDR
of the list less than 0.05.
For example, if we sort the genes by PPDE, and the top 6 genes are with PPDE:
.99, .99, .98, .98 ,.96 , .8
Then the average FDR of the list is
(.01 + .01 + .02 + .02 + .04 + .2)/6=.05
Although the 6th gene is with FDR .2, the average FDR of these 6 genes
is 0.05. So the soft cutoff would be PPDE = 0.8, and these 6 genes is
the largest list with average FDR <0.05.
(more like idea behind B-H adjustment)
Hope these are helpful.
Please let me know if you have further questions
Best
Ning
--
Ning Leng
University of Wisconsin Madison
Department of Statistics