← 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: 17-75239435-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=75239435&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 75239435,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_138619.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1720C>G",
"hgvs_p": "p.Pro574Ala",
"transcript": "NM_138619.4",
"protein_id": "NP_619525.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 723,
"cds_start": 1720,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000537686.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138619.4"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1720C>G",
"hgvs_p": "p.Pro574Ala",
"transcript": "ENST00000537686.6",
"protein_id": "ENSP00000438085.3",
"transcript_support_level": 1,
"aa_start": 574,
"aa_end": null,
"aa_length": 723,
"cds_start": 1720,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_138619.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537686.6"
},
{
"aa_ref": "P",
"aa_alt": "A",
"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": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1621C>G",
"hgvs_p": "p.Pro541Ala",
"transcript": "ENST00000538886.5",
"protein_id": "ENSP00000446421.2",
"transcript_support_level": 1,
"aa_start": 541,
"aa_end": null,
"aa_length": 690,
"cds_start": 1621,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538886.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "n.*1679C>G",
"hgvs_p": null,
"transcript": "ENST00000621870.4",
"protein_id": "ENSP00000479464.1",
"transcript_support_level": 1,
"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": "nonsense_mediated_decay",
"feature": "ENST00000621870.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "n.*1679C>G",
"hgvs_p": null,
"transcript": "ENST00000621870.4",
"protein_id": "ENSP00000479464.1",
"transcript_support_level": 1,
"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": "nonsense_mediated_decay",
"feature": "ENST00000621870.4"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1720C>G",
"hgvs_p": "p.Pro574Ala",
"transcript": "ENST00000924703.1",
"protein_id": "ENSP00000594762.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 723,
"cds_start": 1720,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924703.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1720C>G",
"hgvs_p": "p.Pro574Ala",
"transcript": "ENST00000924699.1",
"protein_id": "ENSP00000594758.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 721,
"cds_start": 1720,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924699.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1720C>G",
"hgvs_p": "p.Pro574Ala",
"transcript": "ENST00000924706.1",
"protein_id": "ENSP00000594765.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 716,
"cds_start": 1720,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924706.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1660C>G",
"hgvs_p": "p.Pro554Ala",
"transcript": "ENST00000924702.1",
"protein_id": "ENSP00000594761.1",
"transcript_support_level": null,
"aa_start": 554,
"aa_end": null,
"aa_length": 703,
"cds_start": 1660,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924702.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1654C>G",
"hgvs_p": "p.Pro552Ala",
"transcript": "ENST00000955609.1",
"protein_id": "ENSP00000625668.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 701,
"cds_start": 1654,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955609.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"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": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1621C>G",
"hgvs_p": "p.Pro541Ala",
"transcript": "NM_014001.5",
"protein_id": "NP_054720.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 690,
"cds_start": 1621,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014001.5"
},
{
"aa_ref": "P",
"aa_alt": "A",
"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": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1621C>G",
"hgvs_p": "p.Pro541Ala",
"transcript": "ENST00000924705.1",
"protein_id": "ENSP00000594764.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 688,
"cds_start": 1621,
"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": "ENST00000924705.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"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": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1555C>G",
"hgvs_p": "p.Pro519Ala",
"transcript": "ENST00000924704.1",
"protein_id": "ENSP00000594763.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 668,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924704.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1537C>G",
"hgvs_p": "p.Pro513Ala",
"transcript": "ENST00000924701.1",
"protein_id": "ENSP00000594760.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 662,
"cds_start": 1537,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924701.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1504C>G",
"hgvs_p": "p.Pro502Ala",
"transcript": "NM_001172703.3",
"protein_id": "NP_001166174.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 651,
"cds_start": 1504,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001172703.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1504C>G",
"hgvs_p": "p.Pro502Ala",
"transcript": "NM_001291641.2",
"protein_id": "NP_001278570.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 651,
"cds_start": 1504,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291641.2"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1504C>G",
"hgvs_p": "p.Pro502Ala",
"transcript": "ENST00000582717.5",
"protein_id": "ENSP00000462081.1",
"transcript_support_level": 2,
"aa_start": 502,
"aa_end": null,
"aa_length": 651,
"cds_start": 1504,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000582717.5"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1498C>G",
"hgvs_p": "p.Pro500Ala",
"transcript": "ENST00000878323.1",
"protein_id": "ENSP00000548382.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 649,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878323.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1504C>G",
"hgvs_p": "p.Pro502Ala",
"transcript": "ENST00000582486.5",
"protein_id": "ENSP00000462629.1",
"transcript_support_level": 5,
"aa_start": 502,
"aa_end": null,
"aa_length": 632,
"cds_start": 1504,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000582486.5"
},
{
"aa_ref": "P",
"aa_alt": "A",
"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": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1438C>G",
"hgvs_p": "p.Pro480Ala",
"transcript": "ENST00000924707.1",
"protein_id": "ENSP00000594766.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 629,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924707.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"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": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1357C>G",
"hgvs_p": "p.Pro453Ala",
"transcript": "ENST00000924698.1",
"protein_id": "ENSP00000594757.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 602,
"cds_start": 1357,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924698.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"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": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1354C>G",
"hgvs_p": "p.Pro452Ala",
"transcript": "NM_001291642.2",
"protein_id": "NP_001278571.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 601,
"cds_start": 1354,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291642.2"
},
{
"aa_ref": "P",
"aa_alt": "A",
"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": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1354C>G",
"hgvs_p": "p.Pro452Ala",
"transcript": "NM_001172704.3",
"protein_id": "NP_001166175.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 592,
"cds_start": 1354,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001172704.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"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": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1354C>G",
"hgvs_p": "p.Pro452Ala",
"transcript": "ENST00000578348.5",
"protein_id": "ENSP00000463288.1",
"transcript_support_level": 2,
"aa_start": 452,
"aa_end": null,
"aa_length": 592,
"cds_start": 1354,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000578348.5"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1273C>G",
"hgvs_p": "p.Pro425Ala",
"transcript": "ENST00000924700.1",
"protein_id": "ENSP00000594759.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 574,
"cds_start": 1273,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924700.1"
},
{
"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": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "c.1484+354C>G",
"hgvs_p": null,
"transcript": "ENST00000955610.1",
"protein_id": "ENSP00000625669.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 623,
"cds_start": null,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955610.1"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "n.115C>G",
"hgvs_p": null,
"transcript": "ENST00000578773.1",
"protein_id": "ENSP00000464268.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000578773.1"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "n.103C>G",
"hgvs_p": null,
"transcript": "ENST00000580646.5",
"protein_id": "ENSP00000464574.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000580646.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "n.109C>G",
"hgvs_p": null,
"transcript": "ENST00000584550.1",
"protein_id": "ENSP00000462279.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000584550.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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "n.3027C>G",
"hgvs_p": null,
"transcript": "ENST00000613421.4",
"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": "ENST00000613421.4"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "n.1016C>G",
"hgvs_p": null,
"transcript": "ENST00000614198.4",
"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": "ENST00000614198.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "n.*1553C>G",
"hgvs_p": null,
"transcript": "ENST00000621217.4",
"protein_id": "ENSP00000484733.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000621217.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "n.1720C>G",
"hgvs_p": null,
"transcript": "ENST00000649398.1",
"protein_id": "ENSP00000496890.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000649398.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "n.*1553C>G",
"hgvs_p": null,
"transcript": "ENST00000621217.4",
"protein_id": "ENSP00000484733.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000621217.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"hgvs_c": "n.416+354C>G",
"hgvs_p": null,
"transcript": "ENST00000583667.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": "ENST00000583667.1"
}
],
"gene_symbol": "GGA3",
"gene_hgnc_id": 17079,
"dbsnp": "rs201488145",
"frequency_reference_population": 0.00019255058,
"hom_count_reference_population": 0,
"allele_count_reference_population": 304,
"gnomad_exomes_af": 0.000202574,
"gnomad_genomes_af": 0.0000985753,
"gnomad_exomes_ac": 289,
"gnomad_genomes_ac": 15,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.030784428119659424,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.031,
"revel_prediction": "Benign",
"alphamissense_score": 0.0557,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.62,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.539,
"phylop100way_prediction": "Benign",
"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": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_138619.4",
"gene_symbol": "GGA3",
"hgnc_id": 17079,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1720C>G",
"hgvs_p": "p.Pro574Ala"
}
],
"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
}