generate_qc_report_from_obj | R Documentation |
Create a HTML QC report from TraceQC object
generate_qc_report_from_obj( traceQC_obj_path = NULL, output_path = NULL, ncores = 1, title = "TraceQC report", preview = FALSE )
traceQC_obj_path |
Path of a traceQC object. |
output_path |
A file path to save the HTML report. It will be omiited if it is set as NULL |
ncores |
The number of cores for parallel processing. |
title |
The title of the report. |
preview |
It will open a preview to a web-browser if the argument is set to ‘TRUE’ |
A TraceQC object for the input will be returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.