R/M3D.R

#' \code{M3D}: Uses the M3D method to find DMRs in bisufite sequencing data
#'
#' @docType package
#' @name M3D
NULL
#> NULL


#' @useDynLib M3D
#' @importFrom Rcpp sourceCpp
#' @import BiocGenerics
#' @import S4Vectors
#' @import IRanges
#' @import GenomicRanges
#' @importFrom SummarizedExperiment colData rowRanges
#' @import BiSeq
#' @importFrom parallel mcmapply detectCores
NULL

Try the M3D package in your browser

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

M3D documentation built on April 29, 2020, 5:59 a.m.