Skip to contents

SeroTrackR is a tool to for serology data analysis and visualisation, and for the application of the machine learning algorithms implemented in the {PvSeroApp}. The R package is intended to give users more flexibility in assessing serology data and manipulate data visualisations to the user’s interest. You can download the R package using the following:

Alternatively you can download the package from the pak R package:

if(!require(pak)){
  install.packages("pak") # If not already installed
} 
pak::pak("dionnecargy/SeroTrackR")
library(SeroTrackR)