| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Mass Spectrometry Development Kit (MSDK) is a Java library of algorithms for processing mass spectrometry data. The goals of the library are to provide a flexible data model with Java interfaces for mass-spectrometry related objects (including raw spectra, processed data sets, identification results etc.) and to integrate the existing algorithms that are currently scattered around various Java-based graphical tools.
MSDK requires Java runtime (JRE) version 8 or newer.
Please see the complete MSDK API.
MSDK jars are automatically deployed to Maven Central. In order to use MSDK, simply add the following dependency to your pom.xml:
<dependency>
<groupId>io.github.msdk</groupId>
<artifactId>msdk-all</artifactId>
<version>0.0.27</version>
</dependency>
Please read our brief tutorial on how to contribute new code to MSDK.
MSDK uses the SLF4J library for logging. This library can forward all logging calls to your favorite logging framework (java.util.logging, Apache log4j, or others). Please see SLF4J documentation for details.
See the BUILD.md file
| Back | FazBrowse Home | New Git URL |