topGO(results, ontology = c("BP", "CC", "MF"), sort = NULL, number = 20L, truncate.term = NULL)
topKEGG(results, sort = NULL, number = 20L, truncate.path = NULL)
"BP"
, "CC"
or "MF"
.results
. Defaults to all gene lists.number=Inf
.results
but with rows subsetted by Ontology and sorted by p-value.
topGO
organizes the output from goana
into top-tables of the most significant GO terms.
topKEGG
similarly extracts the most significant KEGG pathways from kegga
output.
In either case, rows are sorted by the minimum p-value of any of the result columns specified by sort
.
goana
, kegga
See 10.GeneSetTests for a description of other functions used for gene set testing.