R/mExWAS-show.R

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")
        #}
    }
)

Try the rexposome package in your browser

Any scripts or data that you put into this service are public.

rexposome documentation built on March 13, 2021, 2:01 a.m.