#' Location of test fasta files
test_fasta = "test_files/test.fasta"
primates_fasta = "test_files/primates.fasta"
#' Named vector of sequences
sequences = c(
"seq1" = "ACTGACTG",
"seq2" = "CTGACTGA",
"seq3" = "TGACTGAC"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.