U-methods: U-methods

Description Usage Arguments Value Examples

Description

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

Usage

1
2
## 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

1
2
3
4
5
library(RnBeads.hg19)
data(small.example.object)
U.intensity<-U(rnb.set.example)
head(U.intensity)
 

RnBeads documentation built on March 3, 2021, 2 a.m.