Nothing
saveMetabolicData <- function(RefDbcache, path = Sys.getenv("HOME")) {
RefDbcache <- as.list(RefDbcache)
RefDbcache$user <- Sys.getenv("USERNAME")
RefDbcache$date <- date()
RefDbcache$version <- R.Version()
RefDbcache$date <- date()
RefDbcache$network <- constructMetabolicNetwork(path)
message("saving data to the Specified dir...", domain = NA)
path <- sprintf("%s/%s", path, ".mmnet")
if (!exists(path))
dir.create(path, showWarnings = FALSE)
save(RefDbcache, file = sprintf("%s/%s", path, "RefDbcache.rda"))
}
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.