Skip to content

Xethic/miEAA-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 condaBadge

$ conda install -c ccb-sb mieaa

About

API and package code for miEAA 2.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages