find_subseq_target_temp | R Documentation |
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.
find_subseq_target_temp(
sequence,
target = 53,
direction = "forward",
verbose = FALSE
)
sequence |
Starting sequence. |
target |
Desire TM of the final sequence. |
direction |
What strand is expected for annealing this primer? |
verbose |
Be chatty? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.