plot_primer.comparison.box: Boxplot for Primer Comparison

View source: R/plots_comparison.R

plot_primer.comparison.boxR Documentation

Boxplot for Primer Comparison

Description

Constructs a box plot showing constraint values for each primer set.

Usage

plot_primer.comparison.box(
  primer.data,
  con.identifier,
  con.cols,
  boundaries,
  y.limits = NULL,
  show.points = TRUE,
  highlight.set = NULL,
  nfacets = NULL
)

Arguments

primer.data

List with primer data frames.

con.identifier

Identifier of constraint to be plotted.

con.cols

Column names with the constraint values in the primer data frames.

boundaries

List with constraint settings.

y.limits

Limits for the extent of the y-axis.

show.points

If TRUE (the default), individual data points are visualized in the boxplot, otherwise they are not shown.

highlight.set

The identifier of a primer set to highlight in the plot.

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.

Value

A boxplot for primer comparison.


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.