plot_primer_binding_regions-list-list-method: Plot of Primer Binding Regions for Multiple Sets.

Description Usage Arguments Value

Description

Plots the primer binding regions for every primer set.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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
)

Arguments

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.

Value

A plot for primer binding region comparison.


openPrimeR documentation built on Nov. 16, 2020, 2 a.m.