BioCCP.jl

BioCCP.jl exploits the Coupon Collector Problem for sample size determination in combinatorial biotechnology.

View the Project on GitHub

BioCCP

Intro

BioCCP.jl applies the Coupon Collector Problem to combinatorial biotechnology, in particular to aid (expected) minimum sample size determination for screening experiments.

Modular designs are considered, created by randomly combining r modules from a set of n available modules (sampling with replacement). The module probabilities during the generation of the designs are specified by a probability/abundance vector p. Depending on how many complete sets of modules one wants to observe, parameter m can be increased from its default value of 1 to a higher value.

For a specific combinatorial design set-up of interest, a report with results regarding (expected) minimum sample sizes can be easily retrieved by using the provided Interactive Pluto notebook. Additionally, a Pluto notebook with case studies is provided to illustrate the usage of BioCCP onto real biological examples.

References:

Boneh, A., & Hofri, M. (1997). The coupon-collector problem revisited—a survey of engineering problems and computational methods. Stochastic Models, 13(1), 39-66.

Doumas, A. V., & Papanicolaou, V. G. (2016). The coupon collector’s problem revisited: generalizing the double Dixie cup problem of Newman and Shepp. ESAIM: Probability and Statistics, 20, 367-399.

Functions