Metabolomics Integrator (Mint)
Project description
# MINT (Metabolomics Integrator)
![GUI](./docs/image/mint-overview.png “The GUI”)
MINT is an app for processing mzML and mzXML mass-spectrometry (MS) files in MS1 mode. Its main function is to sum up intensity values from usually pre-defined windows in m/z and scan-time (also called retention time) space. These windows can be provided in a csv-file or set programmatically. Therefore, a large number of MS-files can be processed in very standardized and reproducible manner.
The tool can be used with a browser based graphical user interface (GUI) implemented as interactive dashboard with [Plotly-Dash](https://plot.ly/dash/). A second (experimental) GUI is available that runs integrated in a Jupyter Notebook. Alternatively, the ms_mint package can be imported as python library to be integrated in any Python script and processing pipeline to automate MS-file processing.
More information on how to install and run the program can be found in the [Documentation](https://soerendip.github.io/ms-mint/).
## Download Latest release For Windows 10 a build is provided [here](https://github.com/soerendip/ms-mint/releases/latest)
Simply, unpack the zip-archive and start Mint.exe. Then navigate to http://localhost:9999 if the browser does not open automatically.
## Installation
### Installation with pip
The program can be installed in a Python 3 (>= 3.7) environment using pip:
pip install ms-mint
Then the GUI can be started with
Mint.py
Then navigate to http://localhost:9999 if the browser does not open automatically.
### From source and creating windows executable
git clone … pip install -e . pyinstaller –one-dir specfilesMint__onedir__.spec
# Developer Notes
python3 setup.py sdist bdist_wheel python3 -m twine upload –repository ms-mint dist/ms*mint-*
- ### On windows
pyinstaller –onedir –noconfirm specfilesMint__onedir__.spec
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-0.0.37.tar.gz
.
File metadata
- Download URL: ms-mint-0.0.37.tar.gz
- Upload date:
- Size: 48.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0.post20201103 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6ce9d569ee2ba9209f022f9d9b366e37662189fc3f31a9f1c512cc1acafa4bc |
|
MD5 | a94d9ec5497314aa09dd09ca4a256e3e |
|
BLAKE2b-256 | 3d4f918753d5a6aa858a3a42dc00b8781e0b981633d9f99f295baac119feb695 |
Provenance
File details
Details for the file ms_mint-0.0.37-py3-none-any.whl
.
File metadata
- Download URL: ms_mint-0.0.37-py3-none-any.whl
- Upload date:
- Size: 50.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0.post20201103 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c1a0a2bd44622ed74c52ac10c69b590642717450cdedf45a29e2a40e2ae2466 |
|
MD5 | ade0c910a3d68a3dc9c5c044557a12df |
|
BLAKE2b-256 | 2d09987f32f4019ad28d07b193e8fb1268ea848fb70f2a1cecd125495edd6114 |