Description Usage Arguments Value Note
Creates a PDF report for a set of primers.
1 2 3 4 5 6 7 8 9 10 | ## S4 method for signature 'Primers,Templates'
create_report(
primers,
templates,
fname,
settings,
sample.name,
used.settings,
required.cvg = 1
)
|
primers |
An evaluated |
templates |
A |
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. |
required.cvg |
The required coverage ratio. |
Creates a PDF file reporting on the input primers.
Creating the report requires the external programs Pandoc (http://pandoc.org) and LaTeX (http://latex-project.org).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.