miEAA Command Line Interface and API
Project description
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.
All miEAA tools are provided and hosted by the Chair for Clinical Bioinformatics at Saarland University.
Source code is available on GitHub.
Documentation is available on Read the Docs.
Users can execute miEAA commands directly from the command line:
$ mieaa -h
A REST API is also provided for scripting purposes:
from mieaa import API
mieaa_api = API()
Installation
Dependencies:
Python >= 3.5
Requests >= 2.19
Python Package Index
$ pip install mieaa
Conda
$ conda install -c ccb-sb mieaa
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mieaa-0.3.0.tar.gz
(12.2 kB
view hashes)
Built Distribution
mieaa-0.3.0-py3-none-any.whl
(12.1 kB
view hashes)