← 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-57474683-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=57474683&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 57474683,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001319850.2",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1672T>A",
"hgvs_p": "p.Tyr558Asn",
"transcript": "NM_032496.4",
"protein_id": "NP_115885.2",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 731,
"cds_start": 1672,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000393791.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032496.4"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1672T>A",
"hgvs_p": "p.Tyr558Asn",
"transcript": "ENST00000393791.8",
"protein_id": "ENSP00000377380.3",
"transcript_support_level": 1,
"aa_start": 558,
"aa_end": null,
"aa_length": 731,
"cds_start": 1672,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032496.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393791.8"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1729T>A",
"hgvs_p": "p.Tyr577Asn",
"transcript": "ENST00000393797.7",
"protein_id": "ENSP00000377386.3",
"transcript_support_level": 1,
"aa_start": 577,
"aa_end": null,
"aa_length": 750,
"cds_start": 1729,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393797.7"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1120T>A",
"hgvs_p": "p.Tyr374Asn",
"transcript": "ENST00000430041.6",
"protein_id": "ENSP00000397950.2",
"transcript_support_level": 1,
"aa_start": 374,
"aa_end": null,
"aa_length": 547,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430041.6"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1729T>A",
"hgvs_p": "p.Tyr577Asn",
"transcript": "NM_001319850.2",
"protein_id": "NP_001306779.2",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 750,
"cds_start": 1729,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001319850.2"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1729T>A",
"hgvs_p": "p.Tyr577Asn",
"transcript": "ENST00000906774.1",
"protein_id": "ENSP00000576833.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 750,
"cds_start": 1729,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906774.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1672T>A",
"hgvs_p": "p.Tyr558Asn",
"transcript": "ENST00000906773.1",
"protein_id": "ENSP00000576832.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 731,
"cds_start": 1672,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906773.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1672T>A",
"hgvs_p": "p.Tyr558Asn",
"transcript": "ENST00000906775.1",
"protein_id": "ENSP00000576834.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 731,
"cds_start": 1672,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906775.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1672T>A",
"hgvs_p": "p.Tyr558Asn",
"transcript": "ENST00000948684.1",
"protein_id": "ENSP00000618743.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 731,
"cds_start": 1672,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948684.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1672T>A",
"hgvs_p": "p.Tyr558Asn",
"transcript": "ENST00000906772.1",
"protein_id": "ENSP00000576831.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 730,
"cds_start": 1672,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906772.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1579T>A",
"hgvs_p": "p.Tyr527Asn",
"transcript": "ENST00000906776.1",
"protein_id": "ENSP00000576835.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 700,
"cds_start": 1579,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906776.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1579T>A",
"hgvs_p": "p.Tyr527Asn",
"transcript": "ENST00000948685.1",
"protein_id": "ENSP00000618744.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 699,
"cds_start": 1579,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948685.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1672T>A",
"hgvs_p": "p.Tyr558Asn",
"transcript": "ENST00000550288.6",
"protein_id": "ENSP00000473445.2",
"transcript_support_level": 2,
"aa_start": 558,
"aa_end": null,
"aa_length": 657,
"cds_start": 1672,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550288.6"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1672T>A",
"hgvs_p": "p.Tyr558Asn",
"transcript": "NM_001080157.2",
"protein_id": "NP_001073626.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 640,
"cds_start": 1672,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001080157.2"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1672T>A",
"hgvs_p": "p.Tyr558Asn",
"transcript": "ENST00000424809.6",
"protein_id": "ENSP00000394307.2",
"transcript_support_level": 2,
"aa_start": 558,
"aa_end": null,
"aa_length": 640,
"cds_start": 1672,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000424809.6"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1177T>A",
"hgvs_p": "p.Tyr393Asn",
"transcript": "NM_001319852.2",
"protein_id": "NP_001306781.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 566,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001319852.2"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1120T>A",
"hgvs_p": "p.Tyr374Asn",
"transcript": "NM_001080156.3",
"protein_id": "NP_001073625.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 547,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001080156.3"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1120T>A",
"hgvs_p": "p.Tyr374Asn",
"transcript": "NM_001367426.1",
"protein_id": "NP_001354355.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 547,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367426.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1114T>A",
"hgvs_p": "p.Tyr372Asn",
"transcript": "NM_001367422.1",
"protein_id": "NP_001354351.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 545,
"cds_start": 1114,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367422.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1027T>A",
"hgvs_p": "p.Tyr343Asn",
"transcript": "NM_001367423.1",
"protein_id": "NP_001354352.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 516,
"cds_start": 1027,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367423.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1120T>A",
"hgvs_p": "p.Tyr374Asn",
"transcript": "NM_001367424.1",
"protein_id": "NP_001354353.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 456,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367424.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1027T>A",
"hgvs_p": "p.Tyr343Asn",
"transcript": "NM_001367425.1",
"protein_id": "NP_001354354.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 425,
"cds_start": 1027,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367425.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.739T>A",
"hgvs_p": "p.Tyr247Asn",
"transcript": "NM_001319851.2",
"protein_id": "NP_001306780.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 420,
"cds_start": 739,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001319851.2"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.193T>A",
"hgvs_p": "p.Tyr65Asn",
"transcript": "ENST00000550130.1",
"protein_id": "ENSP00000448423.1",
"transcript_support_level": 5,
"aa_start": 65,
"aa_end": null,
"aa_length": 167,
"cds_start": 193,
"cds_end": null,
"cds_length": 504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550130.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.79T>A",
"hgvs_p": "p.Tyr27Asn",
"transcript": "ENST00000550399.5",
"protein_id": "ENSP00000448404.1",
"transcript_support_level": 5,
"aa_start": 27,
"aa_end": null,
"aa_length": 155,
"cds_start": 79,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550399.5"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1873T>A",
"hgvs_p": "p.Tyr625Asn",
"transcript": "XM_047429329.1",
"protein_id": "XP_047285285.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 798,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429329.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1729T>A",
"hgvs_p": "p.Tyr577Asn",
"transcript": "XM_047429330.1",
"protein_id": "XP_047285286.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 750,
"cds_start": 1729,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429330.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1729T>A",
"hgvs_p": "p.Tyr577Asn",
"transcript": "XM_047429331.1",
"protein_id": "XP_047285287.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 750,
"cds_start": 1729,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429331.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1672T>A",
"hgvs_p": "p.Tyr558Asn",
"transcript": "XM_011538656.3",
"protein_id": "XP_011536958.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 731,
"cds_start": 1672,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538656.3"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1672T>A",
"hgvs_p": "p.Tyr558Asn",
"transcript": "XM_047429332.1",
"protein_id": "XP_047285288.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 731,
"cds_start": 1672,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429332.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1672T>A",
"hgvs_p": "p.Tyr558Asn",
"transcript": "XM_047429333.1",
"protein_id": "XP_047285289.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 731,
"cds_start": 1672,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429333.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1816T>A",
"hgvs_p": "p.Tyr606Asn",
"transcript": "XM_047429334.1",
"protein_id": "XP_047285290.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 688,
"cds_start": 1816,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429334.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1729T>A",
"hgvs_p": "p.Tyr577Asn",
"transcript": "XM_047429335.1",
"protein_id": "XP_047285291.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 659,
"cds_start": 1729,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429335.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1672T>A",
"hgvs_p": "p.Tyr558Asn",
"transcript": "XM_011538659.3",
"protein_id": "XP_011536961.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 640,
"cds_start": 1672,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538659.3"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1177T>A",
"hgvs_p": "p.Tyr393Asn",
"transcript": "XM_005269083.3",
"protein_id": "XP_005269140.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 566,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269083.3"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1177T>A",
"hgvs_p": "p.Tyr393Asn",
"transcript": "XM_047429336.1",
"protein_id": "XP_047285292.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 566,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429336.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1120T>A",
"hgvs_p": "p.Tyr374Asn",
"transcript": "XM_047429337.1",
"protein_id": "XP_047285293.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 547,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429337.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "c.1177T>A",
"hgvs_p": "p.Tyr393Asn",
"transcript": "XM_047429340.1",
"protein_id": "XP_047285296.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 475,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429340.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "n.1481T>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000546200.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "n.287T>A",
"hgvs_p": null,
"transcript": "ENST00000546704.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000546704.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "n.241T>A",
"hgvs_p": null,
"transcript": "ENST00000550440.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000550440.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"hgvs_c": "n.896T>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000552953.5"
}
],
"gene_symbol": "ARHGAP9",
"gene_hgnc_id": 14130,
"dbsnp": "rs1048775810",
"frequency_reference_population": 0.0000030977515,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000273619,
"gnomad_genomes_af": 0.00000657091,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9068955183029175,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.764,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9873,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.25,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.099,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001319850.2",
"gene_symbol": "ARHGAP9",
"hgnc_id": 14130,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1729T>A",
"hgvs_p": "p.Tyr577Asn"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}