Ncbi.taxonomy_tree {taxonomy_kit} | R Documentation |
Ncbi.taxonomy_tree(repo);
Builds the following dictionnary from NCBI taxonomy nodes.dmp
and names.dmp
files
{ Taxid namedtuple('Node', ['name', 'rank', 'parent', 'children']
}
+ https://www.biostars.org/p/13452/
+ https://pythonhosted.org/ete2/tutorial/tutorial_ncbitaxonomy.html
const tree = Ncbi.taxonomy_tree("/dir/path/to/ncbi_taxdump_archive/");