build.ILP.df: Construction of ILP Results.

View source: R/optimization_ILP.R

build.ILP.dfR Documentation

Construction of ILP Results.

Description

Constructs a data frame summarizing the properties of an ILP solution.

Usage

build.ILP.df(
  ILP,
  vars,
  primer.df,
  template.df,
  i,
  target.temp,
  time = NA,
  deltaG_Cutoff = NA,
  deltaG_Limit = NA
)

Arguments

ILP

A solved ILP instance.

vars

The ILP decision variables.

primer.df

The primer data frame correspdong to the ILP.

template.df

The template data frame.

i

Index for the ILP.

target.temp

Target melting temperature in Celsius.

time

Runtime of the ILP.

deltaG_Cutoff

Free energy cutoff used for the dimerization constraint.

deltaG_Limit

The free energy boundary for dimerization.

Value

Data frame summarizing the ILP solution.


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