meffil.qc.report: Generate QC report

View source: R/qc-report.r

meffil.qc.reportR Documentation

Generate QC report

Description

Generate HTML file that summarises the QC.

Usage

meffil.qc.report(
  qc.summary,
  output.file = "qc-report.html",
  author = "Analyst",
  study = "Illumina methylation data",
  ...
)

Arguments

qc.summary

Output from meffil.qc.summary.

output.file

Default = "meffil-qc-report.html". If the file extension is not .htm, .html, .HTM or .HTML then output will be in markdown format.

author

Default = "Analyst". Author name to be specified on report.

study

Default = "Illumina methylation data". Study name to be specified on report.

...

Arguments to be passed to knitr::knit


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