Description Usage Arguments Value Examples
Returns start end end of the primer. If there are more than one matches, return the first match and the number of matches
1 | pcr_sequences(fwd_seq, rev_seq, target_seq, mismatches = 0)
|
fwd_seq |
forward primer sequence |
rev_seq |
reverse primer sequence |
target_seq |
target sequences (vector) |
mismatches |
Number of mismatches allowed |
vector with the amplicon or NA if no matches
1 | pcr_sequences("ATT","CCC", c("ATTTTCGGG", "AGTTTCGGG"), mismatches=0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.