vici - Vaccine Induced Cellular Immunogenicity with Bivariate Modeling
vici
encapsulate a shiny app for accurate estimation of vaccine
induced immunogenicity with bivariate linear modeling.
Lhomme E, Hejblum BP, Lacabaratz C, Wiedemann A, Lelièvre JD, Lévy Y, Thiébaut R, Richert L (2020). Analyzing cellular immunogenicity in vaccine clinical trials: a new statistical method including non-specific responses for accurate estimation of vaccine effect. Journal of Immunological Methods, 477:112711. doi:10.1016/j.jim.2019.112711.
Installation
You can install the released version of vici from the CRAN with:
install.packages("vici")
or get the development version from GitHub:
#install.packages("remotes")
remotes::install_github("sistm/vici", ref = "file_version")
Then you can launch the app with:
vici::run_app()
Deployed VICI
- Latest development version is deployed at https://shiny-vici.apps.math.cnrs.fr/
- Latest stable version is deployed at http://vici.bph.u-bordeaux.fr/
– Boris Hejblum