dmrff.pre | R Documentation |
Construct an object for including this dataset in a DMR meta-analysis.
dmrff.pre(estimate, se, methylation, chr, pos, maxsize = 20, verbose = T)
estimate |
Vector of association effect estimates
(corresponds to rows of |
se |
Vector of standard errors of the effect estimates. |
methylation |
Methylation matrix (rows=features, columns=samples). |
chr |
Feature chromosome (corresponds to rows of |
pos |
Feature chromosome position. |
maxsize |
Maximum number of CpG sites in a DMR. |
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 list object containing all information needed for inclusion in a meta-analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.