qc-methods: qc-methods

Description Usage Arguments Value Examples

Description

Extracts HumanMethylation quality control information

Usage

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

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

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