cacheBinomConfIntervals: Cache binomial confidence intervals

Description Usage Arguments Value Examples

Description

Cache binomial confidence intervals

Usage

1
cacheBinomConfIntervals(maxHits, maxTotal, confLevel)

Arguments

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

Value

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

Examples

1
cacheBinomConfIntervals(100,100, confLevel = .95)

databio/RPIM documentation built on May 14, 2019, 2:41 p.m.