Nothing
print.GGItest <- function(x, ...){
cat("Gene-Gene Interaction method performed with:\n \t",x$method,"\n")
if (is.null(x$df)){
cat(names(x$statistic)," = ",x$statistic,", p-value = ",x$p.value,"\n",sep="")
} else {
cat(names(x$statistic)," = ",x$statistic,", df = ",x$df,", p-value = ",x$p.value,"\n",sep="")
}
}
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.