GeneticCode.
from_ncbi
(table_id=1)[source]¶Return NCBI genetic code specified by table ID.
State: Stable as of 0.4.0.
Parameters: | table_id : int, optional
|
---|---|
Returns: | GeneticCode
|
Notes
The table IDs and genetic codes available in this method and used throughout the examples are defined in [R365365].
References
[R365365] | (1, 2) http://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi |
Examples
Get the NCBI thraustochytrium mitochondrial genetic code (23):
>>> tmgc = GeneticCode.from_ncbi(23)
>>> tmgc.name
'Thraustochytrium Mitochondrial'