getAnnotationChoices(DAVIDQuery)
getAnnotationChoices()所属R语言包:DAVIDQuery
Retrieve all possible annotation values used in the annotation report tool...
检索所有可能的注解注解的报告工具使用的值...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Retrieve all possible annotation values used in the annotation report tool
检索注解注解的报告工具使用一切可能的值
用法----------Usage----------
参数----------Arguments----------
参数:urlBase
the DAVID main page url. Default is DAVIDURLBase.
大卫主要页面的URL。默认是DAVIDURLBase。
参数:curl
RCurl handle. Default is getCurlHandle()
RCurl处理。默认是getCurlHandle的()
参数:verbose
if TRUE enables diagnostic messages </table>
如果为TRUE使诊断消息</ TABLE>
Details
详情----------Details----------
When the getAnnotationChoices gets called the first time within the R session, it retrieves the set of annotation values from the DAVID web services, stores them
的getAnnotationChoices被称为第一次在R会话,它检索从大卫Web服务注释值的集合,并将它们存储
值----------Value----------
the list of possible annotation tags, i.e. GOTERM_MF_4, GOTERM_MF_5, BLOCKS_ID etc.
可能的注释标签列表,即GOTERM_MF_4,GOTERM_MF_5,BLOCKS_ID等。
作者(S)----------Author(s)----------
Roger Day, Alex Lisovich
参见----------See Also----------
getIdConversionChoices, getAffyChipTypes, convertIDList, DAVIDQuery
getIdConversionChoices,getAffyChipTypes,convertIDList,DAVIDQuery
举例----------Examples----------
#retrieve annotation values[检索注释值]
annotChoices<-getAnnotationChoices();
#display choice dialog[显示选择对话框]
item<-menu(graphics = TRUE, title = "Select Identifier", annotChoices$from[,"name"]);
#retrieve identifier for subsequent conversion[检索标识为后续的转换]
ident<-annotChoices$from[item,"value"];
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|