/methcomp

Python package providing functionality and plotting for chemistry method comparison

Primary LanguagePythonMIT LicenseMIT

methcomp: method comparison for clinical chemistry



PyPI Version License Build Status Code Coverage

Methcomp is a Python visualization library based and built on matplotlib. It provides a high-level interface for method comparison for clinical chemistry methods, amongst others.

Documentation

Online documentation is currently only available by clicking on here.
Illustrative examples using the methcomp library can be found in examples/ directory and in the blog post here.

Dependencies

Methcomp supports Python 2 and 3. Installation requires numpy, scipy, pandas, and matplotlib.

Installation

The latest stable release (and older versions) can be installed from PyPI:

pip install methcomp

Otherwise, you may instead want to use the development version from directly through Github:

pip install git+https://github.com/wptmdoorn/methcomp

Testing

To test the code, run make pytest in the source directory. This will run the tests in the tests/ directory.