View source: R/initialize_primers.R
create.primers.naive | R Documentation |
Initialize primers by extracting substrings from all templates.
create.primers.naive(
seqs,
seq.IDs,
seq.groups,
l.s,
e.s,
primer.lengths,
allowed.region.definition,
max.degen,
sample = "",
identifier = "",
updateProgress = NULL
)
seqs |
The template sequence strings. |
seq.IDs |
The identifiers of the templates. |
seq.groups |
The group identifiers of the templates. |
l.s |
The positions where the allowed region starts for each template. |
e.s |
The positions where the allowed reigon ends for each template. |
primer.lengths |
Vector of desired primer lengths. |
allowed.region.definition |
Definition of the allowed region. |
max.degen |
Maximum allowed degeneracy of primers. |
sample |
Template sample identifier. |
updatProgress |
Shiny progress object. |
Data frame with initialized primer candidates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.