Metabolomics Integrator (Mint)
Project description
MINT (Metabolomics Integrator)
The Metabolomics Integrator (MINT) is a post-processing tool for liquid chromatography-mass spectrometry (LCMS) based metabolomics. Metabolomics is the study of all metabolites (small chemical compounds) in a biological sample e.g. from bacteria or a human blood sample. The metabolites can be used to define biomarkers used in medicine to find treatments for diseases or for the development of diagnostic tests or for the identification of pathogens such as methicillin resistant Staphylococcus aureus (MRSA). More information on how to install and run the program can be found in the Documentation or check out the Quickstart to jump right into it.
News
We are refactoring the application. Things might break in the mean time. For example, links might break. Please report issues to the issue tracker.
Known issues
The current version of the flask-chaching library seems to be brokem. There will be errors visible in the console:
ERROR:flask_caching.backends.filesystemcache:get key 'progress' -> invalid load key, '\x13'.
That only means the progress bar is not working correctly right now.
Browser based as standalone application or server based
A demo server is available here. Be mindful, you share the server with others.
Metabolomics with Python
MINT originally started as Python project. The core of MINT is a Python class for targeted metabolomics that can be used independent of the graphical application.
from ms_mint.notebook import Mint
mint.ms_files = glob('/path/to/files/*mzML')
mint.peaklist_files = '/path/to/peaklist/file/peaklist.csv'
mint.run()
mint.results
Contributions are welcome
MINT integrates open-source software and packages into a Python library for metabolomics with a browser based GUI. It is programmed by scientists for scientists to contribute to better and faster science integrating best practices of data management and computer science. Contributions are welcome that improve the efficiency of the code, bug fixes, feature implementations, security enhancements among others. If you want to contribute to MINT please send me a notification.
How to contribute
Errors, Feedback, Feature Requests
If you encounter an error, if you have a request for a new feature, or for general feedback, please open a new ticket at the issue tracker.
Code contributions
If your are up to enhance the codebase yourself, we ask you to followowing steps:
- fork the repository
- implement the new feature or bug-fix
- add corresponding tests
- run
flake8
- submit a pull request
Code standards
Before submitting a pull request please run flake8
.
Get in touch
Open an issue or join the slack channel.
Acknowledgements
This project would not be possible without the help of the open-source community. The tools and resources provided by GitHub, Docker-Hub, the Python Package Index, as well the answers from dedicated users on Stackoverflow and the Plotly community, as well as the free open-source packages used are the foundation of this project. Several people have made direct contributions to the codebase and we are extremely grateful for that.
- @rokm refactored the specfile for
Pyinstaller
to create a windows package. - @bucknerns helped with the configuration of the
versioneer
file.
Last but not least, we want to thank all the users and early adopters that drive the development with feature requests and bug reports.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ms-mint-app-0.1.7.4.tar.gz
.
File metadata
- Download URL: ms-mint-app-0.1.7.4.tar.gz
- Upload date:
- Size: 58.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 467d8a36c3f773a86e651ce108c6d0b320f223b40aa5fa12b2d200ff7d82fdff |
|
MD5 | bb1277ef352281a933fe4c731cc21317 |
|
BLAKE2b-256 | 5bba9e75f7942b2d498638bdbf31b1187bcbd165577636361d62708e102876ab |
File details
Details for the file ms_mint_app-0.1.7.4-py3-none-any.whl
.
File metadata
- Download URL: ms_mint_app-0.1.7.4-py3-none-any.whl
- Upload date:
- Size: 8.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0757e50dd3d5a59018e754ad84f24d511c6b6994be18634a3b569ef9bdfbf037 |
|
MD5 | 8c62b8c8fa5ae2254acc3633fb3b2c84 |
|
BLAKE2b-256 | fe69d4fcd4a48fe60c3c924b37cb6dd1129a15828f6725fe7ef8837dec69952a |