Taxonomy

Libary for parsing, processing and vizualization of taxonomy data

Version on this page:2.1.0
LTS Haskell 18.28:2.2.0
Stackage Nightly 2022-02-07:2.2.0
Latest on Hackage:2.2.0

See all snapshots Taxonomy appears in

GPL-3.0-only licensed by Florian Eggenhofer
Maintained by [email protected]
This version can be pinned in stack with:Taxonomy-2.1.0@sha256:58f072da1c277f173d452c9e811373d0fbd2ed307f83f433ae747d7fe0a1701a,2376

Taxonomy Hackage Build Status

Haskell cabal Taxonomy libary contains tools, parsers, datastructures and visualisation for the NCBI (National Center for Biotechnology Information) Taxonomy datasources.

It can utilize information from the Entrez REST interface (via EntrezHTTP, as well as from the files of the Taxonomy database dump.

Input data is parsed into a FGL based datastructure, which enables a wealth of processing steps like node distances, retrieval of parent nodes or extraction of subtrees.

Trees can be visualised via dot-format (graphviz) or via json-format (d3js).

Changes

--change-log--

2.1.0 Florian Eggenhofer 17. December 2019

* Moved visualisation code to own library

2.0.0 Florian Eggenhofer 18. November 2019

* Changed to Biobase repository layout
* Added new Lineage datatype
* Using bytestring instead of string

1.0.3 Florian Eggenhofer 10. August 2017

* Compatibility with newest versions of fgl
* Improved travis file

1.0.2 Florian Eggenhofer 23. October 2016

* Changed datastructures for cutting the tree from list to vectors
* Improved travis file