plot_primer_binding_regions,list,list-method {openPrimeR} | R Documentation |
Plots the primer binding regions for every primer set.
## S4 method for signature 'list,list' plot_primer_binding_regions(primers, templates, direction = c("both", "fw", "rev"), group = NULL, relation = c("fw", "rev"), region.names = c("Binding region", "Amplification region"), highlight.set = NULL)
primers |
List with primer data frames. |
templates |
List with template data frames. |
direction |
Direction of primers. |
group |
Template groups to plot. This defaults to plotting all groups. |
relation |
Plot binding region relative to forward binding region or reverse? |
region.names |
Names for the primer binding region and the amplified region. |
highlight.set |
Primer sets to highlight in the plot. |
A plot for primer binding region comparison.