View source: R/initialize_primers.R
create.initial.primer.set | R Documentation |
Creates an initial set of candidate primers for primer design.
create.initial.primer.set(
template.df,
primer.lengths,
mode.directionality = c("fw", "rev"),
sample,
allowed.region.definition = c("within", "any"),
init.algo = c("naive", "tree"),
max.degen,
conservation,
updateProgress = NULL
)
template.df |
Template data frame. |
primer.lengths |
Vector containing the permissible primer lengths. |
mode.directionality |
Direction of primers to be created. |
sample |
Name of the template sample. |
allowed.region.definition |
Definition of the allowed binding region. |
init.algo |
Algorithm for initializing primers. |
max.degen |
Maximal allowed degeneration of created primers. |
conservation |
Required conservation of primers.
The value of |
updateProgress |
Shiny progress object. |
An initialized data frame of candidate primers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.