R/cBSDMC-method.R

Defines functions .cBSDMC

.cBSDMC <- function(methReads, totalReads, methLevels, rowRanges,
                    colData = DataFrame(row.names = colnames(methReads)),
                    metadata = list(), ...) {
    new("BSDMC", SummarizedExperiment(
    assays = SimpleList(methReads = methReads, totalReads = totalReads,
    methLevels = methLevels),
    rowRanges = rowRanges, colData = colData, metadata = list()))
    }

#' @rdname cBSDMC-method
#' @aliases cBSDMC-method cBSDMC
setMethod("cBSDMC", signature(methReads = "matrix", totalReads = "matrix",
    methLevels = "matrix", rowRanges = "GRanges"), .cBSDMC)

Try the DMCFB package in your browser

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

DMCFB documentation built on Nov. 8, 2020, 8:03 p.m.