Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wfondrie/depthcharge
- Owner: wfondrie
- License: apache-2.0
- Created: 2021-03-30T23:15:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T08:03:29.000Z (4 months ago)
- Last Synced: 2024-10-13T19:36:57.615Z (24 days ago)
- Topics: deep-learning, framework, mass-spectrometry, metabolomics, proteomics, pytorch
- Language: Python
- Homepage: https://wfondrie.github.io/depthcharge/
- Size: 1.29 MB
- Stars: 64
- Watchers: 10
- Forks: 19
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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).