maGeneTable(marray)
maGeneTable()所属R语言包:marray
Table of spot coordinates and gene names
点坐标和基因名称表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function produces a table of spot coordinates and gene names for objects of class "marrayRaw" and
该函数产生一个点的坐标和基因名称表类"marrayRaw"对象“
用法----------Usage----------
maGeneTable(object)
参数----------Arguments----------
参数:object
microarray object of class "marrayRaw" and "marrayNorm".
芯片级"marrayRaw"和"marrayNorm"的对象。
值----------Value----------
an object of class data.frame, with rows corresponding to spotted probe sequences. The first four columns are the grid matrix and spot matrix coordinates, and the remaining columns are the spot descriptions stored in the maGnames slot of the microarray object.
一个类的对象data.frame,行相应的斑点探针序列。前四列的网格矩阵和点矩阵坐标,其余列现货maGnames插槽的芯片对象存储的描述。
作者(S)----------Author(s)----------
Yee Hwa (Jean) Yang
参见----------See Also----------
marrayInfo, marrayLayout, marrayRaw, marrayNorm, maCompCoord.
marrayInfo,marrayLayout,marrayRaw,marrayNorm,maCompCoord。
举例----------Examples----------
# Example uses swirl dataset, for description type ? swirl[例如使用漩涡集,描述的类型?漩涡]
data(swirl)
tab<-maGeneTable(swirl)
tab[1:10,]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|