plot_constraint_deviation-list-method: Plot of Constraint Deviations for Multiple Primer Sets.

Description Usage Arguments Value

Description

Plots a box plot of the absolute mean deviation of each primer for comparing multiple primer sets.

Usage

1
2
3
4
5
6
7
## S4 method for signature 'list'
plot_constraint_deviation(
  primers,
  settings,
  active.constraints,
  deviation.per.primer = FALSE
)

Arguments

settings

A DesignSettings object containing the target ranges for the primer properties.

active.constraints

Constraint identifiers to be plotted.

deviation.per.primer

Whether to show the deviation per primer or per constraint.

constraint.df

An evaluated object of class Primers.

Value

A boxplot of deviations


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