getAffyChipTypes(DAVIDQuery)
getAffyChipTypes()所属R语言包:DAVIDQuery
Retrieve all Affymetrix array type available from DAVID database.
检索所有Affymetrix的数组类型国宝数据库。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Retrieve all Affymetrix array type available from DAVID database.
检索所有Affymetrix的数组类型国宝数据库。
用法----------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 getAffyChipTypes gets called the first time within the R session, it retrieves the set of annotation values from the DAVID web services, stores them
当的getAffyChipTypes被称为首次在R会话,检索国宝Web服务注释值,商店
值----------Value----------
data frame containing (name,value) pair columns The first column is a decorated Affymetrix array name, i.e. the name which appears in the corresponding drop-down list on the DAVID web site.
数据框(名称,值)对列第一列是一个装饰的Affymetrix公司数组名称,即出现在相应的下拉列表国宝网站的名称。
作者(S)----------Author(s)----------
Roger Day, Alex Lisovich
参见----------See Also----------
getAnnotationChoices, getIdConversionChoices, getAffyProbesetList, DAVIDQuery
getAnnotationChoices,getIdConversionChoices,getAffyProbesetList,DAVIDQuery
举例----------Examples----------
#retrieve the set of all possible Affymetrix array types [Affymetrix公司的所有可能的数组类型的检索集]
chipTypes<-getAffyChipTypes();
#display choice dialog[显示选择对话框]
item<-menu(graphics = TRUE, title = "Select Array Type", chipTypes[,"name"]);
#retrieve array type for subsequent usage[检索后续使用数组类型]
ident<-chipTypes[item,"value"];
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|