Learn R Programming

GeneAnswers (version 2.14.0)

topGOGenes: Present top GO enrichment test information with genes

Description

Function to present top GO enichmentInfo of given GeneAnswers instance with genes.

Usage

topGOGenes(x, catTerm = TRUE, keepID=TRUE, geneSymbol = TRUE, ...)

Arguments

x
a given GeneAnswers instance with GO test
catTerm
logic value to determine whether mapping GO IDs to GO terms
keepID
logic, to determine whether keep GO IDs
geneSymbol
logic value to determine whether mapping gene Entrez IDs to gene symbols
...
other parameters to transfer to topCategoryGenes

Value

print necessary information on the screen and save into a specified file if request.

Details

See function topCategoryGenes help for details

References

Feng, G., Du, P., Krett, N., Tessel, M., Rosen, S., Kibbe, W.A. and Lin, S.M., 'A collection of bioconductor methods to visualize gene-list annotations', BMC Research Notes 2010, 3:10

See Also

topCategoryGenes

Examples

Run this code
##x is a GeneAnswers instance with GO test
## Not run: topGOGenes(xxx, geneSymbol=F, catTerm=F, orderby='p')

Run the code above in your browser using DataLab