Nothing
`dgetGO` <-
function(path="", fileName){
### POSSIBLEMENT A SUPRIMIR
gObject <- dget(paste(path,fileName,sep=""))
goVector <- gObject[!is.na(names(gObject))]
goSum <- sum(goVector)
goVector <- goVector / goSum
n <- attr(gObject,"n")
if (is.null(n))
attr(goVector,"ngenes") <- goSum
else
attr(goVector,"ngenes") <- n
return(goVector)
}
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.