Back to catalog
Cortexa research tool·genomics·rfam
Rfam Accession To ID
Convert Rfam accession to family ID/name. Takes RF accession (e.g., RF00360) and returns human-readable family name (e.g., snoZ107_R87). Simple ID conversion utility. Use for: displaying readable names, documentation, cross-referencing, data integration. Quick lookup with plain text response.
Livelast probed 2026-04-30 23:07Z· 93msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 93ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"accession": {
"description": "Required: Rfam accession (e.g., RF00360)",
"type": "string"
},
"operation": {
"description": "Operation type",
"enum": [
"get_family_id"
],
"type": "string"
}
},
"required": [
"operation",
"accession"
],
"type": "object"
}Examples (1)
Default Rfam Accession To ID call
public-safeinput
{
"accession": "P38398",
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Rfam_accession_to_id
- Tool name
- Rfam_accession_to_id
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse