compute.dimer.matrix: Dimerization matrix

View source: R/con_dimerization.R

compute.dimer.matrixR Documentation

Dimerization matrix

Description

Computes a matrix indicating all dimerizing primers according to a DeltaG cutoff.

Usage

compute.dimer.matrix(G, deltaG.cutoff = -7)

Arguments

G

Matrix with free energies of all considered primer pairs.

deltaG.cutoff

Primers with free energies below the cutoff are considered dimerizing.

Value

Binary matrix with dimerization events according to the deltaG.cutoff. Contains '1' if primers (i,j) dimerize and '0' else.


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.