mxy.abs.plot(OLIN)
mxy.abs.plot()所属R语言包:OLIN
Generation of MXY plots of absolute values
代绝对值MXY图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function produce a MXY plot of absolute values of M including a colour bar.
此函数产生一个绝对的M值,包括彩条MXY图。
用法----------Usage----------
mxy.abs.plot(V,Ngc,Ngr,Nsc,Nsr,color.lim,color="red",xlab="Columns",ylab="Rows",...)
参数----------Arguments----------
参数:V
vector of positive values
正面的价值观的向量
参数:Ngc
number of columns for the grid matrix
网格矩阵的列数
参数:Ngr
number of rows for the grid matrix
网格矩阵的行数
参数:Nsc
number of columns for the spot matrix
点矩阵的列数
参数:Nsr
number of rows for the spot matrix
点矩阵的行数
参数:color.lim
limits of color range for MXY plot
MXY图色彩范围的限制
参数:color
color to be used for plot: “red” (default) or “green”
颜色要使用的图:“红”(默认)或“绿色”
参数:xlab
label of x -axis of MXY plot
MXY图x轴的标签
参数:ylab
label of y-axis of MXY plot
MXY图Y轴的标签
参数:...
Further optional graphical parameter for the image function generating the MXY plot
进一步可选参数image函数的图形生成MXY图
Details
详情----------Details----------
The function mxy.abs.plot is similar to function mxy.plot. Details can therefore be found at mxy.plot. Two differences, however, exist: First, mxy.abs.plot plots the absolute value of V and second, “red” (default) or “green” can be chosen as colour of plotting. Hence, mxy.abs.plot facilitates the inspection of
功能mxy.abs.plot是类似的功能mxy.plot。细节,因此,可以发现在mxy.plot。然而,存在两个不同:第一,mxy.abs.plot图V和第二,“红”(默认)或“绿色”的绝对值可以作为策划的颜色选择。因此,mxy.abs.plot便于检查
作者(S)----------Author(s)----------
Matthias E. Futschik (<a href="http://itb.biologie.hu-berlin.de/~futschik">http://itb.biologie.hu-berlin.de/~futschik</a>)
参见----------See Also----------
v2m, m2v, colorbar.mxy.abs, fgbg.visu, image
v2m,m2v,colorbar.mxy.abs,fgbg.visu,image
举例----------Examples----------
# LOADING DATA[加载数据]
data(sw)
# PLOTTING OF ABSOLUTE LOGGED FOLD-CHANGES[标图绝对记录fold change]
mxy.plot(abs(maM(sw)[,1]),Ngc=maNgc(sw),Ngr=maNgr(sw),Nsc=maNsc(sw),Nsr=maNsr(sw))
# PLOTTING SPATIAL DISTRIBUTION OF SINGLE-CHANNEL INTENSITIES[绘制单通道强度的空间分布]
mxy.abs.plot(maRf(sw)[,1],color.lim=c(0,10000),Ngc=maNgc(sw),Ngr=maNgr(sw),
Nsc=maNsc(sw),Nsr=maNsr(sw))
mxy.abs.plot(maGf(sw)[,1],color.lim=c(0,10000),color="green",Ngc=maNgc(sw),Ngr=maNgr(sw),
Nsc=maNsc(sw),Nsr=maNsr(sw))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|