Nothing
.annBuilderParseTaxLists <- function() {
dataFile <- "taxLists.txt"
cols <- c("integer","character")
taxName <- read.table(dataFile, header=TRUE, sep="\t", colClasses=cols)
taxLists <- as.list(taxName$taxName)
names(taxLists) <- taxName$taxID
taxLists
}
taxLists <- .annBuilderParseTaxLists()
rm(.annBuilderParseTaxLists)
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.