I am testing a series of gene sets for GO-over-representation using the TopGO package. As algorithm I am using "weight01", statistic: fisher Once I have called runTest I generate the resultstable using the "GenTable()" function. The resulting table contains Go-terms, Term discription, number of anotations per tem, number of significant matches, expected and weightFisher. I would how ever like to be able to filter my data on the p-value per GO term. Do you know how to generate this from the test function?
I think, the column weightFisher contains the p-value.