TaxonomyTools

Tool for parsing, processing, comparing and visualizing taxonomy data

Version on this page:1.0.0
LTS Haskell 6.27:1.0.0
Stackage Nightly 2016-05-25:1.0.0
Latest on Hackage:1.0.1

See all snapshots TaxonomyTools appears in

GPL-3.0-only licensed by Florian Eggenhofer
Maintained by [email protected]
This version can be pinned in stack with:TaxonomyTools-1.0.0@sha256:1845b278dca3eb5e3bfde4c1c54bc3abf8a617317856a9747d7588de65ceffff,4076

Module documentation for 1.0.0

There are no documented modules for this package.

Taxonomy Tool utilizes functions from the Taxonomy library to provide

several commandline utilities for routine-tasks with taxonomy data.

Currently some tools accept either the NCBI taxonomy dump as input,

while other retrieve the data directly from the NCBI Entrez REST interface.

It is planned to support both datasources with each tool.

Usage instructions can be found in the README

Currently following Tools are included:

  • Accessions2TaxIds: Converts a list of NCBI accession numbers into NCBI taxonomy ids

  • TaxIds2Tree: List of taxonomy ids is converted into a graphical tree representation either as .svg (via graphviz) or as .json (via d3js).

  • TaxIds2TreeCompare: Multiple lists of taxonomy ids are converted into a visualisation of the taxonomic tree highlighting the input nodes corresponding to their list.

  • TaxIds2Text: List of taxonomy ids is converted in a short text summary for each node.

  • TreeDistance: Computes the distance between two input nodes on the given tree.