U,RnBeadRawSet-method {RnBeads}R Documentation

U-methods

Description

Extract raw unmethylated probe intensity from an object of RnBeadRawSet class.

Usage

## S4 method for signature 'RnBeadRawSet'
U(object, row.names = FALSE)

Arguments

object

Dataset of interest.

row.names

Flag indicating whether the resulting matrix will be assigned row names

Value

matrix of the unmethylated probe intensities

Examples


library(RnBeads.hg19)
data(small.example.object)
U.intensity<-U(rnb.set.example)
head(U.intensity)
 

[Package RnBeads version 1.12.1 Index]