Metadata-Version: 2.1
Name: tidyms
Version: 0.1.0
Summary: Tools for working with MS data in metabolomics
Home-page: https://github.com/griquelme/tidyms
Author: Bioanalytical Mass Spectrometry Group at CIBION-CONICET
Author-email: griquelme.chm@gmail.com
Maintainer: Gabriel Riquelme
Maintainer-email: griquelme.chm@gmail.com
License: BSD (3-clause)
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=1.0)
Requires-Dist: pyopenms (>=2.4)
Requires-Dist: numpy (>=1.15)
Requires-Dist: pyyaml
Requires-Dist: statsmodels
Requires-Dist: scipy (<=1.4.1)
Requires-Dist: scikit-learn (>=0.23)
Requires-Dist: bokeh
Requires-Dist: xlrd (>=1.2)
Requires-Dist: cerberus
Requires-Dist: seaborn
Requires-Dist: pytest (>=5.0openpyxl>=3.0)

TidyMS: Tools for working with MS data in metabolomics
======================================================

TidyMS is a python library for processing Mass Spectrometry data. It aims to
provide easy to use tools to read, process and visualize MS data generated in
metabolomic studies.

Features
--------

TidyMS provides functionality to:

1. Read raw MS data in the mzML format
2. Spectrum and chromatogram creation.
3. Powerful and flexible peak picking functions optimized for chromatographic
   and spectral data.
4. Feature detection and feature correspondence in LC-MS data.
5. Reading processed data in a variety of formats (XCMS, MZMine2, ...)
5. Data matrix curation using widely accepted guidelines from the metabolomics
   community.
6. Interactive visualizations of raw and processed data using Bokeh, or
   publication quality plots using seaborn.

Installation
------------

The latest release can be installed from PyPI:

```
    pip install tidyms
```

Documentation
-------------

The official documentation is available at **COMPLETE**



