Description Usage Arguments Value Examples
Estimating epimutation rates from high-throughput DNA methylation data
1 | rc.meth.lvl(nodelist, cytosine, posteriorMaxFilter)
|
nodelist |
List of samples, you can find sample file in "extdata" called "nodelist.fn" |
cytosine |
Type of cytosine (CHH/CHG/CG) |
posteriorMaxFilter |
Filter value, based on posteriorMax |
rc meth lvl.
1 2 3 | ## Get some toy data
file <- system.file("extdata/dm/","tmp_nodelist.fn", package="AlphaBeta")
rc.meth.lvl(file, "CG", 0.99)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.