makeGenericArray(GenomeGraphs)
makeGenericArray()所属R语言包:GenomeGraphs
Creates an object of class GenericArray
创建类GenericArray的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates an object of class Generic Array representing microarray data. This could be gene expression, array CGH, etc.
创建一个通用类代表的微阵列数据的阵列的对象。这可能是基因的表达,阵列比较基因组杂交,等等。
用法----------Usage----------
makeGenericArray(intensity, probeStart, probeEnd, trackOverlay, dp = NULL)
参数----------Arguments----------
参数:intensity
Matrix of intensities, probes in the rows, samples in the columns
基体的强度,探针行,列中的样本
参数:probeStart
Vector of start positions for the probes
探针起始位置矢量
参数:probeEnd
Vector of end positions for probes (optional)
探针的末端位置矢量(可选)
参数:trackOverlay
Object of class TrackOverlay, needs to be added if overlays should be plotted as well
类TrackOverlay对象,如果覆盖应绘制以及需要添加
参数:dp
Object of class DisplayPars which handles the display parameters for plotting
对象类DisplayPars处理绘图显示参数
值----------Value----------
Object of class GenericArray
对象的类GenericArray
作者(S)----------Author(s)----------
Jim Bullard and Steffen Durinck
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
showClass("GenericArray")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|