Description Usage Arguments Value Author(s) Examples
Function to render the pre-compiled rmarkdown file to generate the sample QC report.
1 | RenderReport(input, output, interactive = TRUE)
|
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. |
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.
Qian Liu qliu7@buffalo.edu
1 2 | load(system.file("extdata", "example.seqfile.Rdata", package="SeqSQC"))
RenderReport(seqfile, output="report.html", interactive=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.