View source: R/amplicon_extract.R
find_amplicon | R Documentation |
Find the location of an amplicon in an alignment
find_amplicon(
aln,
fwd_primer,
rev_primer,
trim = c("none", "retain", "remove"),
mark = TRUE,
fwd_char = "{",
rev_char = "}",
outfile = NULL
)
aln |
( |
fwd_primer |
( |
rev_primer |
( |
trim |
(one of |
mark |
( |
fwd_char |
(single |
rev_char |
(single |
outfile |
( |
StockholmMultipleAlignment
object with modified RF line to mark the primer locations, or if outfile
is
given, NULL
invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.