Metadata-Version: 2.1
Name: ngs-toolkit
Version: 0.10
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
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: numpy (>=1.15.0)
Requires-Dist: scipy (>=1.0.0)
Requires-Dist: fastcluster
Requires-Dist: pandas (>=0.22.0)
Requires-Dist: matplotlib (>=2.1.1)
Requires-Dist: seaborn (>=0.9.0)
Requires-Dist: parmap (>=1.5.1)
Requires-Dist: pysam (>=0.13)
Requires-Dist: pybedtools (>=0.7.10)
Requires-Dist: scikit-learn (>=0.19.1)
Requires-Dist: statsmodels (>=0.8.0)
Requires-Dist: patsy (>=0.4.1)
Requires-Dist: tqdm (>=4.19.5)
Requires-Dist: peppy (>=0.18.2)
Requires-Dist: divvy (>=0.3.1)
Provides-Extra: r
Requires-Dist: rpy2 ; extra == 'r'
Requires-Dist: tzlocal ; extra == 'r'
Provides-Extra: single_cell
Requires-Dist: scanpy ; extra == 'single_cell'
Requires-Dist: scanorama ; extra == 'single_cell'
Requires-Dist: phate ; extra == 'single_cell'
Requires-Dist: scvelo ; extra == 'single_cell'
Requires-Dist: loompy ; extra == 'single_cell'
Requires-Dist: fbpca ; extra == 'single_cell'
Requires-Dist: MulticoreTSNE ; extra == 'single_cell'
Requires-Dist: python-igraph ; extra == 'single_cell'
Requires-Dist: louvain (>=0.6) ; extra == 'single_cell'
Requires-Dist: leidenalg ; extra == 'single_cell'
Requires-Dist: fa2 ; extra == 'single_cell'

`Documentation
status <http://ngs-toolkit.readthedocs.io/en/latest/?badge=latest>`__
`PyPI version <https://badge.fury.io/py/ngs-toolkit>`__ `Codacy
Badge <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>`__ `Code style:
black <https://github.com/ambv/black>`__

`PEP compatible <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:

.. code:: bash

   pip install ngs-toolkit

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


