trad.scatter.plot(simpleaffy)
trad.scatter.plot()所属R语言包:simpleaffy
Does a Traditional Scatter Plot of Expression Data
做了传统的表达数据的散点图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots expression data as a scatter plot with optional fold-change lines
图表达数据作为一个可选折变线的散点图
用法----------Usage----------
trad.scatter.plot(x, y, add = FALSE, fc.lines = log2(c(2, 4, 6, 8)), draw.fc.lines = TRUE, draw.fc.line.labels = TRUE, fc.line.col = "lightgrey", pch = 20,xlim=NULL,ylim=NULL, ...)
参数----------Arguments----------
参数:x
x coords
x坐标
参数:y
y coords
Ÿ坐标
参数:add
add this data to an existing graph
这个数据添加到现有的图
参数:fc.lines
Vector of intervals at which to draw fold-change lines
其中绘制倍数变化线间隔的向量
参数:draw.fc.lines
Draw fold change lines?
绘制倍线?
参数:draw.fc.line.labels
Label the fold change lines with the fold changes they represent?
标签倍线,与他们所代表的fold change?
参数:fc.line.col
The colour to draw fold change lines
色彩绘制倍线
参数:pch
Plotting character to use for the scatter data (see plot for more details)
绘制字符,使用分散的数据(见plot更多详情)
参数:xlim
Range for the xaxis
在x轴的范围
参数:ylim
Range for the yaxis
范围的Y轴
参数:...
Additional parameters to pass through to the underlying plot function
额外的参数传递到底层plot功能
作者(S)----------Author(s)----------
Crispin J Miller
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
## Not run: [#无法运行:]
trad.scatter.plot(exprs(eset.rma)[,1],exprs(eset.rma)[,4])
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|