intensities.by.color {RnBeads} | R Documentation |
Rearranges information from "M" and "U" slots of a RnBeadsRawSet object by color channer.
intensities.by.color( raw.set, address.rownames = TRUE, add.oob = all(!is.null(M0(raw.set)), !is.null(U0(raw.set))), add.controls = !is.null(qc(raw.set)), add.missing = TRUE )
raw.set |
Methylation dataset as an instance of |
address.rownames |
if |
add.oob |
if |
add.controls |
if |
add.missing |
if |
a list
with elements Cy3
and Cy5
containing average bead intensities measured for each
each probe in the green and red channels, respectively.
Pavlo Lutsik