Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eggzilla/biobasehttp

Haskell cabal libary for submission and result retrieval from the NCBI Entrez REST webservice
https://github.com/eggzilla/biobasehttp

Last synced: 2 months ago
JSON representation

Haskell cabal libary for submission and result retrieval from the NCBI Entrez REST webservice

Awesome Lists containing this project

README

        

BiobaseHTTP
[![Hackage](https://img.shields.io/hackage/v/BiobaseHTTP.svg)](https://hackage.haskell.org/package/BiobaseHTTP) [![Build Status](https://travis-ci.org/eggzilla/BiobaseHTTP.svg?branch=master)](https://travis-ci.org/eggzilla/BiobaseHTTP)
=========

BiobaseHTTP provides functions to interface the Bioinformatics REST services - Entrez Ensembl.

NCBI Entrez provides multiple different databases and eutils.

For more information on Entrez refer to: [Entrez](http://www.ncbi.nlm.nih.gov/gquery/).

Information on the webservice can be found at: [NCBI books](http://www.ncbi.nlm.nih.gov/books/NBK25497/).

Information on ENSEMBL genomes API can be found here: [Ensembl Genomes](http://rest.ensemblgenomes.org/).

If you plan to include the library in a tool, register it as explained [here](http://www.ncbi.nlm.nih.gov/books/NBK25497/#chapter2.Usage_Guidelines_and_Requiremen).

BiobaseHTTP is the successor of the deprecated EntrezHTTP library.