View source: R/con_dimerization.R
compute.dimer.matrix | R Documentation |
Computes a matrix indicating all dimerizing primers according to a DeltaG cutoff.
compute.dimer.matrix(G, deltaG.cutoff = -7)
G |
Matrix with free energies of all considered primer pairs. |
deltaG.cutoff |
Primers with free energies below the cutoff are considered dimerizing. |
Binary matrix with dimerization events according to the deltaG.cutoff
.
Contains '1' if primers (i,j) dimerize and '0' else.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.