check.3prime.hexamers: 3' Hexamer Check.

View source: R/con_primer_coverage.R

check.3prime.hexamersR Documentation

3' Hexamer Check.

Description

Check whether the 3' hexamer of a primer is fully complementary to the corresponding region in the template.

Usage

check.3prime.hexamers(
  template.df,
  primer.df,
  mode.directionality = c("fw", "rev", "both")
)

Arguments

template.df

Template data frame.

primer.df

Primer data frame.

mode.directionality

Primer directionality.

Value

Returns TRUE if the 3' hexamer of a primer is fully complementary to the corresponding template region and FALSE otherwise.


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