View source: R/optimization_ILP.R
build.ILP.df | R Documentation |
Constructs a data frame summarizing the properties of an ILP solution.
build.ILP.df(
ILP,
vars,
primer.df,
template.df,
i,
target.temp,
time = NA,
deltaG_Cutoff = NA,
deltaG_Limit = NA
)
ILP |
A solved ILP instance. |
vars |
The ILP decision variables. |
primer.df |
The primer data frame correspdong to the |
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. |
Data frame summarizing the ILP solution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.