align(PROcess)
align()所属R语言包:PROcess
Align peaks for a specified precision.
对齐峰指定的精度。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A vector of peaks are expanded to a collection of intervals, 'eps' * m/z of the peak to the left and right of the peak position. They are then aligned using the method of intersection graphs by Gentleman and Vandal.
峰向量扩展到收集的间隔,“EPS”* m / z为峰值的左,右峰的位置。然后,他们使用由绅士和防暴相交图的方法一致。
用法----------Usage----------
align(pVec, eps = 0.003)
参数----------Arguments----------
参数:pVec
A vector of peaks.
峰的向量。
参数:eps
A user specified precision of peak position.
用户指定的峰的位置精度。
值----------Value----------
A vector of aligned peaks.
对齐峰向量。
参考文献----------References----------
Computational Algorithms for Censored-Data Problems Using Intersection Graphs. (2001), J. Comput. Graphic Statist., vol. 10, p403–421.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|