Get Meta-Domain Variants
get_meta_domainRetrieve homologous variant evidence for a protein residue, combining gnomAD normal variants and ClinVar pathogenic variants across conserved Pfam domain families.
Instructions
Return homologous (meta-domain) variant evidence for one residue: gnomAD normal_variants and ClinVar pathogenic_variants observed at the aligned consensus position across the residue's Pfam domain family, each carrying its homolog gene_name. Omit domains to derive the selector from the residue's cached domain mapping; a residue with no meta-domain returns empty lists (not an error). Requires a built landscape. Signature: get_meta_domain(transcript_id=, position=, domains=, limit=, offset=, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return (1..1000; default 200). | |
| offset | No | Zero-based offset into the result list (for paging). | |
| domains | No | Optional meta-domain selector {PfamID: [consensus_pos, ...]}. Omit to derive it from the residue's cached domain mapping. | |
| position | Yes | 1-based protein residue position. | |
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |
| transcript_id | Yes | A versioned Ensembl transcript id (the .N version suffix is required), e.g. ENST00000269305.4. Resolve a gene symbol with resolve_transcript first. |