Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.27 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.27 KB

bayesiantiters

R-CMD-check codecov

bayesiantiters is a Bayesian inference method that calculates a serum sample’s antibody concentration, $\phi$, from standard virus neutralization assay data using a mechanistic model. The method uses a dose-response relationship in a logistic function to simulate mortality of cell culture monolayers as a function of 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.

Installation

You can install the development version of bayesianTiterCalc from GitHub with:

# install.packages("devtools")
devtools::install_github("ekamau/bayesianTiterCalc")