library("aroma.seq")
# Setup (writable) local data directory structure
setupExampleData()
organism <- "Saccharomyces_cerevisiae"
gtf <- GtfDataFile$byOrganism(organism)
print(gtf)
names <- getSeqNames(gtf)
str(names)
print(gtf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.