Taxonomy-1.0.1: Libary for parsing, processing and vizualization of taxonomy data

Safe HaskellNone
LanguageHaskell98

Bio.TaxonomyData

Description

This module contains data structures for taxonomy data

Synopsis

Documentation

data SimpleTaxon Source

SimpleTaxon only contains the most relevant fields of a taxonomy entry. For all annotaded fields use the Taxon datatype and its associated functions

data CompareTaxon Source

Datastructure for tree comparisons

data Taxon Source

Data structure for Entrez taxonomy fetch result

Instances

data TaxonName Source

Constructors

TaxonName 

data LineageTaxon Source

Lineage Taxons denote all parent Taxonomy nodes of a node retrieved by Entrez fetch

data TaxCitation Source

Datastructure for entries of Taxonomy database dump citations file

data TaxDelNode Source

Datastructure for entries of Taxonomy database dump deleted nodes file

Constructors

TaxDelNode 

Fields

delTaxId :: Int
 

data TaxDivision Source

Datastructure for entries of Taxonomy database dump division file

data TaxGenCode Source

Datastructure for entries of Taxonomy database dump gencode file

data TaxMergedNode Source

Datastructure for entries of Taxonomy database dump mergednodes file

Constructors

TaxMergedNode 

Fields

oldTaxId :: Int
 
newTaxId :: Int
 

data TaxName Source

Datastructure for entries of Taxonomy database dump names file