create_report,list,list-method {openPrimeR} | R Documentation |
Creates a PDF report for comparing multiple primers.
## S4 method for signature 'list,list' create_report(primers, templates, fname, settings, sample.name = NULL, used.settings = NULL)
primers |
A list with evaluated |
templates |
A list with |
fname |
A character vector giving the file to store the report in. |
settings |
A |
sample.name |
An identifier for your analysis. |
used.settings |
A named list (with fields "fw" and "rev") containing the forward/reverse used design settings. |
Creates a PDF file giving a report on the comparison of the input primers.
Creating the report requires the external programs Pandoc (http://pandoc.org) and LateX (http://latex-project.org).