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

View source: R/initialize_primers.R

check.init.primer.length.singleR Documentation

Primer Length Check.

Description

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

Usage

check.init.primer.length.single(
  allowed,
  allowed.region.definition = c("within", "any"),
  min.len
)

Arguments

allowed

String containing the allowed binding sequence.

allowed.region.definition

Definition of allowed binding regions.

min.len

Minimal desired primer lengths.

Value

TRUE if primers of the desired length can be constructed, FALSE otherwise.


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