DAVIDQueryLoop(DAVIDQuery)
DAVIDQueryLoop()所属R语言包:DAVIDQuery
Access DAVID multiple times.
访问国宝多次。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Make a query larger than DAVID allows in one go, by looping, respecting the limitations imposed by DAVID policies.
进行查询比国宝较大的允许,一气呵成,通过循环尊重大卫政策的限制。
用法----------Usage----------
DAVIDQueryLoop(
idList = unlist(strsplit(strsplit("P31946 P62258 P29360 P42655 Q63631\nP01892 O19619 P06338 P10313 P30444 P30445 P30446 P30514\n",
" ")[[1]], "\n")),
idLimit = 100,
sleepSeconds = 10,
hitsPerDayLimit = 200,
verbose = FALSE,
testMe = FALSE,
type,
annot,
tool,
graphicMenu = FALSE,
formatEach = FALSE,
formatAll = FALSE,
...)
参数----------Arguments----------
参数:idList
IDs of interest for query.
感兴趣的ID查询。
参数:idLimit
Published limit of number of ID's to process in one call.
公布身份证号码的限制是在一个呼叫处理。
参数:sleepSeconds
Published minimum time between iterations
发表迭代之间的最短时间
参数:hitsPerDayLimit
Published maximum URL calls to the API per day from one address.
出版的最大URL从一个地址每天的API调用。
参数:verbose
Print out tracking information as the queries are sent.
跟踪查询发送的信息打印出来。
参数:testMe
Runs DAVIDQueryLoop with arguments set as follows: annot=NULL, tool="geneReportFull", type="UNIPROT\_ACCESSION", verbose=TRUE
运行DAVIDQueryLoop参数设置如下:annot = NULL,工具=“geneReportFull的”,键入“UNIPROT \ _ACCESSION”,VERBOSE = TRUE
参数:type
See DAVIDQuery.
看到DAVIDQuery。
参数:annot
See DAVIDQuery.
看到DAVIDQuery。
参数:tool
See DAVIDQuery.
看到DAVIDQuery。
参数:graphicMenu
See DAVIDQuery.
看到DAVIDQuery。
参数:formatEach
Passed to DAVIDQuery as the formatIt argument.
传递到DAVIDQueryformatIt参数。
参数:formatAll
Assembled results are sent to formatDAVIDResult.
组装的结果发送到formatDAVIDResult。
参数:...
Other args to be passed to DAVIDQuery.
其他args以传递DAVIDQuery的。
值----------Value----------
The results of DAVIDQuery bound together with rbind. Not printed (returned invisibly).
DAVIDQuery的一起用rbind必然结果。不打印(无形返回)。
注意----------Note----------
For some choice of the tool argument, the result returned may differ if idLimit is changed.
对于一些选择tool参数,返回的结果可能会有所不同如果idLimit改变。
作者(S)----------Author(s)----------
Roger Day
参见----------See Also----------
DAVIDQuery
DAVIDQuery
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|