Description Usage Arguments Value Author(s) Examples
checkPrimer
1 | checkPrimer(pp, genome, roi = NULL)
|
pp |
data.frame defining primers, or output of |
genome |
BSgenome object |
roi |
|
list of GRanges with primer locations
Diana Low
1 2 3 4 5 | # create a primer pair
roi
primer_pair <- data.frame(PRIMER_LEFT_SEQUENCE="agctcttgaaattggagctgac",
PRIMER_RIGHT_SEQUENCE="cttagaaagaacaggaaatcc",
stringsAsFactors=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.