findFragments(MassArray)
findFragments()所属R语言包:MassArray
Find fragments
寻找碎片
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to identify which fragment(s) in a list of fragments match a given molecular weight
功能,以确定其中的片段(S)中的一个片段列表匹配一个给定的分子量
用法----------Usage----------
findFragments(MW, fragments, resolution = 1)
参数----------Arguments----------
参数:MW
Molecular weight target (in Da)
分子量目标(大)
参数:fragments
List of molecular weights corresponding to unique fragments
对应独特的片段分子量名单
参数: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 fragment(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----------
data(MassArray.example.data)
findFragments(3913,MassArray.example.data$fragments.T, resolution=0.1)
findFragments(3913,MassArray.example.data$fragments.T, resolution=0.5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|