is.multiple(PROcess)
is.multiple()所属R语言包:PROcess
Find multiple-charged polypeptides.
发现多收的多肽。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For each of the polypeptides in a vector, find its multiple-charged species in the vector.
对于每一个向量多肽,发现多收种向量。
用法----------Usage----------
is.multiple(v, k = 2, eps = 0.003)
参数----------Arguments----------
参数:v
a vector of polypeptides.
一个多肽的向量。
参数:k
a vector of integers, that is, multiples of interest.
一个整数的向量,即利息的倍数。
参数:eps
a user specified precision of peak position.
用户指定的峰的位置精度。
Details
详情----------Details----------
If abs(v-k*u)/v <= eps, then v is considered to be u with k charges.
如果ABS(VK * U)/ V <= EPS,则v被认为是与K收费ü。
值----------Value----------
A list named with the m/z values of polypeptides who have multiple-charged species; each component is a named vector of polypeptides with number of charges as names.
多肽有多个电荷的物种的m / z值命名为A列表;每个组件是一个名为多肽的向量作为名称的收费数目。
举例----------Examples----------
bmks <- c(2360.25, 2666.34, 3055.72, 3058.04,
3776.94, 3778.24, 3779.53, 4712.37,7559.76, 4587.03,
4589.88, 9155.59, 13298.7)
is.multiple(bmks, k=2:5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|