Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshay218 committed Dec 14, 2023
1 parent 909248f commit 28cbbe2
Show file tree
Hide file tree
Showing 31 changed files with 167 additions and 152 deletions.
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ All of the tutorials use either simulated datasets from the [serosim](https://se
* (WIP) Inferring infection histories using _serosolver_

Upcoming vignettes:

* (WIP) Estimating the force of infection using antibody acquisition models
* (WIP) Infection times using reversible jump MCMC
* (WIP) Time-since-infection machine learning classifier
Expand Down
49 changes: 36 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,48 @@

***seroepirecipes*** implements and links to R packages implementing
commonly used mathematical and statistical models for analyzing
serological data. We implement a range of methods in R vignettes, from
fitting antibody kinetics models to longitudinal antibody titer data,
estimating the force of infection using serocatalytic models, and
inferring infection histories using time-since-infection methods.
serological data. The package implements a range of methods in R
vignettes, from fitting antibody kinetics models to longitudinal
antibody titer data, estimating the force of infection using
serocatalytic models, and inferring infection histories using
time-since-infection methods. This codebase accompanies a [literature
review](https://osf.io/kqdsn) of analytical methods for
seroepidemiology.

All of the tutorials use either simulated datasets from the
[serosim](https://seroanalytics.github.io/serosim/) R-package or
publicly available datasets.

## DEVELOPER TO DO

- Include Stan models within source code rather than vignette-specific
scripts.
- Attach example datasets
- Move the jahR antibody kinetics functions here

## Contents

- Description of datasets included in ***seroepirecipes***
- Fitting a hierarchical antibody kinetics model to longitudinal
antibody measurements
- Using mixture models to classify serostatus
- Estimating the force of infection using serocatalytic models
- Infection times using reversible jump MCMC
- Inferring infection histories using *serosolver*
- (WIP) Description of datasets included in ***seroepirecipes***
- (WIP) Common considerations when preparing serological data for
analysis
- (WIP) [Fitting a hierarchical antibody kinetics model to longitudinal
antibody
measurements]((https://seroanalytics.github.io/seroepirecipes/articles/antibody_kinetics_models.html))
- (WIP) Using mixture models to classify serostatus
- [Estimating the force of infection using serocatalytic
models](https://seroanalytics.github.io/seroepirecipes/articles/serocatalytic_model.html)
- (WIP) Inferring infection histories using *serosolver*

Upcoming vignettes:

- (WIP) Estimating the force of infection using antibody acquisition
models
- (WIP) Infection times using reversible jump MCMC
- (WIP) Time-since-infection machine learning classifier

## Installation

You can install the development version of ***seroepirecipes*** from
[GitHub](https://github.com/) with:
You can install the development version of ***seroepirecipes*** with:

``` r
if(!require("remotes")) install.packages("remotes")
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/antibody_kinetics_models.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 28cbbe2

Please sign in to comment.