Metadata-Version: 2.1
Name: mspypeline
Version: 0.5
Summary: Package to analyze Mass Spec Data
Home-page: UNKNOWN
License: UNKNOWN
Project-URL: Documentation, https://mspypeline.readthedocs.io/en/stable/
Project-URL: Source, https://github.com/siheming/mspypeline
Project-URL: Bug Tracker, https://github.com/siheming/mspypeline/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.17.4)
Requires-Dist: pandas (>=0.25.3)
Requires-Dist: scipy (>=1.3.1)
Requires-Dist: rpy2 (>=2.9.4)
Requires-Dist: tzlocal (>=2.0.0)
Requires-Dist: ruamel-yaml (>=0.15.46)
Requires-Dist: matplotlib (>=3.1.1)
Requires-Dist: matplotlib-venn (>=0.11.5)
Requires-Dist: adjusttext (>=0.7.3)
Requires-Dist: scikit-learn (>=0.22.1)
Requires-Dist: plotly (>=4.6.0)

![full test run](https://github.com/siheming/mspypeline/workflows/full%20test%20run/badge.svg?branch=master)
[![Coverage](https://codecov.io/gh/siheming/mspypeline/branch/master/graph/badge.svg?flag=full-test-run)](https://codecov.io/gh/siheming/mspypeline/branch/master)

![basic test run](https://github.com/siheming/mspypeline/workflows/basic%20test%20run/badge.svg?branch=develop)
[![Coverage](https://codecov.io/gh/siheming/mspypeline/branch/develop/graph/badge.svg?flag=basic-test-run)](https://codecov.io/gh/siheming/mspypeline/branch/develop)

# README
This pipeline can be used to analyze the results of a MaxQuant analysis.  
To use this package please refer to [the docs](https://mspypeline.readthedocs.io/en/latest/index.html).  

The sources can be found at [PyPI](https://pypi.org/project/mspypeline/) or
[conda](https://anaconda.org/sschaum/mspypeline).

# Contribute
If you want to contribute to the project please create a pull request on the develop branch.

# Support
If you encounter a bug or want to request a feature open an issue on github.


