gelmap(PROcess)
gelmap()所属R语言包:PROcess
Plot the image of a set of spectra
绘制一套光谱图像
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes its argument as a intensity matrix of a set of spectra and plots the image as a heatmap.
此功能需要一套光谱图作为热图的图像强度矩阵作为其参数。
用法----------Usage----------
gelmap(Ma, cols = gray(seq(1, 0, by = -0.01)), at.mz = NULL, at.col = NULL, cexCol = 0.2 + 1/log10(nc))
参数----------Arguments----------
参数:Ma
a matrix of intensities; spectra are arranged column-wise.
矩阵;光谱的强度安排列明智的。
参数:cols
a vector of color to represent continuum of intensities.
颜色的向量来表示连续的强度。
参数:at.mz
a vector of m/z values where labels are desired.
标签需要的m / z值的向量。
参数:at.col
a vector of sample indices, useful to label particular samples. If NULL, samples will be labelled from down up by 1:ncol(Ma).
一个样本指数的向量,有用的标签的特定样品。如果为NULL,样品将下降高达标记1:NCOL(马)。
参数:cexCol
text size of the sample labels.
样品标签的文字大小。
参见----------See Also----------
See Also binning.
另见binning。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|