Skip to content

Commit

Permalink
Added package data
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua D Welch committed Jun 16, 2017
1 parent 210c8cc commit 1293a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

MATCHER is on the Python package index (PyPI). To install it using pip, simply type:

pip install sc-matcher
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/sc-matcher/.
Detailed documentation for MATCHER code is available at https://pythonhosted.org/pymatcher/.

0 comments on commit 1293a64

Please sign in to comment.