Hi,
I am trying to perform benjamini-hochberg adjustment for the p-values obtained from running goana(). I am wondering which approach is appropriate: 1) get all GO terms with p-values < 1 and adjust them altogether. 2) get all GO terms with p-values < 0.1 (or 0.05) and adjust them altogether.
Going with one or the other would mean that I would be getting FDR values that are different. Ideally I would like to filter the GO terms below a threshold of FDR < 0.1 and because there are some GO terms that are close to the threshold, I'm trying to decide whether I should consider them insignificant and chuck them away. What would be appropriate? Thank you.