BiobaseHTTP: Libary to interface with the Bioinformatics HTTP services - Entrez Ensembl

[ bioinformatics, gpl, library ] [ Propose Tags ]

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: http://www.ncbi.nlm.nih.gov/gquery/.

Information on the webservice can be found at: http://www.ncbi.nlm.nih.gov/books/NBK25497/. If you plan to include the library in a tool, register it as explained here.

Information on ENSEMBL genomes API can be found here: http://rest.ensemblgenomes.org/.

BiobaseHTTP is the successor of the deprecated EntrezHTTP library.


[Skip to Readme]

Modules

[Last Documentation]

  • Biobase
    • Ensembl
      • Biobase.Ensembl.HTTP
    • Entrez
      • Biobase.Entrez.HTTP
      • Biobase.Entrez.HTTPData

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.1.0, 1.2.0
Change log changelog
Dependencies aeson, base (>=4.5 && <5), BiobaseEnsembl, bytestring, conduit, either-unwrap, HTTP, http-conduit, hxt, mtl, network, Taxonomy (>=1.0.3), text, transformers [details]
License GPL-3.0-only
Copyright Florian Eggenhofer
Author Florian Eggenhofer
Maintainer egg@informatik.uni-freiburg.de
Category Bioinformatics
Home page https://github.com/eggzilla/BiobaseHTTP
Source repo head: git clone https://github.com/eggzilla/BiobaseHTTP
this: darcs get https://github.com/eggzilla/BiobaseHTTP/tree/1.1.0 --tag 1.1.0
Uploaded by FlorianEggenhofer at 2018-12-12T21:50:15Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1197 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-12-12 [all 3 reports]

Readme for BiobaseHTTP-1.1.0

[back to package description]

BiobaseHTTP Hackage Build Status

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.

Information on the webservice can be found at: NCBI books.

Information on ENSEMBL genomes API can be found here: Ensembl Genomes.

If you plan to include the library in a tool, register it as explained here.

BiobaseHTTP is the successor of the deprecated EntrezHTTP library.