Question: RefSeq ID to TaxID?
0
bird77 • 70 wrote:
I have a number of RefSeq IDs (like this here NZ_LFWC01000004.1) and I would like to get the tax IDs for the species.
Is there a way to automatize that in Bash, Python or R?
ADD COMMENT
• link
•
modified 2.9 years ago
by
Bastien Hervé ♦ 4.9k
•
written
2.9 years ago by
bird77 • 70
If you have a very long list of RefSeq IDs, you might want to do a local search vs "accession2taxid" files, see : Biostars
Wonderful, that is exactly what I was looking for. Thank you so much.
Python and entrez module ?