RtaIntensity-class | R Documentation |
Subclass of Intensity
for representing image
intensity data from the Illumina RTA pipeline.
Objects can be created by calls to RtaIntensity
or more usually
readIntensities
.
Object of RtaIntensity
have slots:
readInfo
:Object of class "RtaIntensityInfo"
representing information about each read.
intensity
:Object of class "ArrayIntensity"
containing an array of intensities with dimensions read, base, and
cycle. Nucleotide are A, C, G, T for each cycle.
measurementError
:Object of class
"ArrayIntensity"
containing measurement errors for each
read, cycle, and base, with dimensions like that for
intensity
.
.hasMeasurementError
:Object of class
"ScalarLogical"
used internally to indicate whether
measurement error information is included.
Class "SolexaIntensity"
, directly.
Class "Intensity"
, by class "SolexaIntensity", distance 2.
Class ".ShortReadBase"
, by class "SolexaIntensity", distance 3.
Class "RtaIntensity" inherits accessor, subsetting, and display
methods from class SolexaIntensity
.
Martin Morgan <mtmorgan@fhcrc.org>
SolexaIntensity
, readIntensities
showClass("RtaIntensity")
showMethods(class="RtaIntensity", where=getNamespace("ShortRead"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.