← 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: 1-150077221-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=150077221&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 150077221,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000644510.2",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala",
"transcript": "NM_007259.5",
"protein_id": "NP_009190.2",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 570,
"cds_start": 566,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 2328,
"mane_select": "ENST00000644510.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala",
"transcript": "ENST00000644510.2",
"protein_id": "ENSP00000495563.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 570,
"cds_start": 566,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 2328,
"mane_select": "NM_007259.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala",
"transcript": "ENST00000698584.1",
"protein_id": "ENSP00000513813.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 651,
"cds_start": 566,
"cds_end": null,
"cds_length": 1956,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 2449,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala",
"transcript": "ENST00000644526.2",
"protein_id": "ENSP00000494363.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 643,
"cds_start": 566,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala",
"transcript": "ENST00000698580.1",
"protein_id": "ENSP00000513809.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 595,
"cds_start": 566,
"cds_end": null,
"cds_length": 1788,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 2140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala",
"transcript": "ENST00000698582.1",
"protein_id": "ENSP00000513811.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 582,
"cds_start": 566,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 4196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.602A>C",
"hgvs_p": "p.Glu201Ala",
"transcript": "ENST00000698587.1",
"protein_id": "ENSP00000513816.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 582,
"cds_start": 602,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 2398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala",
"transcript": "ENST00000698598.1",
"protein_id": "ENSP00000513825.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 582,
"cds_start": 566,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 620,
"cdna_end": null,
"cdna_length": 2336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.563A>C",
"hgvs_p": "p.Glu188Ala",
"transcript": "ENST00000698590.1",
"protein_id": "ENSP00000513818.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 569,
"cds_start": 563,
"cds_end": null,
"cds_length": 1710,
"cdna_start": 659,
"cdna_end": null,
"cdna_length": 2322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala",
"transcript": "ENST00000698581.1",
"protein_id": "ENSP00000513810.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 548,
"cds_start": 566,
"cds_end": null,
"cds_length": 1647,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 2022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.497A>C",
"hgvs_p": "p.Glu166Ala",
"transcript": "ENST00000698532.1",
"protein_id": "ENSP00000513778.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 547,
"cds_start": 497,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 579,
"cdna_end": null,
"cdna_length": 2242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.494A>C",
"hgvs_p": "p.Glu165Ala",
"transcript": "ENST00000419023.4",
"protein_id": "ENSP00000400143.3",
"transcript_support_level": 3,
"aa_start": 165,
"aa_end": null,
"aa_length": 546,
"cds_start": 494,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 505,
"cdna_end": null,
"cdna_length": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala",
"transcript": "ENST00000698578.1",
"protein_id": "ENSP00000513807.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 542,
"cds_start": 566,
"cds_end": null,
"cds_length": 1629,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 3093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.470A>C",
"hgvs_p": "p.Glu157Ala",
"transcript": "ENST00000698597.1",
"protein_id": "ENSP00000513824.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 538,
"cds_start": 470,
"cds_end": null,
"cds_length": 1617,
"cdna_start": 526,
"cdna_end": null,
"cdna_length": 2189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.458A>C",
"hgvs_p": "p.Glu153Ala",
"transcript": "NM_001279354.2",
"protein_id": "NP_001266283.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 534,
"cds_start": 458,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 668,
"cdna_end": null,
"cdna_length": 2348,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.458A>C",
"hgvs_p": "p.Glu153Ala",
"transcript": "ENST00000643970.2",
"protein_id": "ENSP00000495148.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 534,
"cds_start": 458,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 801,
"cdna_end": null,
"cdna_length": 2475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala",
"transcript": "ENST00000698528.1",
"protein_id": "ENSP00000513777.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 534,
"cds_start": 566,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 729,
"cdna_end": null,
"cdna_length": 2281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala",
"transcript": "ENST00000698588.1",
"protein_id": "ENSP00000513817.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 533,
"cds_start": 566,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 673,
"cdna_end": null,
"cdna_length": 2222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.431A>C",
"hgvs_p": "p.Glu144Ala",
"transcript": "ENST00000698533.1",
"protein_id": "ENSP00000513779.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 525,
"cds_start": 431,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 513,
"cdna_end": null,
"cdna_length": 2176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala",
"transcript": "ENST00000698592.1",
"protein_id": "ENSP00000513820.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 525,
"cds_start": 566,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 652,
"cdna_end": null,
"cdna_length": 2177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala",
"transcript": "ENST00000698534.1",
"protein_id": "ENSP00000513780.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 514,
"cds_start": 566,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 2160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala",
"transcript": "ENST00000644704.2",
"protein_id": "ENSP00000495981.2",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 372,
"cds_start": 566,
"cds_end": null,
"cds_length": 1119,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 1650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.458A>C",
"hgvs_p": "p.Glu153Ala",
"transcript": "XM_024452791.2",
"protein_id": "XP_024308559.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 534,
"cds_start": 458,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 698,
"cdna_end": null,
"cdna_length": 2378,
"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": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.698A>C",
"hgvs_p": null,
"transcript": "ENST00000460366.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": 2595,
"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": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.458A>C",
"hgvs_p": null,
"transcript": "ENST00000462852.5",
"protein_id": "ENSP00000481356.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": 966,
"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": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.634A>C",
"hgvs_p": null,
"transcript": "ENST00000477558.3",
"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": 2734,
"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": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.1349A>C",
"hgvs_p": null,
"transcript": "ENST00000497638.3",
"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": 3012,
"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": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.*463A>C",
"hgvs_p": null,
"transcript": "ENST00000642919.2",
"protein_id": "ENSP00000494763.1",
"transcript_support_level": null,
"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": 2382,
"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": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.458A>C",
"hgvs_p": null,
"transcript": "ENST00000698523.1",
"protein_id": "ENSP00000513772.1",
"transcript_support_level": null,
"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": 2367,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.566A>C",
"hgvs_p": null,
"transcript": "ENST00000698527.1",
"protein_id": "ENSP00000513776.1",
"transcript_support_level": null,
"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": 2221,
"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": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.688A>C",
"hgvs_p": null,
"transcript": "ENST00000698529.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1824,
"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": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.688A>C",
"hgvs_p": null,
"transcript": "ENST00000698530.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1962,
"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": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.688A>C",
"hgvs_p": null,
"transcript": "ENST00000698531.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2590,
"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": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.566A>C",
"hgvs_p": null,
"transcript": "ENST00000698579.1",
"protein_id": "ENSP00000513808.1",
"transcript_support_level": null,
"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": 3148,
"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": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.566A>C",
"hgvs_p": null,
"transcript": "ENST00000698583.1",
"protein_id": "ENSP00000513812.1",
"transcript_support_level": null,
"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": 2557,
"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": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.566A>C",
"hgvs_p": null,
"transcript": "ENST00000698585.1",
"protein_id": "ENSP00000513814.1",
"transcript_support_level": null,
"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": 2445,
"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": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.566A>C",
"hgvs_p": null,
"transcript": "ENST00000698586.1",
"protein_id": "ENSP00000513815.1",
"transcript_support_level": null,
"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": 2593,
"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": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.2064A>C",
"hgvs_p": null,
"transcript": "ENST00000698589.1",
"protein_id": null,
"transcript_support_level": null,
"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": 4164,
"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": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.566A>C",
"hgvs_p": null,
"transcript": "ENST00000698591.1",
"protein_id": "ENSP00000513819.1",
"transcript_support_level": null,
"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": 3284,
"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": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.566A>C",
"hgvs_p": null,
"transcript": "ENST00000698593.1",
"protein_id": "ENSP00000513821.1",
"transcript_support_level": null,
"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": 2376,
"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": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.566A>C",
"hgvs_p": null,
"transcript": "ENST00000698595.1",
"protein_id": "ENSP00000513823.1",
"transcript_support_level": null,
"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": 2321,
"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": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.1349A>C",
"hgvs_p": null,
"transcript": "ENST00000698596.1",
"protein_id": null,
"transcript_support_level": null,
"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": 3657,
"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": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.648A>C",
"hgvs_p": null,
"transcript": "XR_007069452.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1938,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.648A>C",
"hgvs_p": null,
"transcript": "XR_921734.4",
"protein_id": null,
"transcript_support_level": null,
"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": 1326,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.*463A>C",
"hgvs_p": null,
"transcript": "ENST00000642919.2",
"protein_id": "ENSP00000494763.1",
"transcript_support_level": null,
"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": 2382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.262-448A>C",
"hgvs_p": null,
"transcript": "NM_001279353.2",
"protein_id": "NP_001266282.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 538,
"cds_start": -4,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2265,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.262-448A>C",
"hgvs_p": null,
"transcript": "ENST00000369128.9",
"protein_id": "ENSP00000358124.5",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 538,
"cds_start": -4,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.370-448A>C",
"hgvs_p": null,
"transcript": "ENST00000698594.1",
"protein_id": "ENSP00000513822.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 501,
"cds_start": -4,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2104,
"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": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.370-448A>C",
"hgvs_p": null,
"transcript": "ENST00000491789.2",
"protein_id": "ENSP00000494741.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": 2245,
"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": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.452-448A>C",
"hgvs_p": null,
"transcript": "NR_103998.2",
"protein_id": null,
"transcript_support_level": null,
"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": 2352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"dbsnp": "rs144659538",
"frequency_reference_population": 6.842894e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84289e-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.7959330081939697,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.512,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4585,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.25,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.065,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000644510.2",
"gene_symbol": "VPS45",
"hgnc_id": 14579,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.566A>C",
"hgvs_p": "p.Glu189Ala"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}