View source: R/initialize_primers.R
initialize.primer.set | R Documentation |
Creates a set of candidate primers.
initialize.primer.set(
template.df,
sample.name,
primer.lengths,
allowed.region.definition,
mode.directionality,
init.algo,
max.degen,
conservation,
cur.results.loc
)
template.df |
Template data frame. |
sample.name |
Name of the template sample. |
primer.lengths |
Interval of minimal and maximal desired primer length. |
allowed.region.definition |
Definition of the allowed binding region. |
mode.directionality |
Direction of primers to be created. |
init.algo |
Algorithm for initializing primers. |
max.degen |
Maximal allowed degeneration of created primers. |
conservation |
Required conservation of primers.
The value of |
cur.results.loc |
Location for writing the primers as csv. |
An initial primer data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.