catalogDAVIDResultsByTool(DAVIDQuery)
catalogDAVIDResultsByTool()所属R语言包:DAVIDQuery
Create a catalog of types of DAVID results.
创建一个目录类型的国宝结果。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Loops through values of tool, for the specified value of annot. Runs each DAVID query, and saves the result to create a catalog of types of DAVID results.
通过tool为annot的指定值,值的循环。运行每个国宝查询,并保存结果,以创建一个目录类型的国宝结果。
用法----------Usage----------
catalogDAVIDResultsByTool(annot = NULL, sleepSeconds = 10, details = FALSE, ...)
参数----------Arguments----------
参数:annot
See DAVIDQuery .
看到DAVIDQuery。
参数:sleepSeconds
DAVIDQueryLoop .
DAVIDQueryLoop。
参数:details
If TRUE, a list of intermediate results is returned for each catalog item; otherwise, just the final query result. Default is FALSE.
如果为TRUE,则返回的中间结果列表为每个目录项,否则,只是最终的查询结果。默认为false。
参数:...
Extra args passed to DAVIDQuery.
额外的ARGS传递到DAVIDQuery的。
Details
详情----------Details----------
The purpose is to check comprehensively whether there are results that could be better formatted than the default output or the reformatting provided by formatDAVIDResult.
目的是全面检查,是否有结果可能比默认输出或formatDAVIDResult提供的格式化的格式。
值----------Value----------
A list of outputs from DAVIDQuery. Automatically assigned to the name catalogOfDAVIDResultsByTool.ANNOT where ANNOT is replaced by the annot argument.
从DAVIDQuery输出。自动分配的名字catalogOfDAVIDResultsByTool.ANNOTannot参数取代ANNOT。“
作者(S)----------Author(s)----------
Roger Day
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|