Nothing
writeAnnotation <- function(res.list, datafile=NULL, datafile.ignore.cols=1, format=c("list","matrix"), outFolder=tempdir()) {
format <- match.arg(format)
res <- lapply(res.list, FUN=function(res) {
fout <- basename(res$fname)
if (format == "matrix") fout <- gsub("txt", "csv", fout);
writeGOannot(res, fname = (paste("Annot", fout)), datafile = datafile, format=format, outFolder=outFolder)
})
outFolder
}
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.