bayesiantiters is a Bayesian inference method that calculates a serum sample’s antibody concentration,
Given the limited information per sample that’s inherent in the experimental design of neutralization assays (number of replicates per dilution and number of dilutions), the advantage of Bayesian inference here is the use of probability distributions to incorporate uncertainty in the outcome.
You can install the development version of bayesianTiterCalc from GitHub with:
# install.packages("devtools")
devtools::install_github("ekamau/bayesianTiterCalc")