R/AllClasses.R

setClass("CpGannotated",
         slots = c(ranges="GRanges"),
         prototype = list(ranges=GRanges()))
setClass("DMResults",
         slots = c(coord="character", no.cpgs="integer", min_smoothed_fdr="numeric", Stouffer="numeric", 
                   HMFDR="numeric", Fisher="numeric", maxdiff="numeric", meandiff="numeric"),
         prototype = list(coord=character(), no.cpgs=integer(), min_smoothed_fdr=numeric(), Stouffer=numeric(),
                   HMFDR=numeric(), Fisher=numeric(), maxdiff=numeric(), meandiff=numeric()))

Try the DMRcate package in your browser

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

DMRcate documentation built on Jan. 17, 2021, 2 a.m.