renorm(PROcess)
renorm()所属R语言包:PROcess
Renormalize Spectra
Renormalize谱
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Renormalize spectra for m/z values greater than "cutoff".
Renormalize m / z值大于截断的光谱。
用法----------Usage----------
renorm(Ma, cutoff)
参数----------Arguments----------
参数:Ma
a matrix, with rows the m/z values and the columns the samples.
矩阵与行的m / z值和列样品。
参数:cutoff
a real value, before which the portion of a spectrum will be ignored.
真正的价值,在这之前的频谱的部分将被忽略。
Details
详情----------Details----------
A sample of spectra will be normalized to have the same AUC, the median of the AUCs of spectra. Each AUC is calculated as the sum of the intensities whose m/z values are greater than "cutoff".
将标准化的光谱样本,有相同的AUC,平均光谱的AUC。每个联合自卫军的强度,其m / z值大于“截止”的总和计算。
值----------Value----------
A matrix, with rows the m/z values and the columns the samples. Only rows with m/z values greater than "cutoff" are kept.
一个矩阵,m / z值的行和列样品的。保持与m / z值大于“截止”的行。
举例----------Examples----------
example(rmBaseline)
rtM <- renorm(testM, cutoff=1500)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|