Closed yeban closed 8 years ago
I was thinking we could visualise taxonomy information like a tree.
|---- S. invicta (8)
|---- Formicidae (19) -|
| |---- C. flordanus (11)
Hymenoptera (26) ----|
| |---- B. terrestris (3)
|---- Apidae (7)- |
|---- A. mellifera (4)
It may be possible to construct lineage from species name using taxdump.tar.gz
from ftp://ftp.ncbi.nih.gov/pub/taxonomy/
Discussing visualisation in #249.
Taxonomy data is relevant to many analyses. For example, to infer taxonomical composition of samples in metagenomic studies.
To get taxonomy data from BLAST:
-taxid
option.pwd
(essentially the db should be in the directory from which you run BLAST).-outfmt 6
(tabular) with relevant options to get taxonomy information.TODOs