plot_constraint_fulfillment-list-method: Comparison of Evaluation Results.

Description Usage Arguments Value

Description

Plots the percentage of primers fulfilling the specified constraints for multiple primer sets.

Usage

1
2
3
4
5
6
7
8
9
## S4 method for signature 'list'
plot_constraint_fulfillment(
  primers,
  settings,
  active.constraints,
  plot.p.vals = FALSE,
  ncol = 2,
  highlight.set = NULL
)

Arguments

primers

A list of Primers objects.

settings

A DesignSettings object.

active.constraints

The identifiers of constarints to be plotted for fulfillment.

plot.p.vals

Whether p-values from Fisher's exact test should be annotated for every primer set.

ncol

The number of columns for facet wrap.

highlight.set

Identifiers of primer sets to be highlighted.

Value

Plot indicating the ratio of primers fulfilling the constraints specified in constraint.settings for each primer set in primers.


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