Create a txt report with the significant probesets for each significant KEGG pathway from the result of a call to 'hyperGTest'
keggReport(hgOver,fileout = "report.txt", pack.annot, pvalue = 0.05)
result from a call to 'hyperGTest'
name of txt file, by default "report.txt"
the annotation package to use
cutoff for significant pvalue, by default 0.05
Txt report with the results of a call to 'hyperGTest'
keggReport
needs packages GOstats
and KEGG.db
from Bioconductor.