Get Marker Record
get_markerRetrieve the complete MGI marker record for a mouse gene or human ortholog, including genomic location, identifiers, synonyms, and phenotype counts.
Instructions
Return the full MGI marker record, resolved from an MGI id, mouse symbol/synonym, or human ortholog. Includes name, marker/feature type, GRCm39 location, NCBI/Ensembl ids, synonyms, the human ortholog (symbol/HGNC/OMIM), and summary counts (alleles, phenotypes, phenotype references, diseases). response_mode controls verbosity. Signature: get_marker(query, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A mouse marker symbol (current or synonym, case-insensitive), an MGI id (MGI:98968 or 98968), or a human gene symbol / HGNC id for the ortholog. | |
| response_mode | No | Verbosity: minimal | compact | standard | full (default compact). | compact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | ||
| _meta | No | ||
| error_code | No | ||
| message | No | ||
| retryable | No | ||
| recovery_action | No | ||
| field | No | ||
| allowed_values | No | ||
| hint | No | ||
| candidates | No | ||
| mgi_id | No | ||
| symbol | No | ||
| name | No | ||
| marker_type | No | ||
| feature_type | No | ||
| location | No | ||
| chromosome | No | ||
| entrez_id | No | ||
| ensembl_gene_id | No | ||
| synonyms | No | ||
| human_ortholog | No | ||
| summary | No | ||
| match_type | No | ||
| requested_query | No |