check_constraints_comparison: Batch Procedure for Evaluating Primer Sets.

View source: R/constraints_eval.R

check_constraints_comparisonR Documentation

Batch Procedure for Evaluating Primer Sets.

Description

Batch Procedure for Evaluating Primer Sets.

Usage

check_constraints_comparison(
  primer.data,
  template.data,
  settings,
  active.constraints = names(constraints(settings)),
  to.compute.constraints = active.constraints,
  for.shiny = FALSE,
  updateProgress = NULL
)

Arguments

primer.data

A list of objects of class Primers.

template.data

A list of objects of class Templates corresponding to primer.data.

settings

An object of class DesignSettings.

active.constraints

A character vector providing identifiers of constraints to be considered.

to.compute.constraints

A character vector providing identifiers of constraints to be computed.

for.shiny

A logical indicating whether the results are indicated for the Shiny app or not.

updateProgress

A callback function to track progress in the Shiny app.

Value

A list with objects of class Primers.

Examples

## Not run: 
data(Comparison)
eval.data <- check_constraints_comparison(primer.data[1:2], template.data[1:2], settings)

## End(Not run)

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