plot.ProbeSet(affy)
plot.ProbeSet()所属R语言包:affy
plot a probe set
绘制一个探针集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot intensities by probe set.
图强度探针组。
用法----------Usage----------
## S3 method for class 'ProbeSet'
plot(x, which=c("pm", "mm"), xlab = "probes", type = "l", ylim = NULL, ...)
参数----------Arguments----------
参数:x
a ProbeSet object.
ProbeSet对象。
参数:which
get the PM or the MM.
PM或获得的MM。
参数:xlab
x-axis label.
X轴标签。
参数:type
plot type.
图类型。
参数:ylim
range of the y-axis.
y轴的范围。
参数:...
optional arguments to be passed to matplot.
可选参数被传递到matplot。
值----------Value----------
This function is only used for its (graphical) side-effect.
此功能仅用于(图形)的副作用。
参见----------See Also----------
ProbeSet
ProbeSet
举例----------Examples----------
data(SpikeIn)
plot(SpikeIn)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|