Nothing
##A function to extract all relevant pathways from a model given a specific database
getPathwaysForSBML <- function(model, database){
all.pathways <- extractPathways(database)
unique(sapply(lapply(model@reactions, function(x)x@id), function(y)all.pathways[[y]]))
}
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.