View source: R/amplicon_extract.R
find_primer | R Documentation |
This is a relatively simple algorithm which aligns the primer sequences to each sequence in the alignment, maps the aligned locations into the alignment, and takes the most frequent location. A warning is issued if more than 10% of the sequences in the alignment have non-consensus primer positions; a frequent cause of this is if some of the sequences are fragmentary and do not actually include the primer site, but in any case it is recommended to manually check results.
find_primer(ungapped, gaps, primer)
ungapped |
( |
gaps |
( |
primer |
( |
named integer
of length two, with elements start
and end
giving
the best fit range for the primer in the alignment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.