Skip to contents

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()
#> Error in pcr_tidy(system.file("extdata", "untidy-standard-curve.xlsx",     package = "amplify")): could not find function "pcr_tidy"