DMResults-class | R Documentation |
An S4 class that stores DMR information as output from dmrcate
.
This class has eight slots, summarising DMR information to be passed to extractRanges
:
coord
:DMR coordinates in UCSC style.
no.cpgs
:Number of constituent CpG sites of DMR.
min_smoothed_fdr
:Minimum FDR of the smoothed estimate.
Stouffer
:Stouffer summary transform of the individual CpG p-values (FDR-corrected).
HMFDR
:Harmonic mean of the individual CpG p-values (FDR-corrected).
Fisher
:Fisher combined probability transform of the individual CpG p-values (FDR corrected).
maxdiff
:Maximum differential/coefficient within the DMR (logit2-space for sequencing mode).
meandiff
:Mean differential/coefficient across the DMR (logit2-space for sequencing mode).
DMResults
objects have a show
method describing the number of DMRs called.
Tim Peters <t.peters@garvan.org.au>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.