Metadata-Version: 1.2
Name: racpy
Version: 0.1.4
Summary: RNASeq Age Calculation in Python
Home-page: https://github.com/reese3928/racpy
Author: Xu Ren, Pei Fen Kuan
Author-email: xuren2120@gmail.com, peifen.kuan@stonybrook.edu
License: MIT license
Description: =====
        racpy
        =====
        
        
        .. image:: https://img.shields.io/pypi/v/racpy.svg
                :target: https://pypi.python.org/pypi/racpy
        
        .. image:: https://img.shields.io/travis/reese3928/racpy.svg
                :target: https://travis-ci.com/reese3928/racpy
        
        .. image:: https://readthedocs.org/projects/racpy/badge/?version=latest
                :target: https://racpy.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/reese3928/racpy/shield.svg
             :target: https://pyup.io/repos/github/reese3928/racpy/
             :alt: Updates
        
        
        
        RNASeq Age Calculation in Python
        
        
        * Free software: MIT license
        * Documentation: https://racpy.readthedocs.io.
        
        
        Features
        --------
        
        * This is the Python verion of our proposed multi-tissue transcriptional age calculator.
        
        Authors
        --------
        
        * `Xu Ren <https://github.com/reese3928>`__ <xuren2120@gmail.com>
        * `Pei Fen Kuan <http://www.ams.sunysb.edu/~pfkuan/>`__ <peifen.kuan@stonybrook.edu>
        
        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
        
        Dependencies scanned by PyUp.io
        
        =======
        History
        =======
        
        0.1.4 (2020-06-10)
        ------------------
        
        * Updated requirements_dev.txt
        
        0.1.3 (2020-04-24)
        ------------------
        
        * Included extra credits in README 
        
        0.1.2 (2020-02-18)
        ------------------
        
        * Bug fixes.
        
        0.1.0 (2020-02-09)
        ------------------
        
        * Package created. First release on PyPI.
        
Keywords: racpy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
