Back to catalog
Cortexa research tool·genomics·sequence_analyze
Sequence Reverse Complement
Return the reverse complement of a DNA sequence. Supports A, T, C, G, and N bases. Useful for primer design, probe design, and strand orientation analysis.
Livelast probed 2026-04-30 23:07Z· 88msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 88ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"description": "Operation type",
"enum": [
"reverse_complement"
],
"type": "string"
},
"sequence": {
"description": "DNA sequence (A/T/C/G/N only)",
"type": "string"
}
},
"required": [
"operation",
"sequence"
],
"type": "object"
}Examples (1)
Default Sequence Reverse Complement call
public-safeinput
{
"operation": "",
"sequence": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Sequence_reverse_complement
- Tool name
- Sequence_reverse_complement
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse