← 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-57476638-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=57476638&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 57476638,
"ref": "G",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_032496.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*",
"transcript": "NM_032496.4",
"protein_id": "NP_115885.2",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 731,
"cds_start": 977,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 1132,
"cdna_end": null,
"cdna_length": 2599,
"mane_select": "ENST00000393791.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*",
"transcript": "ENST00000393791.8",
"protein_id": "ENSP00000377380.3",
"transcript_support_level": 1,
"aa_start": 326,
"aa_end": null,
"aa_length": 731,
"cds_start": 977,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 1132,
"cdna_end": null,
"cdna_length": 2599,
"mane_select": "NM_032496.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*",
"transcript": "ENST00000393797.7",
"protein_id": "ENSP00000377386.3",
"transcript_support_level": 1,
"aa_start": 326,
"aa_end": null,
"aa_length": 750,
"cds_start": 977,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 1383,
"cdna_end": null,
"cdna_length": 2912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.425C>A",
"hgvs_p": "p.Ser142*",
"transcript": "ENST00000430041.6",
"protein_id": "ENSP00000397950.2",
"transcript_support_level": 1,
"aa_start": 142,
"aa_end": null,
"aa_length": 547,
"cds_start": 425,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 857,
"cdna_end": null,
"cdna_length": 2323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*",
"transcript": "NM_001319850.2",
"protein_id": "NP_001306779.2",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 750,
"cds_start": 977,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 1393,
"cdna_end": null,
"cdna_length": 2917,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*",
"transcript": "ENST00000550288.6",
"protein_id": "ENSP00000473445.2",
"transcript_support_level": 2,
"aa_start": 326,
"aa_end": null,
"aa_length": 657,
"cds_start": 977,
"cds_end": null,
"cds_length": 1974,
"cdna_start": 1365,
"cdna_end": null,
"cdna_length": 2818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*",
"transcript": "NM_001080157.2",
"protein_id": "NP_001073626.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 640,
"cds_start": 977,
"cds_end": null,
"cds_length": 1923,
"cdna_start": 1178,
"cdna_end": null,
"cdna_length": 2539,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*",
"transcript": "ENST00000424809.6",
"protein_id": "ENSP00000394307.2",
"transcript_support_level": 2,
"aa_start": 326,
"aa_end": null,
"aa_length": 640,
"cds_start": 977,
"cds_end": null,
"cds_length": 1923,
"cdna_start": 1203,
"cdna_end": null,
"cdna_length": 2569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.425C>A",
"hgvs_p": "p.Ser142*",
"transcript": "NM_001319852.2",
"protein_id": "NP_001306781.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 566,
"cds_start": 425,
"cds_end": null,
"cds_length": 1701,
"cdna_start": 526,
"cdna_end": null,
"cdna_length": 2050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.425C>A",
"hgvs_p": "p.Ser142*",
"transcript": "NM_001080156.3",
"protein_id": "NP_001073625.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 547,
"cds_start": 425,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 526,
"cdna_end": null,
"cdna_length": 1993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.425C>A",
"hgvs_p": "p.Ser142*",
"transcript": "NM_001367426.1",
"protein_id": "NP_001354355.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 547,
"cds_start": 425,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 522,
"cdna_end": null,
"cdna_length": 1989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.425C>A",
"hgvs_p": "p.Ser142*",
"transcript": "NM_001367422.1",
"protein_id": "NP_001354351.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 545,
"cds_start": 425,
"cds_end": null,
"cds_length": 1638,
"cdna_start": 526,
"cdna_end": null,
"cdna_length": 1987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.332C>A",
"hgvs_p": "p.Ser111*",
"transcript": "NM_001367423.1",
"protein_id": "NP_001354352.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 516,
"cds_start": 332,
"cds_end": null,
"cds_length": 1551,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 1900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.425C>A",
"hgvs_p": "p.Ser142*",
"transcript": "NM_001367424.1",
"protein_id": "NP_001354353.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 456,
"cds_start": 425,
"cds_end": null,
"cds_length": 1371,
"cdna_start": 522,
"cdna_end": null,
"cdna_length": 1883,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.332C>A",
"hgvs_p": "p.Ser111*",
"transcript": "NM_001367425.1",
"protein_id": "NP_001354354.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 425,
"cds_start": 332,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 1794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.425C>A",
"hgvs_p": "p.Ser142*",
"transcript": "ENST00000548139.5",
"protein_id": "ENSP00000449829.1",
"transcript_support_level": 5,
"aa_start": 142,
"aa_end": null,
"aa_length": 295,
"cds_start": 425,
"cds_end": null,
"cds_length": 890,
"cdna_start": 502,
"cdna_end": null,
"cdna_length": 967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.332C>A",
"hgvs_p": "p.Ser111*",
"transcript": "ENST00000552604.5",
"protein_id": "ENSP00000450256.1",
"transcript_support_level": 4,
"aa_start": 111,
"aa_end": null,
"aa_length": 151,
"cds_start": 332,
"cds_end": null,
"cds_length": 458,
"cdna_start": 439,
"cdna_end": null,
"cdna_length": 565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1121C>A",
"hgvs_p": "p.Ser374*",
"transcript": "XM_047429329.1",
"protein_id": "XP_047285285.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 798,
"cds_start": 1121,
"cds_end": null,
"cds_length": 2397,
"cdna_start": 1324,
"cdna_end": null,
"cdna_length": 2848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*",
"transcript": "XM_047429330.1",
"protein_id": "XP_047285286.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 750,
"cds_start": 977,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 1121,
"cdna_end": null,
"cdna_length": 2645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*",
"transcript": "XM_047429331.1",
"protein_id": "XP_047285287.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 750,
"cds_start": 977,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 1265,
"cdna_end": null,
"cdna_length": 2789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*",
"transcript": "XM_011538656.3",
"protein_id": "XP_011536958.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 731,
"cds_start": 977,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 1180,
"cdna_end": null,
"cdna_length": 2647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*",
"transcript": "XM_047429332.1",
"protein_id": "XP_047285288.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 731,
"cds_start": 977,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 1178,
"cdna_end": null,
"cdna_length": 2645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*",
"transcript": "XM_047429333.1",
"protein_id": "XP_047285289.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 731,
"cds_start": 977,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 1047,
"cdna_end": null,
"cdna_length": 2514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1121C>A",
"hgvs_p": "p.Ser374*",
"transcript": "XM_047429334.1",
"protein_id": "XP_047285290.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 688,
"cds_start": 1121,
"cds_end": null,
"cds_length": 2067,
"cdna_start": 1324,
"cdna_end": null,
"cdna_length": 2685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*",
"transcript": "XM_047429335.1",
"protein_id": "XP_047285291.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 659,
"cds_start": 977,
"cds_end": null,
"cds_length": 1980,
"cdna_start": 1178,
"cdna_end": null,
"cdna_length": 2596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*",
"transcript": "XM_011538659.3",
"protein_id": "XP_011536961.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 640,
"cds_start": 977,
"cds_end": null,
"cds_length": 1923,
"cdna_start": 1180,
"cdna_end": null,
"cdna_length": 2541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.425C>A",
"hgvs_p": "p.Ser142*",
"transcript": "XM_005269083.3",
"protein_id": "XP_005269140.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 566,
"cds_start": 425,
"cds_end": null,
"cds_length": 1701,
"cdna_start": 522,
"cdna_end": null,
"cdna_length": 2046,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.425C>A",
"hgvs_p": "p.Ser142*",
"transcript": "XM_047429336.1",
"protein_id": "XP_047285292.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 566,
"cds_start": 425,
"cds_end": null,
"cds_length": 1701,
"cdna_start": 532,
"cdna_end": null,
"cdna_length": 2056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.425C>A",
"hgvs_p": "p.Ser142*",
"transcript": "XM_047429337.1",
"protein_id": "XP_047285293.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 547,
"cds_start": 425,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 532,
"cdna_end": null,
"cdna_length": 1999,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1121C>A",
"hgvs_p": "p.Ser374*",
"transcript": "XM_047429338.1",
"protein_id": "XP_047285294.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 519,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 1324,
"cdna_end": null,
"cdna_length": 1841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1121C>A",
"hgvs_p": "p.Ser374*",
"transcript": "XM_047429339.1",
"protein_id": "XP_047285295.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 500,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1503,
"cdna_start": 1324,
"cdna_end": null,
"cdna_length": 1784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.425C>A",
"hgvs_p": "p.Ser142*",
"transcript": "XM_047429340.1",
"protein_id": "XP_047285296.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 475,
"cds_start": 425,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 522,
"cdna_end": null,
"cdna_length": 1940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "n.729C>A",
"hgvs_p": null,
"transcript": "ENST00000546200.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": 2256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "n.722C>A",
"hgvs_p": null,
"transcript": "ENST00000548148.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": 950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "n.422C>A",
"hgvs_p": null,
"transcript": "ENST00000550454.5",
"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": 585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "n.4C>A",
"hgvs_p": null,
"transcript": "ENST00000552953.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": 1673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.-14C>A",
"hgvs_p": null,
"transcript": "NM_001319851.2",
"protein_id": "NP_001306780.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": -4,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.199-602G>T",
"hgvs_p": null,
"transcript": "ENST00000549133.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": 493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.*233C>A",
"hgvs_p": null,
"transcript": "ENST00000551452.5",
"protein_id": "ENSP00000446932.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 173,
"cds_start": -4,
"cds_end": null,
"cds_length": 522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.*250C>A",
"hgvs_p": null,
"transcript": "ENST00000552066.1",
"protein_id": "ENSP00000448424.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 130,
"cds_start": -4,
"cds_end": null,
"cds_length": 394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "n.*193C>A",
"hgvs_p": null,
"transcript": "ENST00000551574.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": 505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "n.*92C>A",
"hgvs_p": null,
"transcript": "ENST00000552420.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": 1431,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"dbsnp": "rs771901213",
"frequency_reference_population": 6.840563e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84056e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5400000214576721,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.17000000178813934,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.54,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.512,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.17,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_032496.4",
"gene_symbol": "ARHGAP9",
"hgnc_id": 14130,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.977C>A",
"hgvs_p": "p.Ser326*"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000549133.1",
"gene_symbol": "MARS1",
"hgnc_id": 6898,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown,AD,AR",
"hgvs_c": "n.199-602G>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
}