Nothing
# Version: 30-11-2012, Daniel Fischer
summary.eqtl <- function(object, ...){
ws <- object$windowSize
if(is.null(ws)) ws <- "trans-eQTL"
cat("EQTL Summary\n")
cat("---------------\n")
cat("Type of test :",object$method,"\n")
cat("Tested genes :",length(object$eqtl),"\n")
cat("Window size (in MB) :",ws,"\n")
invisible(object)
}
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.