minfiQC: easy one-step QC of methylation object

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/minfiQC.R

Description

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

Usage

1
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?

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.

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

Author(s)

Kasper D. Hansen

See Also

getSex, getQC, fixMethOutliers

Examples

1
2
3
4
5
if(require(minfiData)) {
  out <- minfiQC(MsetEx)
  ## plotQC(out$qc)
  ## plotSex(out$sex)
}

minfi documentation built on Nov. 8, 2020, 4:53 p.m.