Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wfondrie/depthcharge

A deep learning toolkit for mass spectrometry
https://github.com/wfondrie/depthcharge

deep-learning framework mass-spectrometry metabolomics proteomics pytorch

Last synced: 10 days ago
JSON representation

A deep learning toolkit for mass spectrometry

Awesome Lists containing this project

README

        

![depthcharge logo](./static/logo-dark.png#gh-dark-mode-only)
![depthcharge logo](./static/logo-light.png#gh-light-mode-only)

Depthcharge is a deep learning toolkit for building Transformer models to analyze mass spectrometry data.

## About

Many deep learning tools have been developed for the analysis of mass spectra or mass spectrometry analytes, like peptides and small molecules.
However, each one has had to reinvent the wheel.

Depthcharge aims to provide a flexible, but opinionated, framework for rapidly prototyping deep learning models for mass spectrometry data.
Think of Depthcharge as a set of building blocks to get you started on a new deep learning project focused around mass spectrometry data.
Depthcharge delivers these building blocks in the form of PyTorch modules, which can be readily used to assemble customized deep learning models for your task.

To learn more, visit our [documentation](https://wfondrie.github.io/depthcharge).