Description Usage Arguments Value Examples
Cache binomial confidence intervals
1 | cacheBinomConfIntervals(maxHits, maxTotal, confLevel)
|
maxHits |
Maximum methylation count |
maxTotal |
Maximum coverage |
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 containing columns for
upper and lower limits of a Bayesian binomial
confidence interval for maximum methylation count and coverage;
this serves as a cache that can replace the need to perform the
computationally expensive probability estimation
1 | cacheBinomConfIntervals(100,100, confLevel = .95)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.