Metadata-Version: 2.1
Name: funcgenom
Version: 0.1.8
Summary: Classes and functions for functional genomics analysis
Home-page: https://github.com/anthony-aylward/funcgenom.git
Author: Anthony Aylward
Author-email: aaylward@eng.ucsd.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: coloc
Requires-Dist: py1kgp
Requires-Dist: pyhg19
Requires-Dist: sumstats

# funcgenom

Classes and functions to facilitate functional genomics
analysis

## Installation

First make sure you have followed the installation procedure for
[pydbsnp](https://github.com/anthony-aylward/pydbsnp). Then install `funcgenom`
with `pip3`:

```sh
pip3 install funcgenom
```
or
```sh
pip3 install --user funcgenom
```


