Metadata-Version: 2.1
Name: ngs-toolkit
Version: 0.14
Summary: A toolkit for NGS analysis with Python.
Home-page: https://github.com/afrendeiro/toolkit
Author: Andre Rendeiro
Author-email: afrendeiro@gmail.com
License: GPL3
Project-URL: Bug Tracker, https://github.com/afrendeiro/toolkit/issues
Project-URL: Documentation, https://ngs-toolkit.readthedocs.io
Project-URL: Source Code, https://github.com/afrendeiro/toolkit
Keywords: bioinformatics,sequencing,ngs,ngs analysis,ATAC-Seq,ChIP-seq,RNA-seq,project management
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: attmap (>=0.12.9)
Requires-Dist: divvy (>=0.4.0)
Requires-Dist: fastcluster
Requires-Dist: jinja2 (>=2.10.1)
Requires-Dist: matplotlib (>=2.1.1)
Requires-Dist: numpy (>=1.15.0)
Requires-Dist: pandas (>=0.25.0)
Requires-Dist: parmap (>=1.5.1)
Requires-Dist: patsy (>=0.4.1)
Requires-Dist: peppy (>=0.22.2)
Requires-Dist: pybedtools (>=0.7.10)
Requires-Dist: pysam (>=0.13)
Requires-Dist: requests
Requires-Dist: scikit-learn (>=0.19.1)
Requires-Dist: scipy (>=1.0.0)
Requires-Dist: seaborn (>=0.9.0)
Requires-Dist: statsmodels (>=0.8.0)
Requires-Dist: tqdm (>=4.19.5)
Provides-Extra: rstats
Requires-Dist: rpy2 ; extra == 'rstats'
Requires-Dist: tzlocal ; extra == 'rstats'
Provides-Extra: single_cell
Requires-Dist: MulticoreTSNE ; extra == 'single_cell'
Requires-Dist: fa2 ; extra == 'single_cell'
Requires-Dist: fbpca ; extra == 'single_cell'
Requires-Dist: leidenalg ; extra == 'single_cell'
Requires-Dist: loompy ; extra == 'single_cell'
Requires-Dist: louvain (>=0.6) ; extra == 'single_cell'
Requires-Dist: phate ; extra == 'single_cell'
Requires-Dist: python-igraph ; extra == 'single_cell'
Requires-Dist: scanorama ; extra == 'single_cell'
Requires-Dist: scanpy ; extra == 'single_cell'
Requires-Dist: scvelo ; extra == 'single_cell'


[![Documentation status](https://readthedocs.org/projects/ngs-toolkit/badge/?version=latest)](http://ngs-toolkit.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/ngs-toolkit.svg)](https://badge.fury.io/py/ngs-toolkit)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/30fcafc027e64b21bf9ddfe8d7f0ff3a)](https://app.codacy.com/app/afrendeiro/toolkit?utm_source=github.com&utm_medium=referral&utm_content=afrendeiro/toolkit&utm_campaign=Badge_Grade_Dashboard)
[![Build Status](https://travis-ci.org/afrendeiro/toolkit.svg?branch=master)](https://travis-ci.org/afrendeiro/toolkit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

[![PEP compatible](http://pepkit.github.io/img/PEP-compatible-green.svg)](http://pepkit.github.io)

# ngs-toolkit

This is my NGS analysis toolkit: ``ngs_toolkit``.

Head to the [documentation](http://ngs-toolkit.readthedocs.io/) to see how to install and use the toolkit, and have a look at the catalogue of available functions.

Install with:

```bash
pip install ngs-toolkit
```

You might need to add a ``--user`` flag to the above command.


