powered by
Using a chromDictMeth() output object, quickly calculate the mean methylation difference across a user-specified region.
MethylDiff(chromDictMeth, chrom, start, end)
Returns a list of data.tables for each chromosome, for faster analysis.
data.tables
chromDictMeth() output object
character, chromosome
character
integer, region start
integer
integer, region end
chromDictMethylDiff <- chromDictMeth(eigen, c("trt", "ctl")) MethylDiff(chromDictMethylDiff, "chr3", 4920450, 4923267)
Run the code above in your browser using DataLab