Learn R Programming

EMA (version 1.4.3)

keggReport: Text report from the result of the 'hyperGTest' function for KEGG pathway analysis

Description

Create a txt report with the significant probesets for each significant KEGG pathway from the result of a call to 'hyperGTest'

Usage

keggReport(hgOver,fileout = "report.txt", pack.annot, pvalue = 0.05)

Arguments

hgOver
result from a call to 'hyperGTest'
fileout
name of txt file, by default "report.txt"
pack.annot
the annotation package to use
pvalue
cutoff for significant pvalue, by default 0.05

Value

  • Txt report with the results of a call to 'hyperGTest'

Details

keggReport needs packages GOstats and KEGG.db from Bioconductor.

See Also

hyperGTest,runHyperKEGG