The serojump
package provides tools for fitting serological models to antibody kinetics data using reversible-jump Markov Chain Monte Carlo (RJ-MCMC). It enables researchers to model the dynamics of antibody levels in response to infections, incorporating both observational and antibody kinetics models. The package supports the inclusion of priors and various exposure scenarios, making it highly flexible for serological data analysis.
This package is ideal for researchers looking to:
The best place to get started with serojump is our preprint (coming soon). In this repo, ceveral model templates are provided to simplify usage, while also allowing users to customize models for specific research questions.
To install the serojump
package, follow these steps:
Make sure you have R installed on your system. You can download R from https://cran.r-project.org/.
serojump
from GitHub
You can install the development version of serojump
from GitHub using the devtools
package. If you don’t already have devtools
installed, you can install it with:
install.packages("devtools")
devtools::install_github("seroanalytics/serojump")
serojump
from GitHub
After installation, you can load the serojump package into your R session with:
library(serojump)
For detailed usage instructions, please refer to the package vignettes and examples. These vignettes explain:
In addition we have several worked examples of serojump
on: - Simulated data click here.
We welcome contributions and suggestions! If you’d like to contribute to the serojump
package or report issues, please feel free to:
If you have any questions or feedback, or would like more informative vignettes, you can contact the package maintainer at:
David Hodgson
Email: david.hodgson@lshtm.ac.uk