Nothing
.methLevels <- function(object) {
return(assays(object)$methLevels)
}
.replace.methLevels <- function(object, value) {
assays(object, withDimnames = FALSE)$methLevels <- value
return(object)
}
#' @rdname methLevels-method
#' @aliases methLevels-method methLevels
setMethod("methLevels", signature(object = "BSDMC"), .methLevels)
#' @rdname methLevels-method
#' @aliases methLevels-method methLevels<-
setReplaceMethod("methLevels", signature(object = "BSDMC", value = "matrix"),
.replace.methLevels)
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.