Back to catalog
Cortexa research tool·genomics·scientific_calculator
DNA Translate Reading Frames
Translate a DNA sequence to protein in all 3 forward reading frames and identify the longest ORF. Uses the standard genetic code (NCBI Code 1). Returns protein sequences for each frame, longest ORF per frame, and the best frame with longest uninterrupted protein. Use for: reading frame analysis, finding the correct ORF in an unknown sequence, comparing all three frames.
Livelast probed 2026-04-30 23:07Z· 109msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 109ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"frame": {
"default": "all",
"description": "Reading frame to translate: '1', '2', '3', or 'all' (default). Frame 1 starts at position 0, frame 2 at position 1, frame 3 at position 2.",
"enum": [
"1",
"2",
"3",
"all",
null
],
"type": [
"string",
"null"
]
},
"genetic_code": {
"default": 1,
"description": "NCBI genetic code number. Currently only 1 (standard) is supported.",
"type": [
"integer",
"null"
]
},
"operation": {
"description": "Operation type",
"enum": [
"translate_reading_frames"
],
"type": "string"
},
"sequence": {
"description": "DNA sequence (A, T, G, C only). Case insensitive. Spaces and newlines are stripped.",
"type": "string"
}
},
"required": [
"operation",
"sequence"
],
"type": "object"
}Examples (1)
Default DNA Translate Reading Frames call
public-safeinput
{
"operation": "",
"sequence": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DNA_translate_reading_frames
- Tool name
- DNA_translate_reading_frames
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse