View source: R/initialize_primers_tree.R
select.primer.region.by.conservation | R Documentation |
Selects primer regions for initialization of primers according to their conservation scores.
select.primer.region.by.conservation(
primer.range,
ali.entropy,
conservation,
bin,
gap.char = "-"
)
primer.range |
Data frame with primer starts/stops. |
ali.entropy |
Entropy values for the alignment. |
conservation |
Desired ratio of primer conservation.
Only regions with a conservation of at least |
bin |
|
gap.char |
The character for alignment gaps. |
The conservation scores are computed using the entropies computed from the alignment of the template sequence regions of interests.
Updated primer regions according to the desired conservation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.