create.primer.ranges: Ranges for Initial Primers.

View source: R/initialize_primers_tree.R

create.primer.rangesR Documentation

Ranges for Initial Primers.

Description

Creates a data frame indicating primer starts and ends.

Usage

create.primer.ranges(
  end.position,
  p.lens,
  start.position,
  step.size = 1,
  groups = NULL
)

Arguments

end.position

End positions of primers.

p.lens

Desired primer lengths.

step.size

A numeric giving the steps with which start positions are cycled. Should be 1 for primer design (evaluate all positions) and higher values can be used for windowing.

groups

Character vector with group annotation.

start.posiion

The start positions of primers.

Value

Data frame with ranges for initial primers.


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