dmrff.meta | R Documentation |
Identify differentially methylated regions by meta-analysing multiple studies using variance-weighted fixed effects meta-analysis.
dmrff.meta(objects, maxgap = 500, p.cutoff = 0.05, verbose = T)
objects |
List of objects generated by |
maxgap |
Maximum distance between consecutive features (Default: 500bp). |
p.cutoff |
Unadjusted p-value cutoff for membership in a candidate DMR (Default: 0.05). |
verbose |
If |
Warning! Ensure that the order of the CpG sites corresponding to the the rows of 'methylation' match the order of the CpG sites corresponding to the other variables, e.g. 'estimate' and 'chr'.
A data frame listing all candidate regions and their summary statistics.
pre1 <- dmrff.pre(est1, se1, meth1, ...)
pre2 <- dmrff.pre(est2, se2, meth2, ...)
...
pre9 <- dmrff.pre(est9, se9, meth9, ...)
meta <- dmrff.meta(list(pre1, pre2, ..., pre9))
meta$dmrs[which(meta$dmrs$p.adjust < 0.05 & meta$dmrs$n > 1), ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.