pcr_plan_report: Create a report from a PCR plan

View source: R/pcr_plan.R

pcr_plan_reportR Documentation

Create a report from a PCR plan

Description

Create a report from a PCR plan

Usage

pcr_plan_report(pcr_plan, file_path = NULL)

Arguments

pcr_plan

output from pcr_plan

file_path

Where the report should be written, as well as the file name. Defaults to temp file.

Value

a named list, like the output of pcr_plan, but with the output file path appended.

Examples

dummy_rna_conc |>
  pcr_plan(n_primers = 3) |>
  pcr_plan_report()

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