qc,RnBeadSet-method {RnBeads}R Documentation

qc-methods

Description

Extracts HumanMethylation quality control information

Usage

## S4 method for signature 'RnBeadSet'
qc(object)

Arguments

object

Dataset of interest.

Value

Quality control information available for the dataset in the form of a list with two elements: Cy3 and Cy5.

Examples


library(RnBeads.hg19)
data(small.example.object)
qcinf<-dpval(rnb.set.example, row.names=TRUE)
head(qcinf$Cy3)
head(qcinf$Cy5)


[Package RnBeads version 2.10.0 Index]