LoosC / systemsseRology

Machine learning tools for the analysis of systems serology data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Machine learning tools for the analysis of systems serology data

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:R 100.0%