You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> taxon_ranks(taxmap)
131567 2759 33154 33208 4751 6072 451864 33213 4890 33511 716545 7711 147537 89593 4891 7742 4892 7776
NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA
4893 117570 4930 117571 4932 8287 1338369 32523 32524 40674 32525 9347 1437010 314146 9443 314147 376913 9989
NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA
314293 1963758 9526 337687 314295 10066 9604 39107 207598 10088 9605 862507 9606 10090
NA NA NA NA NA NA NA NA NA NA NA NA NA NA
How could I get the taxon rank information from NCBI?
Many thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
Hi there,
I'm looking up taxonomic data from NCBI taxon IDs that I would like to subsequently filter using
taxon_ranks == "species"
.Unfortunately, it seems that NCBI taxon rank information is not parsed when using
lookup_tax_data
?!Below a reproducible example:
Calling
taxon_ranks(taxmap)
returnsHow could I get the taxon rank information from NCBI?
Many thanks in advance for your help!
The text was updated successfully, but these errors were encountered: