pcr_lib_qc_report | R Documentation |
Generate visual library prep pcr quality control report
pcr_lib_qc_report(pcr_lib_qc, report_path = NULL)
pcr_lib_qc |
output from |
report_path |
the name of the report as well as where it should be output. If NULL, it will export to a temp directory |
The path to the report
system.file("extdata", "untidy-standard-curve.xlsx", package = "amplify") |>
pcr_tidy() |>
pcr_lib_calc() |>
pcr_lib_qc() |>
pcr_lib_qc_report()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.