Nothing
library(ribiosIO)
mySeqs <- c("sample1 motif"="ATGCGTG",
"sample2 motif"="GTGCGTA",
"sample3 motif"="GCGTGGA")
tmpfile <- tempfile()
write_fasta(mySeqs, tmpfile)
myReadinSeqs <- read_fasta(tmpfile)
stopifnot(identical(myReadinSeqs, mySeqs))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.