View source: R/initialize_primers.R
check.init.primer.length | R Documentation |
Checks whether it is possible to construct primers of the desired length.
check.init.primer.length(
template.df,
allowed.region.definition = c("within", "any"),
primer.lengths,
mode.directionality = c("fw", "rev", "both")
)
template.df |
Template data frame. |
allowed.region.definition |
Definition of allowed binding regions. |
primer.lengths |
The desired lengths of the priemrs. |
mode.directionality |
The primer directionality. |
TRUE, if primers of the desired length can be constructed,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.