Back to catalog
Cortexa research tool·genomics·rfam
Rfam Get Sequence Regions
Get list of all genomic regions containing RNA family members. Returns tab-delimited data with sequence IDs, coordinates, scores, and species. Shows where family is found across genomes. Warning: Some large families return 403 error due to too many regions. Use for: genome annotation, identifying RNA locations, cross-species comparisons, coverage analysis. Available formats: text (tab-delimited), json, xml.
Livelast probed 2026-04-30 23:07Z· 115msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 115ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"family_id": {
"description": "Required: Rfam accession or family name",
"type": "string"
},
"format": {
"default": "text",
"description": "Output format",
"enum": [
"text",
"json",
"xml"
],
"type": "string"
},
"operation": {
"description": "Operation type",
"enum": [
"get_sequence_regions"
],
"type": "string"
}
},
"required": [
"operation",
"family_id"
],
"type": "object"
}Examples (1)
Default Rfam Get Sequence Regions call
public-safeinput
{
"family_id": "",
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Rfam_get_sequence_regions
- Tool name
- Rfam_get_sequence_regions
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse