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.
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.
Methcomp supports Python 2 and 3. Installation requires numpy, scipy, pandas, and matplotlib.
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
To test the code, run make pytest
in the source directory. This will run the tests in the tests/ directory.