pcr_plan_report | R Documentation |
Create a report from a PCR plan
pcr_plan_report(pcr_plan, file_path = NULL)
pcr_plan |
output from |
file_path |
Where the report should be written, as well as the file name. Defaults to temp file. |
a named list, like the output of pcr_plan
, but with the output file path appended.
dummy_rna_conc |>
pcr_plan(n_primers = 3) |>
pcr_plan_report()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.