DMRfinder | R Documentation |
DMR finder
DMRfinder( data, chromosome = c(1:22, "X", "Y"), mismatches = 3, icd = 1000, illumina = TRUE )
data |
GRanges-class object, named vector, matrix, or data.frame |
chromosome |
Chromosomes as numeric or "X" or "Y" |
mismatches |
Number of non-significant DMPs allowed (default: 3) |
icd |
Inter-CpG distance (default: 1000bp) |
illumina |
binary indicator (default: TRUE) |
Algorithm to identify differentially methylated regions (DMRs) from a list of differentially methylated probes (DMPs). This was developed by Roderick Slieker and is described in "Identification and systematic annotation of tissue-specific differentially methylated regions using the Illumina 450k array" Slieker et al. (2013)
GRanges-class object containing DMRs
R Sliecker, E.W Lameijer, and M. van Iterson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.