Awesome
MATCHER - Manifold Alignment to Characterize Experimental Relationships
Installation
MATCHER is on the Python package index (PyPI). To install it using pip, simply type:
pip install pymatcher
MATCHER Input
MATCHER takes in single cell datasets as Numpy ndarrays (produced by the genfromtxt function in the Numpy package, for example). Each row should contain the measured values for a single cell, and each column should contain the values of a feature across cells. See the sample data files and the Jupyter notebook included with the package for more details.
MATCHER Documentation
Detailed documentation for MATCHER code is available at https://pythonhosted.org/pymatcher/.