← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 12-57488095-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=57488095&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 57488095,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_004990.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "c.5G>A",
"hgvs_p": "p.Arg2Lys",
"transcript": "NM_004990.4",
"protein_id": "NP_004981.2",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 900,
"cds_start": 5,
"cds_end": null,
"cds_length": 2703,
"cdna_start": 28,
"cdna_end": null,
"cdna_length": 2797,
"mane_select": "ENST00000262027.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "c.5G>A",
"hgvs_p": "p.Arg2Lys",
"transcript": "ENST00000262027.10",
"protein_id": "ENSP00000262027.5",
"transcript_support_level": 1,
"aa_start": 2,
"aa_end": null,
"aa_length": 900,
"cds_start": 5,
"cds_end": null,
"cds_length": 2703,
"cdna_start": 28,
"cdna_end": null,
"cdna_length": 2797,
"mane_select": "NM_004990.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.-204+517C>T",
"hgvs_p": null,
"transcript": "ENST00000393797.7",
"protein_id": "ENSP00000377386.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "c.5G>A",
"hgvs_p": "p.Arg2Lys",
"transcript": "ENST00000628866.2",
"protein_id": "ENSP00000486738.1",
"transcript_support_level": 5,
"aa_start": 2,
"aa_end": null,
"aa_length": 95,
"cds_start": 5,
"cds_end": null,
"cds_length": 288,
"cdna_start": 28,
"cdna_end": null,
"cdna_length": 2583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "c.5G>A",
"hgvs_p": "p.Arg2Lys",
"transcript": "ENST00000630571.2",
"protein_id": "ENSP00000485951.1",
"transcript_support_level": 5,
"aa_start": 2,
"aa_end": null,
"aa_length": 71,
"cds_start": 5,
"cds_end": null,
"cds_length": 216,
"cdna_start": 5,
"cdna_end": null,
"cdna_length": 216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "c.5G>A",
"hgvs_p": "p.Arg2Lys",
"transcript": "ENST00000630803.1",
"protein_id": "ENSP00000486356.1",
"transcript_support_level": 3,
"aa_start": 2,
"aa_end": null,
"aa_length": 60,
"cds_start": 5,
"cds_end": null,
"cds_length": 183,
"cdna_start": 5,
"cdna_end": null,
"cdna_length": 183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "c.5G>A",
"hgvs_p": "p.Arg2Lys",
"transcript": "XM_047428852.1",
"protein_id": "XP_047284808.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 546,
"cds_start": 5,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 28,
"cdna_end": null,
"cdna_length": 1728,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.28G>A",
"hgvs_p": null,
"transcript": "ENST00000447721.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.5G>A",
"hgvs_p": null,
"transcript": "ENST00000537638.6",
"protein_id": "ENSP00000446168.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.5G>A",
"hgvs_p": null,
"transcript": "ENST00000545888.6",
"protein_id": "ENSP00000439307.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.34G>A",
"hgvs_p": null,
"transcript": "ENST00000546481.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.28G>A",
"hgvs_p": null,
"transcript": "ENST00000547062.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.5G>A",
"hgvs_p": null,
"transcript": "ENST00000547501.5",
"protein_id": "ENSP00000447145.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.72G>A",
"hgvs_p": null,
"transcript": "ENST00000548674.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.28G>A",
"hgvs_p": null,
"transcript": "ENST00000548714.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.5G>A",
"hgvs_p": null,
"transcript": "ENST00000549074.5",
"protein_id": "ENSP00000447258.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 532,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.40G>A",
"hgvs_p": null,
"transcript": "ENST00000550449.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.5G>A",
"hgvs_p": null,
"transcript": "ENST00000551431.5",
"protein_id": "ENSP00000446729.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.28G>A",
"hgvs_p": null,
"transcript": "ENST00000551842.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.5G>A",
"hgvs_p": null,
"transcript": "ENST00000551892.1",
"protein_id": "ENSP00000450018.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.5G>A",
"hgvs_p": null,
"transcript": "ENST00000552007.5",
"protein_id": "ENSP00000448576.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.28G>A",
"hgvs_p": null,
"transcript": "ENST00000553162.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.-204+517C>T",
"hgvs_p": null,
"transcript": "NM_001319850.2",
"protein_id": "NP_001306779.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2917,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.-274+517C>T",
"hgvs_p": null,
"transcript": "ENST00000550288.6",
"protein_id": "ENSP00000473445.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 657,
"cds_start": -4,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.10+517C>T",
"hgvs_p": null,
"transcript": "XM_047429329.1",
"protein_id": "XP_047285285.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 798,
"cds_start": -4,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.-76+517C>T",
"hgvs_p": null,
"transcript": "XM_047429331.1",
"protein_id": "XP_047285287.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.10+517C>T",
"hgvs_p": null,
"transcript": "XM_047429334.1",
"protein_id": "XP_047285290.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 688,
"cds_start": -4,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.10+517C>T",
"hgvs_p": null,
"transcript": "XM_047429338.1",
"protein_id": "XP_047285294.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 519,
"cds_start": -4,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.10+517C>T",
"hgvs_p": null,
"transcript": "XM_047429339.1",
"protein_id": "XP_047285295.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 500,
"cds_start": -4,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.-117G>A",
"hgvs_p": null,
"transcript": "ENST00000548146.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"dbsnp": "rs1166063337",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11982691287994385,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.343,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0974,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.27,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.283,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.09,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004990.4",
"gene_symbol": "MARS1",
"hgnc_id": 6898,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AD,AR",
"hgvs_c": "c.5G>A",
"hgvs_p": "p.Arg2Lys"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001319850.2",
"gene_symbol": "ARHGAP9",
"hgnc_id": 14130,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-204+517C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}