View source: R/con_primer_coverage.R
get.duplex.energies | R Documentation |
Computest the free energy of annealing between primers and templates. If the mode
is set to "on_target",
the free energies of binding events in the allowed region are computed, while if the mode
is set to
"off_target", the free energies of off-target events are computed.
get.duplex.energies(
primer.df,
template.df,
annealing.temp,
settings,
mode = c("on_target", "off_target")
)
primer.df |
A |
template.df |
A |
annealing.temp |
The vector of optimal annealing temperatures of the primers. |
settings |
A |
mode |
If the |
A list of lists containing the numeric free energies of the annealing events for every primer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.