library(TxDbLite)
library(arkasData)
fasta_dir <- system.file("extdata", "fasta", package="artemisData")
repbase_files <- list.files(fasta_dir, pattern="^Homo_sapiens.RepBase.*.fa$")
repbase_files <- paste(fasta_dir, repbase_files, sep="/")
findDupes(repbase_files)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.