numCollisions(MassArray)
numCollisions()所属R语言包:MassArray
Count peak collisions
数峰值碰撞
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to count the number of peak collisions (i.e. molecular weights are indistinguishable given the specified resolution)
函数来计算峰值碰撞的数量(即分子量是无法区分的,给予指定的决议)
用法----------Usage----------
numCollisions(peaks, resolution = 0.5)
参数----------Arguments----------
参数:peaks
Numerical list of molecular weights (in Da) corresponding to a set of peaks
分子量数值列表(大)对应到一组峰
参数:resolution
Resolution (in Da), used to specify the ability to distinguish two different molecular weights. For a resolution of 0.5 (default), two molecular weights are considered identical if they are less than 0.5 Da apart.
决议(大),用于指定的能够区分两个不同的分子量。有关决议0.5(默认),被认为是两个分子量相同,如果他们比0.5除了大少。
值----------Value----------
Returns a list of peak collision counts for each peak in the original list.
返回一个高峰碰撞计数为每个高峰期在原来的名单列表。
作者(S)----------Author(s)----------
Reid F. Thompson (<a href="mailto:rthompso@aecom.yu.edu">rthompso@aecom.yu.edu</a>), John M. Greally (<a href="mailto:jgreally@aecom.yu.edu">jgreally@aecom.yu.edu</a>)
举例----------Examples----------
numCollisions(1:5, 1.5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|