View source: R/initialize_primers.R
check.init.primer.length.single | R Documentation |
Checks whether it is possible to construct primers of the desired length.
check.init.primer.length.single(
allowed,
allowed.region.definition = c("within", "any"),
min.len
)
allowed |
String containing the allowed binding sequence. |
allowed.region.definition |
Definition of allowed binding regions. |
min.len |
Minimal desired primer lengths. |
TRUE if primers of the desired length can be constructed, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.