CpGannotated-class | R Documentation |
An S4 class that stores output from either cpg.annotate
or sequencing.annotate
.
ranges
:A GRanges object, containing CpG-level information to be passed to dmrcate
. Mcols of this object include:
- stat: Per-CpG test statistic; t if from limma
or Wald if from DSS
if using differential mode. Variance if using variability mode, sqrt(F) if using ANOVA mode, t if using diffVar mode.
- rawpval: Raw p-value from DMP fitting.
- diff: Methylation difference/coefficient. In beta space for cpg.annotate
output and output passed from DSS::DMLtest()
. In logit space for when a BSseq
object is passed from sequencing.annotate
. Not available for output passed from DSS::DMLtest.multiFactor()
. Not applicable in variability, ANOVA or diffVar modes.
- ind.fdr: False discovery rate as calculated on individual CpG sites.
- is.sig: Logical determining whether a CpG site is individually significant or not. Can be adjusted using changeFDR
.
betas
:A matrix of per-CpG beta values matching the annotated loci.
CpGannotated
objects have a show method that describes the data therein.
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.