Nothing
#' @describeIn ExWAS Method to obtain the Threshold for effective tests (TEF)
setMethod(
f = "names",
signature = "ExWAS",
definition = function(x) {
if(nrow(x@comparison) > 0) {
unique(sapply(strsplit(rownames(x@comparison), "\\$"), "[[", 1))
} else {
character()
}
}
)
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.