Nothing
createGODataFrame <- function(cMembers, goMat){
goID <- names(cMembers)
goNames <- getGOTerm(goID)
interactomeNames <- intersect(colnames(goMat), goID)
goReference <- data.frame(names=I(interactomeNames), id=I(goID),
description=I(goNames$CC))
goReference
}
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.