Metadata-Version: 1.2
Name: pathway-forte
Version: 0.0.1
Summary: A Python package for comparing the effect of pathway database choice in functional enrichment and classification methods
Home-page: https://github.com/pathwayforte
Author: Daniel Domingo-Fernández
Author-email: danieldomingofernandez@hotmail.com
License: Apache 2.0 License
Download-URL: https://github.com/pathwayforte/pathway-forte
Description-Content-Type: UNKNOWN
Description: PathwayForte |build| |docs|
        ===========================
        A Python package for benchmarking pathway databases in functional enrichment and prediction methods
        tasks.
        
        Installation
        ------------
        1. ``pathway_forte`` can be installed with the following commands:
        
        .. code-block:: sh
        
            $ python3 -m pip install git+https://github.com/pathwayforte/pathway-forte.git
        
        2. or in editable mode with:
        
        .. code-block:: sh
        
            $ git clone https://github.com/pathwayforte/pathway-forte.git
            $ cd pathway-forte
            $ python3 -m pip install -e .
        
        
        .. |build| image:: https://travis-ci.com/pathwayforte/pathway-forte.svg?branch=master
            :target: https://travis-ci.com/pathwayforte/pathway-forte
            :alt: Build Status
        
        .. |docs| image:: http://readthedocs.org/projects/pathwayforte/badge/?version=latest
            :target: https://pathwayforte.readthedocs.io/en/latest/
            :alt: Documentation Status
        
Keywords: Pathway Databases,Systems Biology,Networks Biology,Pathway Enrichment,Machine Learning
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
