powered by
getQC(object) addQC(object, qc) plotQC(qc, badSampleCutoff = 10.5)
[Genomic]MethylSet
getQC
DataFrame
mMed
uMed
For addQC, essentially object supplied to the function, but with two new columns added to the pheno data slot: uMed and mMed.
addQC
object
minfiQC
if(require(minfiData)){ qc <- getQC(MsetEx) MsetEx <- addQC(MsetEx, qc = qc) ## plotQC(qc) }
Run the code above in your browser using DataLab