View source: R/chromDictMeth.R
chromDictMeth | R Documentation |
chromDicts are lists of keyed data.tables that enable very fast computing times. Much like the primary PCBS function chromDict() which makes a chromDict of all locus ranks, the chromDictMeth() function makes is a list of chromosome-specific data.tables containing percent methylation differences at all loci..
chromDictMeth(mat, IDs, filter_thresh)
mat |
|
IDs |
|
filter_thresh |
|
Returns a list of data.tables
for each chromosome, for faster analysis.
chromDictMethylDiff <- chromDictMeth(eigen, c("trt", "ctl"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.