Simon(genArise)
Simon()所属R语言包:genArise
Dataset: Little fragment of a microarray from IFC UNAM
数据集:一个芯片从国际金融公司国立自治大学的小片段
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This structure is a data fragment of a yeast microarray from the Microarrays Unit in IFC UNAM. The original microarray contains 6 meta-rows and 4 meta-columns, however this data just belongs to the
这种结构是从国际金融公司国立自治大学的微阵列组的酵母基因芯片的数据片段。原来的芯片包含6元的行和4元,列,但是这个数据只是属于
用法----------Usage----------
data(Simon)
格式----------Format----------
A list that contains 1104 observations, because the dimensions
一个列表,其中包含1104意见,因为尺寸
举例----------Examples----------
data(Simon)
#A preview from the chip[从芯片的预览]
datos <- attr(Simon, "spotData")
M <- log(datos$Cy3, 2) - log(datos$Cy5, 2)
imageLimma(M, 23, 24, 2, 2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|