#' @export
annealPrimers <- function(primers, dnastringset, annealingTemp=55, P=4e-7, maxProductSize=Inf, ...) {
DECIPHER::AmplifyDNA(
primers=primers, mtDnaStringSet=dnastringset,
annealingTemp=annealingTemp, P=P, maxProductSize=maxProductSize,
...
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.