R/ExWAS-tef.R

#' @describeIn ExWAS Method to obtain the Threshold for effective tests (TEF)
setMethod(
    f = "tef",
    signature = "ExWAS",
    definition = function(object) {
        return(object@effective)
    }
)
isglobal-brge/rexposome documentation built on Feb. 4, 2023, 12:35 p.m.