U,RnBeadRawSet-method {RnBeads} | R Documentation |
Extract raw unmethylated probe intensity from an object of RnBeadRawSet
class.
## S4 method for signature 'RnBeadRawSet' U(object, row.names = FALSE)
object |
Dataset of interest. |
row.names |
Flag indicating whether the resulting matrix will be assigned row names |
matrix
of the unmethylated probe intensities
library(RnBeads.hg19) data(small.example.object) U.intensity<-U(rnb.set.example) head(U.intensity)