Description Usage Arguments Value
View source: R/binding_model_functions.r
From primer-binding model parameters find epsilon value that minimizes the difference between predicted K and K as defined from calorimetry experiments.
1 2 | epsilon.minimize.chisq(pt.df, max, min = 0, prob = batch.prob.uniform(),
plot = T)
|
pt.df |
long dataframe of primer-template features |
max |
maximum epsilon value |
min |
minimum epsilon value |
prob |
dataframe of primer probability (default is equal for all) |
plot |
logical indicating whether to plot the Chi-square function (to visualize the minimum) |
numeric of epsilon value (minimum of Chi-sq. function)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.