For a regional analysis of a bonafide GWAS locus I’ve got 1,717 variants associated with the expression of 12 genes in the region in 7 tissue. So I’m running 1,717 X 12 X 7 = 144,228 tests. What should be the threshold for the p?
I can either do Bonferroni correction: p = 0.05 / 144,228 = 0.000000346673323 = 3.47e-7
Or I can do FDR on all p-values (144,228) which basically means ranking them and than p = 0.0007268703 = 7.27e4.
So, what’s wisdom? Clearly you’ll get many tissues in which there are eQTLs and that for each gene if I’d go for FDR correction. I know that is the preferred way in cis-eQTL analyses, but I wonder if it’s maybe a bit to lenient… Although I have to add: when two of these tissues are related (say skeletal muscle and cardiac muscle - both a muscle type) I'd expect some more correlations between FDRs for certain genes.
I’ve only got the summary statistics so permutations are out of the question.