get_all_DMRs | R Documentation |
Expands DMRs from collapsed seeds iteratively.
get_all_DMRs(chromDictObj, seeds, res=40, max.dmr.size=3000, min.dmr.cpgs=10,
min.absZscore, null)
chromDictObj |
chromDict() output. |
seeds |
compressed seeds |
res |
Get_Novel_DMRs arg DMR_resolution |
max.dmr.size |
Get_Novel_DMRs arg QueryLimit |
min.dmr.cpgs |
Get_Novel_DMRs arg minCpGs |
min.absZscore |
Get_Novel_DMRs arg minZ |
null |
null distribution |
Returns a list
with two indicies, representing intermediate DMR calls within the Get_Novel_DMRs()
function and a list
of background regions..
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.