MethylDiff | R Documentation |
Using a chromDictMeth() output object, quickly calculate the mean methylation difference across a user-specified region.
MethylDiff(chromDictMeth, chrom, start, end)
chromDictMeth |
chromDictMeth() output object |
chrom |
|
start |
|
end |
|
Returns a list of data.tables
for each chromosome, for faster analysis.
chromDictMethylDiff <- chromDictMeth(eigen, c("trt", "ctl"))
MethylDiff(chromDictMethylDiff, "chr3", 4920450, 4923267)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.