Popularity
3.9
Declining
Activity
0.0
Stable
2
5
0

Monthly Downloads: 17
Programming language: Haskell
License: GNU General Public License v3.0 only

Taxonomy alternatives and similar packages

Based on the "Bioinformatics" category.
Alternatively, view Taxonomy alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Taxonomy or a related project?

Add another 'Bioinformatics' Package

README

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).