Metadata-Version: 2.1
Name: cna
Version: 0.0.5
Summary: covarying neighborhood analysis
Home-page: https://github.com/yakirr/cna
Author: Yakir Reshef, Laurie Rumker
Author-email: yreshef@broadinstitute.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: multianndata
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: argparse
Requires-Dist: matplotlib
Requires-Dist: scanpy

# cna
Covarying neighborhood analysis is a method for finding structure in- and conducting association analysis with multi-sample single-cell datasets.

## installation
`pip install cna`

## demo
Clone the repo and run our [tutorial](demo/demo.ipynb) to get started with a small synthetic data set.


