dmrff.sites | R Documentation |
Link genomic locations to a set of genomic regions.
dmrff.sites(regions, chr, pos)
regions |
Data frame of genomic regions providing chromosome (chr), start and end coordinates. |
chr |
A vector providing the chromosome of each location. |
pos |
A vector providing the chromosomal position of each location. |
A data frame identifying the region containing each genomic location.
dmrs <- dmrff(estimate, se, p.value, methylation, chr, pos)
dmrs <- dmrs[which(dmrs$p.adjust < 0.05 & dmrs$n > 1),]
dmr.sites <- dmrff.sites(dmrs, chr, pos, estimate, se, p.value)
dmr.sites$dmr.z <- dmrs$z[dmr.sites$region]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.