list.experiments(SAGx)
list.experiments()所属R语言包:SAGx
Display all experiment names and id's
显示所有实验的姓名和身份证
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Display all experiment names and id's in the GATC database
显示将GATC数据库中的所有实验名称和编号的
用法----------Usage----------
list.experiments(channel, chip = "HG_U95Av2")
参数----------Arguments----------
参数:channel
the ODBC channel set up through RODBC
ODBC通道设置通过RODBC
参数:chip
the chip type
芯片类型
Details
详情----------Details----------
The GATC database has caused some problems by switching between upper and lower case in an erratic manner. To solve this all names are changed to upper case in the identification of experiments. Thus the function will not distinguish between the
将GATC数据库已引起一些问题,在一个不稳定的方式由大写和小写之间切换。为了解决这个鉴定实验中的所有名称变更大写。因此,该函数将不区分
值----------Value----------
dataframe with column EXPERIMENT
dataframe与柱试验
举例----------Examples----------
# Not run[不运行]
## Not run: library(Rodbc)[#无法运行库(RODBC)]
channel <- odbcConnect(DBN, USRID, PWD)
ut <- list.experiments(channel, chip = "hu6800")
colnames(ut)
#[1] "EXPERIMENT" [[1]“实验”]
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|