Metadata-Version: 2.1
Name: randomly
Version: 0.1.5
Summary: A Library for Denoising Single-Cell Data with Random Matrix Theory
Home-page: https://github.com/RabadanLab/randomly
Author: Luis Aparicio
Author-email: la2666@cumc.columbia.edu
License: MIT license
Keywords: randomly
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: pandas (>=0.23.4)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: matplotlib (>=2.2.3)
Requires-Dist: seaborn (>=0.9.0)
Requires-Dist: scikit-learn (>=0.19.2)
Requires-Dist: MulticoreTSNE (>=0.0.1.1)

========
Randomly
========


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

.. image:: https://img.shields.io/travis/luisaparicio/randomly.svg
        :target: https://travis-ci.org/luisaparicio/randomly

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


.. image:: https://pyup.io/repos/github/luisaparicio/randomly/shield.svg
     :target: https://pyup.io/repos/github/luisaparicio/randomly/
     :alt: Updates



A Library for Denoising Single-Cell Data with Random Matrix Theory


* Free software: MIT license
* Documentation: https://randomly.readthedocs.io.


Features
--------

Randomly is not yet published on PYPI. For now install directly from github:

.. code-block:: shell

    pip install --upgrade git+https://github.com/RabadanLab/randomly.git

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


=======
History
=======

0.1.0 (2018-10-29)
------------------

* First release on PyPI.


