Metadata-Version: 2.1
Name: pyclusterprofiler
Version: 0.1.dev1
Summary: Tools for analyzing pathway enrichment of gene lists
Home-page: https://github.com/lukebfunk/pyclusterprofiler
Author: Luke Funk
Author-email: lukefunk@broadinstitute.org
License: MIT
Description: # pyclusterprofiler
        
        [![PyPI](https://img.shields.io/pypi/v/pyclusterprofiler.svg?color=green)](https://pypi.org/project/pyclusterprofiler)
        [![Python Version](https://img.shields.io/pypi/pyversions/pyclusterprofiler.svg?color=green)](https://python.org)
        
        A limited python implementation of [clusterProfiler] from R, borrowing some functions and concepts from [sharepathway].
        
        Currently only a KEGG interface is implemented.
        
        ----------------------------------
        
        ## Installation
        
        You can install `pyclusterprofiler` via [pip]:
        
            pip install pyclusterprofiler
        
        ## Contributing
        
        Contributions are very welcome.
        
        ## License
        
        Distributed under the terms of the [MIT] license,
        "pyclusterprofiler" is free and open source software.
        
        ## Issues
        
        If you encounter any problems, please [file an issue] along with a detailed description.
        
        [MIT]: http://opensource.org/licenses/MIT
        [file an issue]: https://github.com/lukebfunk/pyclusterprofiler/issues
        [pip]: https://pypi.org/project/pip/
        [clusterProfiler]: https://github.com/YuLab-SMU/clusterProfiler
        [sharepathway]: https://github.com/GuipengLi/SharePathway
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
