BiobaseInfernal-0.7.0.0: Infernal data structures and tools

Safe HaskellNone

Biobase.SElab.Taxonomy

Description

Infernal contains a taxonomy database. This is a simple module reflecting said database.

Synopsis

Documentation

data Taxonomy Source

For each species, we store the name and a classification list from most general (head) to most specific (last). The database comes with the NCBI taxon identifier (taxid).

Instances