Nothing
xtraGONodes <- function(xtraGO, goM){
xtraGO <- setdiff(xtraGO, colnames(goM))
yG2P <- as.list(org.Sc.sgdGO2ORF)
xtraComp <- yG2P[xtraGO]
xtraComp <- xtraComp[!sapply(xtraComp, is.null)]
xCM <- list2Matrix(xtraComp)
goM <- mergeBGMat(goM, xCM)
goM
}
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.