Nothing
GOParent <- function (node)
{
parent <- NULL
if (!is.null(GOTERM[[node]])) {
res <- get(paste("GO", "PARENTS", sep = Ontology(GOTERM[[node]])))[[node]]
# depending on GOstats version labels might differ as below
# for "is a" relationship in GO graph
parent <- res[names(res) %in% c("is.a", "is_a", "isa")][1]
}
parent
}
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.