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()

Complete examples for both Python and R (using reticulate) are available under Examples.