View source: R/con_dimerization.R
get.cross.dimers | R Documentation |
Computes all possible primer cross-dimers.
get.cross.dimers(
primers.1,
primers.2,
ions,
annealing.temp,
check.idx = NULL,
no.structures = FALSE,
mode = c("symmetric", "asymmetric")
)
primers.1 |
Input primers. |
primers.2 |
Input primers. |
ions |
Sodium-equivalent ionic concentration. |
annealing.temp |
The PCR annealing temperature. |
check.idx |
indices of primers for checking cross-dimerization |
no.structures |
Whether to compute structures of dimers. |
mode |
'symmetric', if |
Data frame with potential cross dimers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.