Metadata-Version: 2.1
Name: mazebox
Version: 0.0.2
Summary: A suite of tools for analyzing single-cell transcriptomics data
Home-page: https://github.com/smgroves/mazebox
Author: Sarah Groves
Author-email: sarahmaddoxgroves@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: seaborn
Requires-Dist: anndata
Requires-Dist: leidenalg
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: umap-learn
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: cython
Requires-Dist: numba
Requires-Dist: scikit-learn
Requires-Dist: h5py
Requires-Dist: click
Requires-Dist: magic-impute
Requires-Dist: scanpy
Requires-Dist: scvelo
Requires-Dist: cellrank
Requires-Dist: scrublet
Requires-Dist: scanorama
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'doc'

=======================================================
Mazebox
=======================================================
.. image:: https://badge.fury.io/py/mazebox.svg
    :target: https://pypi.org/project/mazebox/
    :alt: Latest PYPi Version

Mazebox is a suite of tools for analyzing single-cell transcriptomics data. 


Installation
~~~~~~~~~~~~~~~~~

To install ``Mazebox``, please use::

    pip install mazebox

Dependencies
---------------------

The ``graph-tool`` python package will need to be installed. This can be installed with `Conda`, `homebrew`, etc as seen `here <https://git.skewed.de/count0/graph-tool/-/wikis/installation-instructions>`_. All other dependencies will be installed with this package.

The ``dropkick`` python package will also need to be installed. 

Mazebox Usage:
~~~~~~~~~~~~~~~~~~~~~~~~

