View source: R/con_primer_coverage.R
check.3prime.hexamers | R Documentation |
Check whether the 3' hexamer of a primer is fully complementary to the corresponding region in the template.
check.3prime.hexamers(
template.df,
primer.df,
mode.directionality = c("fw", "rev", "both")
)
template.df |
Template data frame. |
primer.df |
Primer data frame. |
mode.directionality |
Primer directionality. |
Returns TRUE
if the 3' hexamer of a primer is fully complementary
to the corresponding template region and FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.