pcr_lib_qc_report: Generate visual library prep pcr quality control report

View source: R/pcr_lib.R

pcr_lib_qc_reportR Documentation

Generate visual library prep pcr quality control report

Description

Generate visual library prep pcr quality control report

Usage

pcr_lib_qc_report(pcr_lib_qc, report_path = NULL)

Arguments

pcr_lib_qc

output from pcr_lib_qc

report_path

the name of the report as well as where it should be output. If NULL, it will export to a temp directory

Value

The path to the report

Examples

system.file("extdata", "untidy-standard-curve.xlsx", package = "amplify") |>
  pcr_tidy() |>
  pcr_lib_calc() |>
  pcr_lib_qc() |>
  pcr_lib_qc_report()

KaiAragaki/amplify documentation built on Oct. 14, 2024, 11:46 p.m.