generate_qc_report_from_obj: Create a HTML QC report from TraceQC object

generate_qc_report_from_objR Documentation

Create a HTML QC report from TraceQC object

Description

Create a HTML QC report from TraceQC object

Usage

generate_qc_report_from_obj(
  traceQC_obj_path = NULL,
  output_path = NULL,
  ncores = 1,
  title = "TraceQC report",
  preview = FALSE
)

Arguments

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’

Value

A TraceQC object for the input will be returned.


LiuzLab/TraceQC documentation built on April 19, 2022, 1:29 p.m.