genetic_codes
Identifier
Section titled “Identifier”Description
Section titled “Description”NCBI genetic code definitions used by taxonomy nodes, from gencode.dmp.
Partitions
Section titled “Partitions”Not partitioned.
Schema
Section titled “Schema”| Column | Type | Description |
|---|---|---|
sources |
STRUCT(url TEXT, filename TEXT, last_modified_at TIMESTAMPTZ, sha256 TEXT)[] |
Original external inputs used to produce the row. Each item contains its source URL, filename, HTTP Last-Modified timestamp when available, and computed SHA-256 checksum. |
genetic_code_id |
TEXT |
NCBI genetic code ID. |
abbreviation |
TEXT |
NCBI genetic code abbreviation, if supplied. |
name |
TEXT |
NCBI genetic code name. |
amino_acid_translation |
TEXT |
NCBI translation-table character string that maps codons to amino acids. |
start_codon_table |
TEXT |
NCBI start-codon character string aligned to amino_acid_translation. |