getPeaks2(PROcess)
getPeaks2()所属R语言包:PROcess
Quantify peaks for individual spectra.
量化为个人光谱峰。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For a vector of given peak locations, quantify peaks for individual spectra.
对于一个给定的峰值位置向量,量化个别谱峰。
用法----------Usage----------
getPeaks2(bseoffM, pVec, eps = 0.003)
参数----------Arguments----------
参数:bseoffM
A matrix of intensities, with rows the m/z values and columns samples.
矩阵,行m / z值和列样品的强度。
参数:pVec
A vector of given peak locations.
一个给定的峰值位置的向量。
参数:eps
Relative precision of peak location.
峰位置的相对精度。
Details
详情----------Details----------
Each peak is expanded to an interval, eps * m/z to the left and right of the peak. Intensities of individual spectra are quantified by the maxima in this interval.
每个峰扩展到一个区间,每股收益为m / z峰的左侧和右侧。个别光谱强度进行量化的最大值,在此区间。
值----------Value----------
A matrix of intensities with rows the peaks 'pVec' and column the samples. The m/z values of 'pVec' is stored as the 'rownames' of the returned matrix.
一个矩阵行峰PVEC和列样品的强度。的PVEC“的m / z值存储返回矩阵的的”rownames“。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|