findPeaks(MassArray)
findPeaks()所属R语言包:MassArray
Find peaks
查找峰
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to determine which peak(s) in a list of peaks match a given molecular weight.
功能,以确定其中峰值(S)在峰列表匹配一个给定的分子量。
用法----------Usage----------
findPeaks(MW, peaks, resolution = 1)
参数----------Arguments----------
参数:MW
Molecular weight target (in Da)
分子量目标(大)
参数:peaks
List of molecular weights corresponding to unique peaks
独特的峰对应分子量名单
参数:resolution
Resolution (in Da), used to specify the ability to distinguish two different molecular weights. For a resolution of 1 (default), two molecular weights are considered identical if they are less than 1 Da apart.
决议(大),用于指定的能够区分两个不同的分子量。有关决议1(默认),被认为是两个分子量相同,如果他们比1除了大少。
值----------Value----------
Returns the index or indices of peak(s) within the input list that have a molecular weight which matches that specified as input
返回具有分子量匹配指定作为输入的输入列表内指数或指数的峰值(S)
作者(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----------
findPeaks(3.1, 6:1, res=0)
findPeaks(3.1, 6:1, res=0.2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|