ewaff.report: Generate CpG associations report

View source: R/report.r

ewaff.reportR Documentation

Generate CpG associations report

Description

Generate HTML file that summarises CpG site associations.

Usage

ewaff.report(
  object,
  output.file = "report.html",
  author = "Analyst",
  study = "Illumina methylation data",
  ...
)

Arguments

object

Output from ewaff.summary.

output.file

Default = "ewas-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/ewaff documentation built on Jan. 31, 2024, 11:29 p.m.