minfi (version 1.18.4)

minfiQC: easy one-step QC of methylation object

Description

This function combines a number of functions into a simple to use, one step QC step/

Usage

minfiQC(object, fixOutliers = TRUE, verbose = FALSE)

Arguments

object
An object of class [Genomic]MethylSet.
fixOutliers
Should the function fix outlying observations (using fixMethOutliers) before running QC?
verbose
Should the function be verbose?

Value

A list with two values,
object
The object processed by fixMethOutliers and with a column predictedSex added to the pheno data.
qc
A DataFrame with columns from the output of getQC and getSex

Details

A number of functions are run sequentially on the object.

First outlier values are thresholded using fixMethOutliers. Then qc is performed using getQC and then sample specific sex is estimated using getSex.

See Also

getSex, getQC, fixMethOutliers

Examples

Run this code
if(require(minfiData)) {
  out <- minfiQC(MsetEx)
  ## plotQC(out$qc)
  ## plotSex(out$sex)
}

Run the code above in your browser using DataLab