Back to catalog
Cortexa research tool·genomics·dna_tools
DNA Reverse Complement
Generate the reverse complement of a DNA sequence. Complements each base (A↔T, G↔C) then reverses the sequence. Essential for: designing reverse primers, understanding antisense strand, converting sequences between conventions. N bases are preserved as N in the reverse complement.
Livelast probed 2026-04-30 23:07Z· 90msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 90ms
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, G, C, N only). Case insensitive.",
"type": "string"
}
},
"required": [
"operation",
"sequence"
],
"type": "object"
}Examples (1)
Default DNA Reverse Complement call
public-safeinput
{
"operation": "",
"sequence": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DNA_reverse_complement
- Tool name
- DNA_reverse_complement
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse