Back to catalog
Cortexa research tool·structure·rfam
Rfam Get Covariance Model
Get Infernal covariance model (CM) for RNA family. Returns CM file in Infernal format, which captures both sequence and structure conservation. Can be used with Infernal tools (cmsearch, cmalign, cmbuild) for RNA sequence analysis. Use for: homology searches, structural alignment, custom RNA annotation, sequence classification. CMs are more sensitive than profile HMMs for structured RNAs.
Livelast probed 2026-04-30 23:07Z· 117msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 117ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"family_id": {
"description": "Required: Rfam accession or family name",
"type": "string"
},
"operation": {
"description": "Operation type",
"enum": [
"get_covariance_model"
],
"type": "string"
}
},
"required": [
"operation",
"family_id"
],
"type": "object"
}Examples (1)
Default Rfam Get Covariance Model 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_covariance_model
- Tool name
- Rfam_get_covariance_model
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse