The goal of scAmpDesign is to design primers for single-cell sequencing.
You can install the released version of scAmpDesign from GitHub with:
# install.packages("devtools")
devtools::install_github("Acribbs/scAmpDesign")
This is a basic example which shows you how scAmpDesign should be used:
library(scAmpDesign)
single_primer_design(ncbi="NC_045512", primer3="/Users/adamcribbs/miniconda3/bin/primer3_core")
#> [1] "Looks like there may be a problem, did you specify a real NCBI reference?\n Otherwise GenBank may be down"
#> [1] "Looks like there may be a problem, did you specify a real Ensembl reference?\n Otherwise the server may be down. If an output is produced please ignore this warning"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.