Thanks for your insights. From what I understood in that paper, pi0 is an estimate of proportion of insignificant tests in your dataset, and that the q value is a version of FDR corrected p-values. Perhaps I am understanding this inaccurately.
I agree that Bonferroni correction is the more commonly used tool but since I only have 70 SNPs to query, I am already getting less than a handful of positive SNPs.
Could it be that I am using qvalue incorrectly? The command I am using in the qvalue package, qobj <-qvalue(p,pi0.meth="bootstrap")
On the other hand, I tried p.adjust option in R with p.adjust(p,method="fdr") and obviously it uses the Benjamini and Hochberg to calculate the q values. The corrected q values appear to be fine. Do you suggest that I stick to the B&Y method instead of the Storey method?
Thanks for your patience with my questions, I am fairly new to statistics and genetic studies.
Post the P values. Note that qvalue does not work as expected unless your P values have the correct distribution: uniform, with a possible (hopefully present) over-representation close to zero.