Get Marker Record
get_markerRetrieve the complete MGI marker record using an MGI ID, mouse symbol, or human ortholog. Returns gene name, location, IDs, synonyms, human ortholog, and summary 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 |