← 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-150081949-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=150081949&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 150081949,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000644510.2",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.888G>C",
"hgvs_p": "p.Lys296Asn",
"transcript": "NM_007259.5",
"protein_id": "NP_009190.2",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 570,
"cds_start": 888,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 970,
"cdna_end": null,
"cdna_length": 2328,
"mane_select": "ENST00000644510.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.888G>C",
"hgvs_p": "p.Lys296Asn",
"transcript": "ENST00000644510.2",
"protein_id": "ENSP00000495563.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 570,
"cds_start": 888,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 970,
"cdna_end": null,
"cdna_length": 2328,
"mane_select": "NM_007259.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.888G>C",
"hgvs_p": "p.Lys296Asn",
"transcript": "ENST00000698584.1",
"protein_id": "ENSP00000513813.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 651,
"cds_start": 888,
"cds_end": null,
"cds_length": 1956,
"cdna_start": 1010,
"cdna_end": null,
"cdna_length": 2449,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.888G>C",
"hgvs_p": "p.Lys296Asn",
"transcript": "ENST00000644526.2",
"protein_id": "ENSP00000494363.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 643,
"cds_start": 888,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 1010,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.888G>C",
"hgvs_p": "p.Lys296Asn",
"transcript": "ENST00000698580.1",
"protein_id": "ENSP00000513809.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 595,
"cds_start": 888,
"cds_end": null,
"cds_length": 1788,
"cdna_start": 1010,
"cdna_end": null,
"cdna_length": 2140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.888G>C",
"hgvs_p": "p.Lys296Asn",
"transcript": "ENST00000698582.1",
"protein_id": "ENSP00000513811.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 582,
"cds_start": 888,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 1010,
"cdna_end": null,
"cdna_length": 4196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.924G>C",
"hgvs_p": "p.Lys308Asn",
"transcript": "ENST00000698587.1",
"protein_id": "ENSP00000513816.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 582,
"cds_start": 924,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 2398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.924G>C",
"hgvs_p": "p.Lys308Asn",
"transcript": "ENST00000698598.1",
"protein_id": "ENSP00000513825.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 582,
"cds_start": 924,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 978,
"cdna_end": null,
"cdna_length": 2336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.885G>C",
"hgvs_p": "p.Lys295Asn",
"transcript": "ENST00000698590.1",
"protein_id": "ENSP00000513818.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 569,
"cds_start": 885,
"cds_end": null,
"cds_length": 1710,
"cdna_start": 981,
"cdna_end": null,
"cdna_length": 2322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.888G>C",
"hgvs_p": "p.Lys296Asn",
"transcript": "ENST00000698581.1",
"protein_id": "ENSP00000513810.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 548,
"cds_start": 888,
"cds_end": null,
"cds_length": 1647,
"cdna_start": 1010,
"cdna_end": null,
"cdna_length": 2022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.819G>C",
"hgvs_p": "p.Lys273Asn",
"transcript": "ENST00000698532.1",
"protein_id": "ENSP00000513778.1",
"transcript_support_level": null,
"aa_start": 273,
"aa_end": null,
"aa_length": 547,
"cds_start": 819,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 901,
"cdna_end": null,
"cdna_length": 2242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.816G>C",
"hgvs_p": "p.Lys272Asn",
"transcript": "ENST00000419023.4",
"protein_id": "ENSP00000400143.3",
"transcript_support_level": 3,
"aa_start": 272,
"aa_end": null,
"aa_length": 546,
"cds_start": 816,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 827,
"cdna_end": null,
"cdna_length": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.888G>C",
"hgvs_p": "p.Lys296Asn",
"transcript": "ENST00000698578.1",
"protein_id": "ENSP00000513807.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 542,
"cds_start": 888,
"cds_end": null,
"cds_length": 1629,
"cdna_start": 1010,
"cdna_end": null,
"cdna_length": 3093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.573G>C",
"hgvs_p": "p.Lys191Asn",
"transcript": "NM_001279353.2",
"protein_id": "NP_001266282.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 538,
"cds_start": 573,
"cds_end": null,
"cds_length": 1617,
"cdna_start": 813,
"cdna_end": null,
"cdna_length": 2265,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.573G>C",
"hgvs_p": "p.Lys191Asn",
"transcript": "ENST00000369128.9",
"protein_id": "ENSP00000358124.5",
"transcript_support_level": 2,
"aa_start": 191,
"aa_end": null,
"aa_length": 538,
"cds_start": 573,
"cds_end": null,
"cds_length": 1617,
"cdna_start": 813,
"cdna_end": null,
"cdna_length": 2224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.792G>C",
"hgvs_p": "p.Lys264Asn",
"transcript": "ENST00000698597.1",
"protein_id": "ENSP00000513824.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 538,
"cds_start": 792,
"cds_end": null,
"cds_length": 1617,
"cdna_start": 848,
"cdna_end": null,
"cdna_length": 2189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.780G>C",
"hgvs_p": "p.Lys260Asn",
"transcript": "NM_001279354.2",
"protein_id": "NP_001266283.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 534,
"cds_start": 780,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 990,
"cdna_end": null,
"cdna_length": 2348,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.780G>C",
"hgvs_p": "p.Lys260Asn",
"transcript": "ENST00000643970.2",
"protein_id": "ENSP00000495148.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 534,
"cds_start": 780,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 1123,
"cdna_end": null,
"cdna_length": 2475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.888G>C",
"hgvs_p": "p.Lys296Asn",
"transcript": "ENST00000698528.1",
"protein_id": "ENSP00000513777.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 534,
"cds_start": 888,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 2281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.777G>C",
"hgvs_p": "p.Lys259Asn",
"transcript": "ENST00000698588.1",
"protein_id": "ENSP00000513817.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 533,
"cds_start": 777,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 884,
"cdna_end": null,
"cdna_length": 2222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.753G>C",
"hgvs_p": "p.Lys251Asn",
"transcript": "ENST00000698533.1",
"protein_id": "ENSP00000513779.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 525,
"cds_start": 753,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 835,
"cdna_end": null,
"cdna_length": 2176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.753G>C",
"hgvs_p": "p.Lys251Asn",
"transcript": "ENST00000698592.1",
"protein_id": "ENSP00000513820.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 525,
"cds_start": 753,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 839,
"cdna_end": null,
"cdna_length": 2177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.888G>C",
"hgvs_p": "p.Lys296Asn",
"transcript": "ENST00000698534.1",
"protein_id": "ENSP00000513780.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 514,
"cds_start": 888,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 970,
"cdna_end": null,
"cdna_length": 2160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.681G>C",
"hgvs_p": "p.Lys227Asn",
"transcript": "ENST00000698594.1",
"protein_id": "ENSP00000513822.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 501,
"cds_start": 681,
"cds_end": null,
"cds_length": 1506,
"cdna_start": 763,
"cdna_end": null,
"cdna_length": 2104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.888G>C",
"hgvs_p": "p.Lys296Asn",
"transcript": "ENST00000644704.2",
"protein_id": "ENSP00000495981.2",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 372,
"cds_start": 888,
"cds_end": null,
"cds_length": 1119,
"cdna_start": 1010,
"cdna_end": null,
"cdna_length": 1650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.780G>C",
"hgvs_p": "p.Lys260Asn",
"transcript": "XM_024452791.2",
"protein_id": "XP_024308559.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 534,
"cds_start": 780,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 1020,
"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": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.1020G>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": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.1393G>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": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.681G>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.1671G>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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.*785G>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": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.780G>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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.888G>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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.1010G>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": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.1010G>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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.1010G>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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.888G>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": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.888G>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": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.888G>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": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.888G>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": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.2823G>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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.*118G>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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.888G>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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.888G>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": 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.2108G>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": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.763G>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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.970G>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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.970G>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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.*785G>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": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.*118G>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": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.*118G>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
}
],
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"dbsnp": "rs1315600520",
"frequency_reference_population": 0.000009298197,
"hom_count_reference_population": 0,
"allele_count_reference_population": 15,
"gnomad_exomes_af": 0.00000479089,
"gnomad_genomes_af": 0.0000525935,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.19884291291236877,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.071,
"revel_prediction": "Benign",
"alphamissense_score": 0.5062,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.29,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.21,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000644510.2",
"gene_symbol": "VPS45",
"hgnc_id": 14579,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.888G>C",
"hgvs_p": "p.Lys296Asn"
}
],
"clinvar_disease": "Congenital neutropenia-myelofibrosis-nephromegaly syndrome,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not specified|Congenital neutropenia-myelofibrosis-nephromegaly syndrome",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}