Description Usage Arguments Value
Prepares the intermediate methylation (IM) table
1 2 |
bsData |
Bisulfite sequencing data |
cacheDir |
If using caching, this argument specifies the directory to
use for storing the cache;
defaults to global option for |
imLower |
The lower boundary for intermediate methylation (IM); if a site is entirely below this threshold (or if any part of its binomial credibility interval overlaps this boundary) it is not considered IM; default is .25 |
imUpper |
The upper boundary for intermediate methylation (IM); if a site is entirely above this threshold (or if any part of its binomial credibility interval overlaps this boundary) it is not considered IM; default is .75 |
confLevel |
A decimal indicating the level of confidence to be used while creating cached the binomial bayes credibility interval; default is .95 for 95 percent confidence |
A data.table
object with the following columns:
chr chromosome of methylation read
start starting position for methylation read
IM boolean indicator of itermediate methylation status
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.