topGOGenes(GeneAnswers)
topGOGenes()所属R语言包:GeneAnswers
Present top GO enrichment test information with genes
目前顶部富集的基因测试信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to present top GO enichmentInfo of given GeneAnswers instance with genes.
功能介绍与基因顶部enichmentInfo给予GeneAnswers实例。
用法----------Usage----------
topGOGenes(x, catTerm = TRUE, keepID=TRUE, geneSymbol = TRUE, ...)
参数----------Arguments----------
参数:x
a given GeneAnswers instance with GO test
一个给定的GeneAnswers好测试实例
参数:catTerm
logic value to determine whether mapping GO IDs to GO terms
逻辑值,以确定是否映射的ID去条款
参数:keepID
logic, to determine whether keep GO IDs
逻辑,以确定是否保持好标识
参数:geneSymbol
logic value to determine whether mapping gene Entrez IDs to gene symbols
Entrez的标识是否映射基因,以确定基因符号的逻辑值
参数:...
other parameters to transfer to topCategoryGenes
其他参数转移到topCategoryGenes
Details
详情----------Details----------
See function topCategoryGenes help for details
功能topCategoryGenes帮助详情
值----------Value----------
print necessary information on the screen and save into a specified file if request.
打印在屏幕上的必要信息,并保存到指定的文件,如果请求。
作者(S)----------Author(s)----------
Gang Feng, Pan Du and Simon Lin
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
##x is a GeneAnswers instance with GO test[#x是一个GeneAnswers好测试实例]
## Not run: topGOGenes(xxx, geneSymbol=F, catTerm=F, orderby='p')[#运行:topGOGenes(XXX,geneSymbol =楼catTerm =楼的OrderBy =P)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|