dmrff.candidates | R Documentation |
Identify candidate differentially methylated regions from EWAS summary statistics.
dmrff.candidates(
estimate,
p.value,
chr,
pos,
maxgap = 500,
p.cutoff = 0.05,
verbose = T
)
estimate |
Vector of EWAS effect estimates
(corresponds to rows of |
p.value |
Vector of p-values. |
chr |
Feature chromosome (corresponds to rows of |
pos |
Feature chromosome position. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.