Metadata-Version: 2.1
Name: wgcna
Version: 0.3.2
Summary: WGCNA in Python. Fast.
Author-email: James Haberberger <jhaberbe@stanford.edu>
Maintainer-email: James Haberberger <jhaberbe@stanford.edu>
License: GNU General Public License v3
Project-URL: bugs, https://github.com/jhaberbe/wgcna/issues
Project-URL: changelog, https://github.com/jhaberbe/wgcna/blob/master/changelog.md
Project-URL: homepage, https://github.com/jhaberbe/wgcna
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: scanpy
Requires-Dist: scikit-learn
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: scipy
Requires-Dist: anndata
Requires-Dist: dynamicTreeCut
Provides-Extra: dev
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'

=====
WGCNA
=====


.. image:: https://img.shields.io/pypi/v/wgcna.svg
        :target: https://pypi.python.org/pypi/wgcna

.. image:: https://img.shields.io/travis/jhaberbe/wgcna.svg
        :target: https://travis-ci.com/jhaberbe/wgcna

.. image:: https://readthedocs.org/projects/wgcna/badge/?version=latest
        :target: https://wgcna.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/jhaberbe/wgcna/shield.svg
     :target: https://pyup.io/repos/github/jhaberbe/wgcna/
     :alt: Updates



WGCNA in Python. Fast.


* Free software: GNU General Public License v3
* Documentation: https://wgcna.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
