Skip to content

Machine learning tools for the analysis of systems serology data

License

Notifications You must be signed in to change notification settings

LoosC/systemsseRology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

systemsseRology

About

systemsseRology is a collection of functions used to analyse multivariate systems serology data. You can learn more about the workflow by looking at vignette("example_analysis").

Installation

systemsseRology requires the ropls package:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("ropls")

It can then be installed via devtools:

install.packages("devtools")
install_github("LoosC/systemsseRology", ref = "reboot")
library(systemsseRology)

Selected Papers

systemsseRology has been employed in a number of papers, including:

Releases

No releases published

Packages

No packages published

Languages