barplot.ProbeSet(affy)
barplot.ProbeSet()所属R语言包:affy
show a ProbeSet as barplots
显示作为barplots ProbeSet,
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Displays the probe intensities in a ProbeSet as a barplots
在一个ProbeSet的探针强度显示为barplots
用法----------Usage----------
## S3 method for class 'ProbeSet'
barplot(height, xlab = "Probe pair", ylab = "Intensity",
main = NA, col.pm = "red", col.mm = "blue", beside = TRUE, names.arg = "pp",
ask = TRUE, scale, ...)
参数----------Arguments----------
参数:height
an object of class ProbeSet.
对象类ProbeSet。
参数:xlab
label for x axis.
为x轴的标签。
参数:ylab
label for y axis.
为y轴的标签。
参数:main
main label for the figure.
图的主要标签。
参数:col.pm
color for the "pm" intensities.
下午强度的颜色。
参数:col.mm
color for the "mm" intensities.
颜色为“毫米”强度。
参数:beside
bars beside each others or not.
每个人旁边的条形或不。
参数:names.arg
names to be plotted below each bar or group of bars.
要绘制下面的每个条形或条形组的名称。
参数:ask
ask before ploting the next barplot.
要求前作图未来barplot。
参数:scale
put all the barplot to the same scale.
把所有的barplot同等规模。
参数:...
extra parameters to be passed to barplot.
额外的参数被传递到barplot。
举例----------Examples----------
if (require(affydata)) {
data(Dilution)
gn <- geneNames(Dilution)
pps <- probeset(Dilution, gn[1])[[1]]
barplot.ProbeSet(pps)
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|