Nothing
      printGSEA <-
function(x)
{
	cat("Call:\n")
	print(x$call)
	cat("\n")
	
	stat=x[[1]]
	
	op=getOption("scipen")
	options(scipen=7)
	
	cat("GSEA Test\n")
	if(is.null(stat$gsea)) cat("Null GSEA")
	else if(!is.null(stat$gsea)){
		print(stat$gsea)
		cat("\n")
	}
	options(scipen=op)
}
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.