alphabetScore(ShortRead)
alphabetScore()所属R语言包:ShortRead
Efficiently calculate the sum of quality scores across bases
有效地计算出整个碱基的质量得分的总和
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This generic takes a QualityScore object and calculates, for each read, the sum of the encoded nucleotide probabilities.
这个通用的QualityScore对象和计算,为每个读取,编码核苷酸概率的总和。
用法----------Usage----------
alphabetScore(object, ...)
参数----------Arguments----------
参数:object
An object of class QualityScore.
对象类QualityScore。
参数:...
Additional arguments, currently unused.
额外的参数,目前尚未使用。
值----------Value----------
A vector of numeric values of length equal to the length of object.
一个向量的长度等于object长度的数值。
作者(S)----------Author(s)----------
Martin Morgan <mtmorgan@fhcrc.org>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|