rawMat-methods(xcms)
rawMat-methods()所属R语言包:xcms
Get a raw data matrix
获得原始数据矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns a matrix with columns for time, m/z, and intensity that represents the raw data from a chromatography mass spectrometry experiment.
时间列返回一个矩阵,M / z和强度,表示从色谱 - 质谱实验的原始数据。
参数----------Arguments----------
参数:object
The container of the raw data
原始数据的容器
参数:mzrange
Subset by m/z range
m / z范围的子集
参数:rtrange
Subset by retention time range
保留时间范围的子集
参数:scanrange
Subset by scan index range
通过扫描索引范围的子集
参数:log
Whether to log transform the intensities
是否记录转变的强度
值----------Value----------
A numeric matrix with three columns: time, mz and intensity.
时间,MZ和强度:三列数字矩阵。
方法----------Methods----------
rawMat(object, mzrange = numeric(), rtrange = numeric(), scanrange = numeric(), log=FALSE)
rawMat(object, mzrange = numeric(), rtrange = numeric(), scanrange = numeric(), log=FALSE)
作者(S)----------Author(s)----------
Michael Lawrence
参见----------See Also----------
plotRaw for plotting the raw intensities
plotRaw绘制的原始强度
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|