getIdConversionChoices(DAVIDQuery)
getIdConversionChoices()所属R语言包:DAVIDQuery
Retrieve all possible values defining the type of the submitted ID list as well as...
检索所有可能值定义类型以及提交的ID列表...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Retrieve all possible values defining the type of the submitted ID list as well as
检索所有可能值定义类型以及提交的ID列表
用法----------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 getIdConversionChoicesgets called the first time within the R session, it retrieves the set of annotation values from the DAVID web services, stores them
当的getIdConversionChoicesgets称为首次在R会话,检索国宝Web服务注释值,商店
值----------Value----------
the list containing two data frames, 'to' and 'from', the first representing set of possible identifiers
列表,其中包含两个数据框,到和从,首先代表可能的标识符集
作者(S)----------Author(s)----------
Roger Day, Alex Lisovich
参见----------See Also----------
getAnnotationChoices, getAffyChipTypes, convertIDList, DAVIDQuery
getAnnotationChoices,getAffyChipTypes,convertIDList,DAVIDQuery
举例----------Examples----------
#retrieve the ID set for conversion [检索转换的ID集]
idChoices<-getIdConversionChoices();
#display choice dialog[显示选择对话框]
item<-menu(graphics = TRUE, title = "Select Identifier", idChoices$from[,"name"]);
#retrieve identifier for subsequent conversion[检索标识为后续的转换]
ident<-idChoices$from[item,"value"];
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|