dmrff.cohort | R Documentation |
Identify differentially methylated regions within an individual dataset with a 'pre' object.
dmrff.cohort(object, maxgap = 500, p.cutoff = 0.05, verbose = T)
object |
Object 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 |
A data frame listing all candidate regions and their summary statistics.
pre <- dmrff.pre(est, se, p, meth, ...)
dmrs <- dmrff.cohort(pre)
dmrs[which(dmrs$p.adjust < 0.05 & dmrs$n > 1), ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.