View source: R/methods-RtaIntensity.R
RtaIntensity | R Documentation |
RtaIntensity
objects contain Illumina image
intensity measures created by the RTA pipeline. It will often be more
convenient to create this object using readIntensities
.
RtaIntensity(intensity=array(0, c(0, 0, 0)),
measurementError=array(0, c(0, 0, 0)),
readInfo=SolexaIntensityInfo(
lane=integer()[seq_len(nrow(intensity))]),
...)
intensity |
A matrix of image intensity values. Successive
columns correspond to nucleotides A, C, G, T; four successive
columns correspond to each cycle. Typically, derived from
|
measurementError |
As |
readInfo |
An object of class |
... |
Additional arguments, not currently used. |
An object of class RtaIntensity
.
Martin Morgan <mtmorgan@fhcrc.org>
RtaIntensity
,
readIntensities
.
rta <- RtaIntensity(array(runif(60), c(5,4,3)))
intensity(rta)
## subsetting, access, and coercion
as(intensity(rta)[1:2,,], "array")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.