Nothing
setMethod(
f = "show",
signature = "mExWAS",
definition = function(object) {
cat("An object of class 'mExWAS'\n\n")
cat(" . Phenotype: ", object@phenotype, "\n")
#if(object@method == "enet") {
cat(" . #Exposures: ", object@result[[1]]$dim[1], "\n")
#} else {
# cat(" . #Exposures: ", length(object@mresult[[1]]$var.names), "\n")
#}
}
)
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.