library("aroma.seq")
organism <- "Saccharomyces_cerevisiae"
fa <- FastaReferenceFile$byOrganism(organism)
print(fa)
faMD5 <- getChecksumFile(fa)
print(faMD5)
is <- buildBowtie2IndexSet(fa, verbose=TRUE)
print(is)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.