RenderReport: Render the rmarkdown file for generating a sample QC report.

Description Usage Arguments Value Author(s) Examples

View source: R/RenderReport.R

Description

Function to render the pre-compiled rmarkdown file to generate the sample QC report.

Usage

1
RenderReport(input, output, interactive = TRUE)

Arguments

input

SeqSQC object with QC results.

output

a character string to define the file name for the QC report.

interactive

whether to generate interative plots in the report. The default is TRUE.

Value

Will incure the rendering of the rmarkdown file for generating the sample QC report. The report will return to the file denoted in output in the function.

Author(s)

Qian Liu qliu7@buffalo.edu

Examples

1
2
load(system.file("extdata", "example.seqfile.Rdata", package="SeqSQC"))
RenderReport(seqfile, output="report.html", interactive=FALSE)

SeqSQC documentation built on Nov. 8, 2020, 5:03 p.m.