Nothing
getOrganismCode <- function(name) {
organism <- .jcall(
"org/bridgedb/bio/Organism",
"Lorg/bridgedb/bio/Organism;",
"fromLatinName",name )
if (is.null(organism)) {
stop(paste("Unknown species:", name))
}
organism$code()
}
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.