alphabetScore {ShortRead} | R Documentation |
This generic takes a QualityScore
object and
calculates, for each read, the sum of the encoded nucleotide
probabilities.
alphabetScore(object, ...)
object |
An object of class |
... |
Additional arguments, currently unused. |
A vector of numeric values of length equal to the length of
object
.
Martin Morgan <mtmorgan@fhcrc.org>