From Bioconductor: MSstats

MSstats 4.19.3 (Bioconductor version : Release 3.23, R version >= 4.6)

#Type the following in R console window
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("MSstats") 
library(MSstats)

The following packages are not required but are mentioned in the extensions section:

  • MSstatsTMT: detects differentially abundant proteins in shotgun mass spectrometry-based proteomic experiments with tandem mass tag (TMT) labeling
  • MSstatsPTM: detects differentially abundant PTMs in shotgun mass spectrometry-based proteomic experiments
  • MSstatsResponse: tool for detecting drug-protein interactions and estimating IC50 values from dose response data 
  • MSstatsLiP:  tool for LiP peptide and protein significance analysis
  • MSstatsBioNet: set of tools for network analysis using mass spectrometry-based proteomics data and network databases
  • MSstatsLOBD: assay characterization metrics (LOB and LOD)
  • MSstatsSampleSize: Simulation-based sample size estimation for classification
  • MSstatsQC: Longitudinal system suitability monitoring and quality control for proteomic experiments
BiocManager::install("MSstatsTMT")
BiocManager::install("MSstatsPTM")
BiocManager::install("MSstatsResponse")
BiocManager::install("MSstatsLiP")
BiocManager::install("MSstatsBioNet")
BiocManager::install("MSstatsLOBD")
BiocManager::install("MSstatsSampleSize")
BiocManager::install("MSstatsQC")
From GitHub: MSstats

MSstats Bioconductor development version : link

install.packages("devtools") # if you have not installed "devtools" package
devtools::install_github("Vitek-Lab/MSstats")


The development version of the package MSstats is the most recent and is available here. The versioning of the main package is updated twice a year, to synchronize with the Bioconductor release.

For use via Skyline external tool

To use MSstats via a graphical user interface, as an external tool in Skyline, please see the info here. (known issues and proposed solutions)