View source: R/initialize_primers_tree.R
create.primer.ranges | R Documentation |
Creates a data frame indicating primer starts and ends.
create.primer.ranges(
end.position,
p.lens,
start.position,
step.size = 1,
groups = NULL
)
end.position |
End positions of primers. |
p.lens |
Desired primer lengths. |
step.size |
A numeric giving the steps with which start positions are cycled. Should be 1 for primer design (evaluate all positions) and higher values can be used for windowing. |
groups |
Character vector with group annotation. |
start.posiion |
The start positions of primers. |
Data frame with ranges for initial primers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.