meffil.ewas.summary: Summarize EWAS results.

View source: R/ewas-report.r

meffil.ewas.summaryR Documentation

Summarize EWAS results.

Description

Generates variable and covariate summary tables, QQ plots, Manhattan plots, a list of associations, plots of the strongest associations and plots of selected CpG sites.

Usage

meffil.ewas.summary(
  ewas.object,
  beta,
  selected.cpg.sites = character(0),
  parameters = meffil.ewas.parameters(),
  verbose = T
)

Arguments

ewas.object

From meffil.ewas().

beta

Methylation levels used in the analysis, either a matrix with one row per CpG site and one column per sample or the filename of a GDS file (Genomic Data Structure).

selected.cpg.sites

Vector of CpG site names to plot (Default: character(0)).

parameters

Default = meffil.ewas.parameters(). List of parameter values. See meffil.ewas.parameters().

Value

List


perishky/meffil documentation built on March 20, 2024, 1:56 a.m.