check.init.primer.length: Primer Length Check.

View source: R/initialize_primers.R

check.init.primer.lengthR Documentation

Primer Length Check.

Description

Checks whether it is possible to construct primers of the desired length.

Usage

check.init.primer.length(
  template.df,
  allowed.region.definition = c("within", "any"),
  primer.lengths,
  mode.directionality = c("fw", "rev", "both")
)

Arguments

template.df

Template data frame.

allowed.region.definition

Definition of allowed binding regions.

primer.lengths

The desired lengths of the priemrs.

mode.directionality

The primer directionality.

Value

TRUE, if primers of the desired length can be constructed,


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