alphabetScore: Efficiently calculate the sum of quality scores across bases

alphabetScoreR Documentation

Efficiently calculate the sum of quality scores across bases

Description

This generic takes a QualityScore or PhredQuality object and calculates, for each read, the sum of the encoded nucleotide probabilities.

Usage

alphabetScore(object, ...)

Arguments

object

An object of class QualityScore.

...

Additional arguments, currently unused.

Value

A vector of numeric values of length equal to the length of object.

Author(s)

Martin Morgan <mtmorgan@fhcrc.org>


Bioconductor/ShortRead documentation built on April 25, 2024, 2:08 a.m.