Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jw156605/MATCHER

MATCHER (Manifold Alignment to Characterize Experimental Relationships) is an approach for integrating single cell transcriptomic and epigenomic data. See Welch et al. (2017) for more details: https://genomebiology.biomedcentral.com/articles/10.1186/s13059-017-1269-0
https://github.com/jw156605/MATCHER

Last synced: 2 months ago
JSON representation

MATCHER (Manifold Alignment to Characterize Experimental Relationships) is an approach for integrating single cell transcriptomic and epigenomic data. See Welch et al. (2017) for more details: https://genomebiology.biomedcentral.com/articles/10.1186/s13059-017-1269-0

Lists

README

        

# 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](https://github.com/jw156605/MATCHER/blob/master/MATCHER_demo.ipynb) included with the package for more details.

**MATCHER Documentation**

Detailed documentation for MATCHER code is available at https://pythonhosted.org/pymatcher/.

[![DOI](https://zenodo.org/badge/94479837.svg)](https://zenodo.org/badge/latestdoi/94479837)