precSelection(MSnbase)
precSelection()所属R语言包:MSnbase
Number of precursor selection events
易制毒化学评选活动
译者:生物统计家园网 机器人LoveR
描述----------Description----------
precSelection computes the number of selection events each precursor ions has undergone in an tandem MS experiment. This will be a function of amount of peptide loaded, chromatography efficiency, exclusion time,... and is useful when optimising and experimental setup. This function returns a named integer vector or length equal to the number of unique precursor MZ values in the original experiment. See n parameter to set the number of MZ significant decimals.
precSelection计算选择每个母离子的串联质谱实验中发生的事件的数目。这将是一个功能肽装,色谱效率,排除时间,金额...是有用的优化和实验装置。这个函数返回一个名为整数向量长度等于独特的易制毒化学锰锌在原有的实验值。看到n参数来设置的锰锌显著小数数。
precSelectionTable is a wrapper around precSelection and returns a table with the number of single, 2-fold, ... selection events.
precSelectionTable周围precSelection的包装,并返回表数量单,2倍,...评选活动。
用法----------Usage----------
precSelection(object,n)
参数----------Arguments----------
参数:object
An instane of class "MSnExp".
一个类"MSnExp"instane。
参数:n
The number of decimal places to round the precursor MZ to. Is passed to the round function.
小数位数四舍五入的易制毒化学锰锌。被传递到轮函数。
值----------Value----------
A named integer in case of precSelection and a table for precSelectionTable.
一个在precSelectiontableprecSelectionTable的情况下命名为整数。
作者(S)----------Author(s)----------
Laurent Gatto <lg390@cam.ac.uk>
举例----------Examples----------
precSelection(itraqdata)
precSelection(itraqdata,n=2)
precSelectionTable(itraqdata)
## only single selection event in this reduced exeriment[#只在这种减少exeriment单评选活动]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|