Learn R Programming

RnBeads (version 1.4.0)

qc,RnBeadSet-method: qc-methods

Description

Extracts HumanMethylation quality control information

Usage

"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

Run this code

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

Run the code above in your browser using DataLab