Getting genetic code variation of organisms through CLI
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?
• 1,264 views
•
link
0 answers
No answers yet.
Log in to answer this question.
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?