Metadata-Version: 2.1
Name: tspex
Version: 0.2.0
Summary: A Python package for calculating tissue-specificity metrics for gene expression.
Home-page: https://github.com/apcamargo/tspex
Author: Antonio Pedro Camargo
Author-email: antoniop.camargo@gmail.com
License: GNU General Public License v3.0
Keywords: bioinformatics,gene expression,tissue-specificity,transcriptomics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (>=2.2)
Requires-Dist: numpy
Requires-Dist: pandas (>=0.23)

# tspex

tspex is a Python package for calculating tissue-specificity metrics from gene expression data.

tspex features include:
  - An easy-to-use object-oriented interface.
  - Twelve different tissue-specificity metrics.
  - Integration with pandas.
  - Graphing functions.
  - Support for Jupyter notebooks.

## Installation

```
# Using pip
$ pip install tspex

# using conda
$ conda install -c bioconda tspex
```


