View source: R/con_primer_coverage.R
evaluate.cvg | R Documentation |
Evaluates primer coverage.
evaluate.cvg(
template.seqs,
primers,
mode.directionality = c("fw", "rev"),
allowed.mismatches,
updateProgress = NULL
)
template.seqs |
Template sequences as a |
primers |
Primer sequences as a |
mode.directionality |
Directionality of primres |
allowed.mismatches |
Allowed number of mismatches between a primer and a template. |
updateProgress |
Progress function for shiny |
IRanges object with primer coverage information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.