Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.02 KB

GCIMS

Build Status Documentation

GCIMS is an R package implementing a preprocessing pipeline for Gas Chromatography – Ion Mobility Spectrometry samples.

Installation

GCIMS can be installed with the remotes package. Ensure you have it installed with:

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

You can then install the package with:

remotes::install_github("sipss/GCIMS")

Checkout our Introduction to GCIMS to start.