Metadata-Version: 2.1
Name: mieaa
Version: 0.2.0
Summary: miEAA Command Line Interface and API
Home-page: https://www.ccb.uni-saarland.de/mieaa2
Author: Jeffrey Solomon
Maintainer: Chair for Clinical Bioinformatics at Saarland University
Maintainer-email: ccb.unisb@gmail.com
License: MIT
Download-URL: https://pypi.org/project/mieaa/#files
Project-URL: Bug Tracker, https://github.com/Xethic/miEAA-API/issues
Project-URL: Documentation, https://mieaa.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/Xethic/miEAA-API
Keywords: mirna bioinformatics
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.5.*, <4
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.19.*)

miEAA Command Line Interface and API
====================================

The miRNA Enrichment Analysis and Annotation Tool (miEAA) facilitates the functional analysis of miRNA sets.
This package provides a miEAA REST API wrapper and command line interface.
As such, a stable internet connection is required to utilize these tools.

| To learn more about miEAA or to utilize our online interface, please visit our `web server <https://www.ccb.uni-saarland.de/mieaa2>`_.
| All miEAA tools are provided and hosted by the `Chair for Clinical Bioinformatics at Saarland University <https://www.ccb.uni-saarland.de/>`_.
| Source code is available on `GitHub <https://github.com/Xethic/miEAA-API>`_.
| Documentation is available on `Read the Docs <https://mieaa.readthedocs.io/en/latest/>`_.


Users can execute miEAA commands directly from the command line:

.. code::

   $ mieaa -h


A REST API is also provided for scripting purposes:

.. code-block:: python

   from mieaa import API

   mieaa_api = API()


