runHyperGO(list, pack.annot, categorySize = 1, verbose = TRUE,
name = "hyperGO", htmlreport = TRUE, txtreport = TRUE,
tabResult = FALSE, pvalue = 0.05) runHyperGO needs packages GOstats and GO.db from Bioconductor.
hyperGTest,runHyperKEGGrequire(hgu133plus2.db)
data(marty)
## Probe list
probeList <- rownames(marty)[1:50]
## Hypergeometric test for KEGG pathway
res <- runHyperGO(probeList, htmlreport = FALSE, txtreport = FALSE,
tabResult = TRUE, pack.annot = "hgu133plus2.db")Run the code above in your browser using DataLab