Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 553 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 553 Bytes

seaMassValidation

Spike-in dataset validation scripts for seaMass

Installation

Please install the R package directly from our Github repository. To do this you first need to install the devtools package:

install.packages("devtools")

Then to install seaMassValidation, or upgrade to the latest version, simply run:

devtools::install_github("biospi/seaMassValidation", dependencies = TRUE)

This will also install seaMass, MSstats and MSqRob. To upgrade to the latest version of seaMassValidation, simply run this line again.