View source: R/generateQCReport.R
generateQCReport | R Documentation |
Generate QC report
generateQCReport(
se,
outFile,
reportTitle = "mutscan QC report",
forceOverwrite = FALSE,
...
)
se |
A |
outFile |
Character string providing the name of the output file.
Should have the extension |
reportTitle |
Character string specifying the title of the QC report. |
forceOverwrite |
Logical scalar, indicating whether an existing file
with the same name as |
... |
Additional parameters to be forwarded to
|
Invisibly, the path to the generated html file.
Charlotte Soneson
render
used to render the html output file.
## Load SummarizedExperiment object
se <- readRDS(system.file("extdata", "GSE102901_cis_se.rds",
package = "mutscan"))
## Define output file
outfile <- tempfile(fileext = ".html")
## Generate QC report
generateQCReport(se, outfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.