The {SeroTrackR} R package compliments the PvSeroApp see Github here for experienced users who are comfortable with implementing the code in their own R sessions.
This package contains helper functions relevant for Plasmodium spp. projects for in-house and collaborator needs.
install.packages("SeroTrackR")
library(SeroTrackR)
Alternatively, you can download the developmental version on GitHub.
pak::pak("dionnecargy/SeroTrackR") # To download the package
library(SeroTrackR) # To load the package
Please see the tutorial or see the vignettes inside the package by running the following commands:
browseVignettes("SeroTrackR")
# To run a specific vignette:
vignette("PvSeroApp_R_Tutorial")
vignette("Pk_Pv_Pf_Serology_Tutorial")
