Description Usage Arguments Value Author(s) See Also Examples
Use these functions to construct quality indicators for reads or
alignments. See QualityScore
for details of
object content and methods available for manipulating them.
1 2 3 4 5 | NumericQuality(quality = numeric(0))
IntegerQuality(quality = integer(0))
MatrixQuality(quality = new("matrix"))
FastqQuality(quality, ...)
SFastqQuality(quality, ...)
|
quality |
An object used to initialize the data
structure. Appropriate objects are indicated in the constructors
above for Numeric, Integer, and Matrix qualities. For
|
... |
Additional arguments, currently unused. |
Constructors return objects of the corresponding class derived from
QualityScore
.
Martin Morgan <mtmorgan@fhcrc.org>
QualityScore
, readFastq
,
readAligned
1 2 3 4 | nq <- NumericQuality(rnorm(20))
nq
quality(nq)
quality(nq[10:1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.