powered by
minfiQC(object, fixOutliers = TRUE, verbose = FALSE)
[Genomic]MethylSet
fixMethOutliers
object
predictedSex
DataFrame
getQC
getSex
First outlier values are thresholded using fixMethOutliers. Then qc is performed using getQC and then sample specific sex is estimated using getSex.
if(require(minfiData)) { out <- minfiQC(MsetEx) ## plotQC(out$qc) ## plotSex(out$sex) }
Run the code above in your browser using DataLab