For more information please read the online documentation!
Sage is, at it's core, a proteomics database search engine - a tool that transforms raw mass spectra from proteomics experiments into peptide identifications via database searching & spectral matching.
However, Sage includes a variety of advanced features that make it a one-stop shop: retention time prediction, quantification (both isobaric & LFQ), peptide-spectrum match rescoring, and FDR control. You can directly use results from Sage without needing to use other tools for these tasks.
Additionally, Sage was designed with cloud computing in mind - massively parallel processing and the ability to directly stream compressed mass spectrometry data to/from AWS S3 enables unprecedented search speeds with minimal cost.
Sage also runs just as well reading local files from your Mac/PC/Linux device!
Sage is simple to configure, powerful and flexible. It also happens to be well-tested, mind-boggingly fast, open-source (MIT-licensed) and free.
If you use Sage in a scientific publication, please cite the following paper:
Sage: An Open-Source Tool for Fast Proteomics Searching and Quantification at Scale
- Incredible performance out of the box
- Effortlessly cross-platform (Linux/MacOS/Windows), effortlessly parallel (uses all of your CPU cores)
- Fragment indexing strategy allows for blazing fast narrow and open searches (> 500 Da precursor tolerance)
- Isobaric quantification (MS2/MS3-TMT, or custom reporter ions)
- Label-free quantification: consider all charge states & isotopologues a la FlashLFQ
- Capable of searching for chimeric/co-fragmenting spectra
- Wide-window (dynamic precursor tolerance) search mode - enables WWA/PRM/DIA searches
- Retention time prediction models fit to each LC/MS run
- PSM rescoring using built-in linear discriminant analysis (LDA)
- PEP calculation using a non-parametric model (KDE)
- FDR calculation using target-decoy competition and picked-peptide & picked-protein approaches
- Percolator/Mokapot compatible output
- Configuration by JSON file
- Built-in support for reading gzipped-mzML files
- Support for reading/writing directly from AWS S3
Sage is well-integrated into the open-source proteomics ecosystem. The following projects support analyzing results from Sage (typically in addition to other tools), or redistribute Sage binaries for use in their pipelines.
- SearchGUI: a graphical user interface for running searches
- PeptideShaker: visualize peptide-spectrum matches
- MS2Rescore: AI-assisted rescoring of results
- Picked group FDR: scalable protein group FDR for large-scale experiments
- sagepy: Python bindings to the sage-core library
- quantms: nextflow pipeline for running searches with Sage
- OpenMS: Sage is included as a "TOPP" tool in OpenMS
- sager: R package for analyzing results from Sage searches
- Sage results to mzIdentML: Bash script to convert
results.sage.tsv
files to mzIdentML - i2MassChroQ: a graphical user interface for proteomics analysis
- If your project supports Sage and it's not listed, please open a pull request! If you need help integrating or interfacing with Sage in some way, please reach out.
Check out the (now outdated) blog post introducing the first version of Sage for more information and full benchmarks!