Skip to content

pyOpenMS readthedocs documentation, additional utilities, addons, scripts, and examples.

License

Notifications You must be signed in to change notification settings

OpenMS/pyopenms-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyOpenMS Extra

pyOpenMS are the Python bindings to the OpenMS open-source C++ library for LC-MS data management and analyses. The Python bindings cover a large part of the OpenMS API to enable rapid algorithm development and workflow development. pyOpenMS supports the Proteomics Standard Initiative (PSI) formats for MS data.

These utils contain documentation, installation instructions and example code that show the different functions of pyOpenMS.

Installation

Installation is best done through PyPI (the Python package index) where binary packages are provided for the release versions of OpenMS, covering Linux/Mac/Windows.

Documentation

The readthedocs pyOpenMS documentation is generated from the master branch of this repository, see docs/README.md

The generated documentation is available here: https://pyopenms.readthedocs.io/en/latest/

Jupyter Notebooks

Are created by CI and stored in master+ipynb to not clutter the master branch