找回密码
 注册
查看: 482|回复: 0

R语言 GenomeGraphs包 GenericArray-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 19:14:04 | 显示全部楼层 |阅读模式
GenericArray-class(GenomeGraphs)
GenericArray-class()所属R语言包:GenomeGraphs

                                        Class "GenericArray", representing array data
                                         类“GenericArray”,代表阵列中的数据

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

The Generic Array class is a class that can be used to create plots from array data such as microarrays and arrayCGH platforms. It can represent,  the data as line plots or dot plots and segments can be included as well
通用Array类是一个类,可用于创建数组数据,如芯片和arrayCGH平台图。它可以代表,以及线图或点图和细分的数据可以包含


类的对象----------Objects from the Class----------

Objects can be created by calls of the form new("GenericArray", ...).
创建对象可以通过检测的形式new("GenericArray", ...)。


插槽----------Slots----------




intensity: Object of class "matrix", matrix containing the intensities of expression or cgh data.  Rows should be probes, columns samples
intensity:Object类的"matrix",表达或CGH数据矩阵包含强度。行应该是探针,列样品




probeStart: Object of class "numeric", start position of the probes
probeStart:Object类的"numeric",启动探针的位置




probeEnd: Object of class "numeric", end position of the probes if available
probeEnd类"numeric",探针的末端位置的对象(如果可用)


方法----------Methods----------




show signature(object = "GenericArray"): ...
显示signature(object = "GenericArray"):...


作者(S)----------Author(s)----------


Steffen Durinck



参考文献----------References----------

<h3>See Also</h3>   objects to See Also as <code>gdPlot</code>

举例----------Examples----------


if(interactive()){
data("exampleData", package="GenomeGraphs")

minbase <- 180292097
maxbase <- 180492096
ideog <- new("Ideogram", chromosome = "3")
expres <- new("GenericArray", intensity = intensity, probeStart = exonProbePos,
              dp = DisplayPars(color="darkred", type="point"))
gdPlot(list(ideog, expres), minBase = minbase, maxBase =maxbase)
}

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-7 17:38 , Processed in 0.024839 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表