Metadata-Version: 2.1
Name: page-enrichment
Version: 0.1.4
Summary: Parametric Analysis of Gene Set Enrichment (PAGE).
Home-page: https://github.com/afrendeiro/page-enrichment
Author: Andre Rendeiro
Author-email: andre.rendeiro@pm.me
License: GPL3
Project-URL: Bug Tracker, https://github.com/afrendeiro/page-enrichment/issues
Project-URL: Documentation, https://page-enrichment.readthedocs.io
Project-URL: Source Code, https://github.com/afrendeiro/page-enrichment
Description: [![Documentation status](https://readthedocs.org/projects/page-enrichment/badge/?version=latest)](http://page-enrichment.readthedocs.io/en/latest/?badge=latest)
        [![PyPI version](https://badge.fury.io/py/page-enrichment.svg)](https://badge.fury.io/py/page-enrichment)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/065095b963964c6f8f891c38f811acf4)](https://www.codacy.com/manual/afrendeiro/page-enrichment?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=afrendeiro/page-enrichment&amp;utm_campaign=Badge_Grade)
        [![Build Status](https://travis-ci.org/afrendeiro/page-enrichment.svg?branch=master)](https://travis-ci.org/afrendeiro/page-enrichment)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        
        # Parametric Analysis of Gene Set Enrichment (PAGE)
        
        A Python implementation of the [PAGE algorithm for gene set enrichment analysis](https://doi.org/10.1186/1471-2105-6-144) that uses the gene set libraries from [Enrichr](https://amp.pharm.mssm.edu/Enrichr/).
        
        Head to the [documentation](http://page-enrichment.readthedocs.io/) to see how to install and use.
        
        Install with:
        
        ```bash
        pip install page-enrichment
        ```
        
        You might need to add a ``--user`` flag to the above command.
        
Keywords: bioinformatics,genetics,enrichement analysis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
Provides-Extra: testing
Provides-Extra: docs
