Entering edit mode
3.1 years ago
charlieclark1ee
▴
20
NCBI has an option to browse the taxonomic tree and get the genetic code/translation tables of organisms by txid (found by clicking the button labelled 'Genetic Code in Taxonomy Tree'): https://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi
Is there a way to do this in Entrez, or any other command-line tool / coding package?
The translations tables can be accessed using Biopython utils.
https://biopython.org/DIST/docs/tutorial/Tutorial.html#sec26
Where is the option here to provide Biopython with a taxonomic id and get the corresponding translation table?