create.constraint.table: Output a Constraint Overview Table

View source: R/settings.R

create.constraint.tableR Documentation

Output a Constraint Overview Table

Description

Outputs a table showing the values of constraints.

Usage

create.constraint.table(
  constraints,
  constraint.limits = NULL,
  constraints.used.fw = NULL,
  constraints.used.rev = NULL,
  format.type = c("backend", "shiny", "report")
)

Arguments

constraints

List with constraint settings.

constraint.limits

List with constraint limits.

constraints.used.fw

Constraints used for forward primer design.

constraints.used.rev

Constraints used for reverse primer design.

format.type

The type of formatting to be performed on entries.

Value

Data frame with summary of constraints.


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