find_subseq_target_temp: Find a subsequence with a target PCR temperature.

View source: R/pcr.R

find_subseq_target_tempR Documentation

Find a subsequence with a target PCR temperature.

Description

Given a relatively large sequence, this function will iteratively remove a single nucleotide and recalulate the TM until the TM falls to the target temperature.

Usage

find_subseq_target_temp(
  sequence,
  target = 53,
  direction = "forward",
  verbose = FALSE
)

Arguments

sequence

Starting sequence.

target

Desire TM of the final sequence.

direction

What strand is expected for annealing this primer?

verbose

Be chatty?


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.