Back to catalog
Cortexa research tool·chemistry·sequence_analyze
Sequence Stats
Compute basic statistics for a DNA, RNA, or protein sequence. Auto-detects sequence type, reports length, full composition, and type-specific metrics (GC% for nucleotides, estimated molecular weight for proteins). Accepts sequence string or UniProt accession.
Livelast probed 2026-04-30 23:07Z· 134msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 134ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"description": "Operation type",
"enum": [
"stats"
],
"type": "string"
},
"sequence": {
"description": "Sequence string. Optional if uniprot_id is provided.",
"type": "string"
},
"uniprot_id": {
"description": "UniProt accession to fetch protein sequence from. Optional if sequence is provided.",
"type": "string"
}
},
"required": [
"operation"
],
"type": "object"
}Examples (1)
Default Sequence Stats call
public-safeinput
{
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Sequence_stats
- Tool name
- Sequence_stats
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse