dmrff.stats | R Documentation |
Calculate statistics for a set of genomic regions.
dmrff.stats(regions, estimate, se, methylation, chr, pos, verbose = T)
regions |
Data frame of genomic regions providing chromosome (chr), start and end coordinates. |
estimate |
Vector of EWAS effect estimates
(corresponds to rows of |
se |
Vector of standard errors of the coefficients. |
methylation |
Methylation matrix (rows=features, columns=samples). |
chr |
Feature chromosome (corresponds to rows of |
pos |
Feature chromosome position. |
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 summary statistics for all genomic regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.