dmrff.plot | R Documentation |
dmrff.plot
dmrff.plot(
region.chr,
region.start,
region.end,
estimate,
se,
chr,
pos,
expand = 1,
ci = T,
verbose = T
)
estimate |
Vector of EWAS effect estimates
(corresponds to rows of |
se |
Vector of standard errors of the coefficients. |
chr |
Feature chromosome (corresponds to rows of |
pos |
Feature chromosome position. |
expand |
Proportion to expand to include sites beyond the beginning and end of the region (default: 1, i.e. plot 3x the length of the region). |
ci |
Show confidence intervals rather than standard errors (default: TRUE). |
verbose |
If |
region.chr/start/end |
Genomic region to plot. |
methylation |
Methylation matrix (rows=features, columns=samples). |
Calculate statistics for a set of genomic regions.
ggplot
object showing the plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.