plot_constraint-list-method: Boxplot for Comparing Constraints.

Description Usage Arguments Value

Description

Creates a boxplot visualizing the physicochemical properties of multiple primer sets.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'list'
plot_constraint(
  primers,
  settings,
  active.constraints,
  highlight.set = NULL,
  nfacets = NULL
)

Arguments

primers

List with evaluated objects of class Primers. Each list element corresponds to a single primer set.

settings

A DesignSettings object containing the constraints to be plotted.

active.constraints

The names of the constraints to be plotted.

highlight.set

Identifiers of primer sets to be highlighted.

nfacets

A numeric providing the number of facet columns to show. By default nfacets is NULL such that the number of facet columns is chosen automatically.

constraint.settings

List with settings for each constraint.

Value

Boxplot comparing the values of the properties specified by constraints.


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