Metadata-Version: 2.1
Name: scarf
Version: 0.28.7
Summary: Scarf
Home-page: https://github.com/parashardhapola/scarf
Author: Parashar Dhapola
Author-email: parashar.dhapola@gmail.com
License: BSD 3-Clause
Keywords: store
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: pybind11
Requires-Dist: numpy
Requires-Dist: loguru
Requires-Dist: cmocean
Requires-Dist: gensim
Requires-Dist: networkx
Requires-Dist: hnswlib
Requires-Dist: numba
Requires-Dist: dask >=2021.8.1
Requires-Dist: pandas
Requires-Dist: zarr
Requires-Dist: h5py >=3.3.0
Requires-Dist: numcodecs
Requires-Dist: umap-learn
Requires-Dist: scikit-learn
Requires-Dist: scikit-network
Requires-Dist: scipy
Requires-Dist: statsmodels
Requires-Dist: seaborn
Requires-Dist: tqdm
Requires-Dist: matplotlib
Requires-Dist: threadpoolctl
Requires-Dist: setuptools
Requires-Dist: datashader
Requires-Dist: leidenalg
Requires-Dist: packaging
Requires-Dist: importlib-metadata
Requires-Dist: requests
Requires-Dist: kneed
Requires-Dist: joblib
Requires-Dist: ipython-autotime
Requires-Dist: ipywidgets
Requires-Dist: dask[array]
Requires-Dist: dask[dataframe]

|PyPI| |Docs| |Tests| |Coverage| |Downloads| |Black| |Slack|

`Installation`_ | `Documentation`_ | `Tutorials`_ | `Research-Article`_

|IMG1|

.. |PyPI| image:: https://img.shields.io/pypi/v/scarf.svg
         :target: https://pypi.org/project/scarf
.. |Docs| image:: https://readthedocs.org/projects/scarf/badge/?version=latest
         :target: https://scarf.readthedocs.io
.. |Tests| image:: https://github.com/parashardhapola/scarf/actions/workflows/pytest.yml/badge.svg
          :target: https://github.com/parashardhapola/scarf/actions/workflows/pytest.yml
.. |Coverage| image:: https://codecov.io/gh/parashardhapola/scarf/branch/master/graph/badge.svg?token=ZvJXuYq3pd
             :target: https://codecov.io/gh/parashardhapola/scarf
.. |Downloads| image:: https://pepy.tech/badge/scarf
              :target: https://pepy.tech/project/scarf
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
          :target: https://github.com/psf/black
.. |Slack| image:: https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white
          :target: https://scarf-group.slack.com/archives/C0418C7RXU4

.. |IMG1| image:: https://raw.githubusercontent.com/parashardhapola/scarf/master/docs/source/logo_wide.png
         :target: https://github.com/parashardhapola/scarf

Analyze large-scale (aka atlas-scale) single-cell genomics datasets with very low memory requirement.

.. _Installation: https://scarf.readthedocs.io/en/latest/install.html
.. _Documentation: http://scarf.rtfd.io
.. _Tutorials: https://scarf.readthedocs.io/en/latest/vignettes/basic_tutorial_scRNAseq.html
.. _Research-Article: https://www.nature.com/articles/s41467-022-32097-3
