topGO {GeneAnswers} | R Documentation |
Function to present top GO enichmentInfo of given GeneAnswers instance.
topGO(x, catTerm = TRUE, keepID = TRUE, ...)
x |
a given GeneAnswers instance containing GO test information |
catTerm |
logic value to determine whether mapping to GO terms or not |
keepID |
logic value to determine whether showing IDs or not |
... |
other parameters to transfer to topCategory |
print necessary information on the screen and save into a specified file if request.
Gang Feng, Pan Du and Simon Lin
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
# x is a GeneAnswers instance with GO test ## Not run: topGO(x, top=10)