| alphabetScore {ShortRead} | R Documentation |
This generic takes a QualityScore or
PhredQuality 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>