qc,RnBeadSet-method {RnBeads} | R Documentation |
Extracts HumanMethylation quality control information
## S4 method for signature 'RnBeadSet' qc(object)
object |
Dataset of interest. |
Quality control information available for the dataset in the form of a list
with two elements:
Cy3
and Cy5
.
library(RnBeads.hg19) data(small.example.object) qcinf<-dpval(rnb.set.example, row.names=TRUE) head(qcinf$Cy3) head(qcinf$Cy5)