View source: R/MethyDiff_Set.R
MethyDiff_Set | R Documentation |
Using a chromDictMeth() output object, quickly calculate the mean methylation difference across set of regions.
MethyDiff_Set(chromDictMeth, regions)
chromDictMeth |
chromDictMeth() output object |
regions |
|
Returns the regions object with a mean percent methylation column.
chromDictMethylDiff <- chromDictMeth(eigen, c("trt", "ctl"))
regions <- data.frame(chr=c("chr3", "chr3", "chr1"),
s=c(4920450, 3961576, 300000),
e=c(4923267, 3963805, 302900),
ID=c("Hypo-DMR", "partial Hyper-DMR", "random"))
MethyDiff_Set(chromDictMethylDiff, regions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.