Taxonomy

Libary for parsing, processing and vizualization of taxonomy data

Version on this page:1.0.2
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-1.0.2@sha256:18aa2106c110dd1c015fbbaaa98ba67cd57bae6e66d39cf820966bf2e187dd9b,2632

Module documentation for 1.0.2

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 (http://d3js.org/d3js).

The TaxonomyTools package contains tools based on this package.