| 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']
}
const tree = Ncbi.taxonomy_tree("/dir/path/to/ncbi_taxdump_archive/");