GeneticCode.
from_ncbi
(table_id=1)[source]¶Return NCBI genetic code specified by table ID.
State: Stable as of 0.4.0.
table_id (int, optional) – Table ID of the NCBI genetic code to return.
NCBI genetic code specified by table_id.
Notes
The table IDs and genetic codes available in this method and used throughout the examples are defined in 1.
References
Examples
Get the NCBI thraustochytrium mitochondrial genetic code (23):
>>> tmgc = GeneticCode.from_ncbi(23)
>>> tmgc.name
'Thraustochytrium Mitochondrial'