Back to catalog
Cortexa research tool·genomics·dna_tools
DNA Translate Sequence
Translate a DNA coding sequence to protein using the standard genetic code (NCBI Code 1). Returns protein sequence (single-letter amino acids), stop codon positions, and protein length. Trims at first stop codon by default. Use for: checking synthetic gene constructs, verifying reading frames, predicting protein sequence from genomic DNA.
Livelast probed 2026-04-30 23:07Z· 107msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 107ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"codon_table": {
"default": "standard",
"description": "Genetic code to use. Currently only 'standard' (NCBI Code 1) is supported.",
"enum": [
"standard",
null
],
"type": [
"string",
"null"
]
},
"operation": {
"description": "Operation type",
"enum": [
"translate_sequence"
],
"type": "string"
},
"sequence": {
"description": "DNA coding sequence starting with ATG (A, T, G, C only). Should be in-frame.",
"type": "string"
}
},
"required": [
"operation",
"sequence"
],
"type": "object"
}Examples (1)
Default DNA Translate Sequence call
public-safeinput
{
"operation": "",
"sequence": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DNA_translate_sequence
- Tool name
- DNA_translate_sequence
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse