Back to catalog
Cortexa research tool·genomics·rfam
Rfam ID To Accession
Convert Rfam family ID/name to accession. Takes family name (e.g., snoZ107_R87) and returns RF accession (e.g., RF00360). Simple ID conversion utility. Use for: getting stable identifiers, cross-referencing, data integration, creating accession-based links. Accessions are stable across Rfam versions.
Livelast probed 2026-04-30 23:07Z· 99msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 99ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"family_id": {
"description": "Required: Family name (e.g., snoZ107_R87)",
"type": "string"
},
"operation": {
"description": "Operation type",
"enum": [
"get_family_accession"
],
"type": "string"
}
},
"required": [
"operation",
"family_id"
],
"type": "object"
}Examples (1)
Default Rfam ID To Accession call
public-safeinput
{
"family_id": "",
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Rfam_id_to_accession
- Tool name
- Rfam_id_to_accession
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse