← 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-150077763-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=150077763&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 150077763,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000644510.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.671C>A",
"hgvs_p": "p.Thr224Asn",
"transcript": "NM_007259.5",
"protein_id": "NP_009190.2",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 570,
"cds_start": 671,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 753,
"cdna_end": null,
"cdna_length": 2328,
"mane_select": "ENST00000644510.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.671C>A",
"hgvs_p": "p.Thr224Asn",
"transcript": "ENST00000644510.2",
"protein_id": "ENSP00000495563.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 570,
"cds_start": 671,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 753,
"cdna_end": null,
"cdna_length": 2328,
"mane_select": "NM_007259.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.671C>A",
"hgvs_p": "p.Thr224Asn",
"transcript": "ENST00000698584.1",
"protein_id": "ENSP00000513813.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 651,
"cds_start": 671,
"cds_end": null,
"cds_length": 1956,
"cdna_start": 793,
"cdna_end": null,
"cdna_length": 2449,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.671C>A",
"hgvs_p": "p.Thr224Asn",
"transcript": "ENST00000644526.2",
"protein_id": "ENSP00000494363.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 643,
"cds_start": 671,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 793,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.671C>A",
"hgvs_p": "p.Thr224Asn",
"transcript": "ENST00000698580.1",
"protein_id": "ENSP00000513809.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 595,
"cds_start": 671,
"cds_end": null,
"cds_length": 1788,
"cdna_start": 793,
"cdna_end": null,
"cdna_length": 2140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.671C>A",
"hgvs_p": "p.Thr224Asn",
"transcript": "ENST00000698582.1",
"protein_id": "ENSP00000513811.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 582,
"cds_start": 671,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 793,
"cdna_end": null,
"cdna_length": 4196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.707C>A",
"hgvs_p": "p.Thr236Asn",
"transcript": "ENST00000698587.1",
"protein_id": "ENSP00000513816.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 582,
"cds_start": 707,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 829,
"cdna_end": null,
"cdna_length": 2398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.707C>A",
"hgvs_p": "p.Thr236Asn",
"transcript": "ENST00000698598.1",
"protein_id": "ENSP00000513825.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 582,
"cds_start": 707,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 761,
"cdna_end": null,
"cdna_length": 2336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.668C>A",
"hgvs_p": "p.Thr223Asn",
"transcript": "ENST00000698590.1",
"protein_id": "ENSP00000513818.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 569,
"cds_start": 668,
"cds_end": null,
"cds_length": 1710,
"cdna_start": 764,
"cdna_end": null,
"cdna_length": 2322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.671C>A",
"hgvs_p": "p.Thr224Asn",
"transcript": "ENST00000698581.1",
"protein_id": "ENSP00000513810.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 548,
"cds_start": 671,
"cds_end": null,
"cds_length": 1647,
"cdna_start": 793,
"cdna_end": null,
"cdna_length": 2022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"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.602C>A",
"hgvs_p": "p.Thr201Asn",
"transcript": "ENST00000698532.1",
"protein_id": "ENSP00000513778.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 547,
"cds_start": 602,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 684,
"cdna_end": null,
"cdna_length": 2242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.599C>A",
"hgvs_p": "p.Thr200Asn",
"transcript": "ENST00000419023.4",
"protein_id": "ENSP00000400143.3",
"transcript_support_level": 3,
"aa_start": 200,
"aa_end": null,
"aa_length": 546,
"cds_start": 599,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 610,
"cdna_end": null,
"cdna_length": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"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.671C>A",
"hgvs_p": "p.Thr224Asn",
"transcript": "ENST00000698578.1",
"protein_id": "ENSP00000513807.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 542,
"cds_start": 671,
"cds_end": null,
"cds_length": 1629,
"cdna_start": 793,
"cdna_end": null,
"cdna_length": 3093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"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.356C>A",
"hgvs_p": "p.Thr119Asn",
"transcript": "NM_001279353.2",
"protein_id": "NP_001266282.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 538,
"cds_start": 356,
"cds_end": null,
"cds_length": 1617,
"cdna_start": 596,
"cdna_end": null,
"cdna_length": 2265,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"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.356C>A",
"hgvs_p": "p.Thr119Asn",
"transcript": "ENST00000369128.9",
"protein_id": "ENSP00000358124.5",
"transcript_support_level": 2,
"aa_start": 119,
"aa_end": null,
"aa_length": 538,
"cds_start": 356,
"cds_end": null,
"cds_length": 1617,
"cdna_start": 596,
"cdna_end": null,
"cdna_length": 2224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.575C>A",
"hgvs_p": "p.Thr192Asn",
"transcript": "ENST00000698597.1",
"protein_id": "ENSP00000513824.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 538,
"cds_start": 575,
"cds_end": null,
"cds_length": 1617,
"cdna_start": 631,
"cdna_end": null,
"cdna_length": 2189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.563C>A",
"hgvs_p": "p.Thr188Asn",
"transcript": "NM_001279354.2",
"protein_id": "NP_001266283.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 534,
"cds_start": 563,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 773,
"cdna_end": null,
"cdna_length": 2348,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.563C>A",
"hgvs_p": "p.Thr188Asn",
"transcript": "ENST00000643970.2",
"protein_id": "ENSP00000495148.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 534,
"cds_start": 563,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 906,
"cdna_end": null,
"cdna_length": 2475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"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.671C>A",
"hgvs_p": "p.Thr224Asn",
"transcript": "ENST00000698528.1",
"protein_id": "ENSP00000513777.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 534,
"cds_start": 671,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 2281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"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.536C>A",
"hgvs_p": "p.Thr179Asn",
"transcript": "ENST00000698533.1",
"protein_id": "ENSP00000513779.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 525,
"cds_start": 536,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 618,
"cdna_end": null,
"cdna_length": 2176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"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.671C>A",
"hgvs_p": "p.Thr224Asn",
"transcript": "ENST00000698592.1",
"protein_id": "ENSP00000513820.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 525,
"cds_start": 671,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 757,
"cdna_end": null,
"cdna_length": 2177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"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.671C>A",
"hgvs_p": "p.Thr224Asn",
"transcript": "ENST00000698534.1",
"protein_id": "ENSP00000513780.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 514,
"cds_start": 671,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 753,
"cdna_end": null,
"cdna_length": 2160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.464C>A",
"hgvs_p": "p.Thr155Asn",
"transcript": "ENST00000698594.1",
"protein_id": "ENSP00000513822.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 501,
"cds_start": 464,
"cds_end": null,
"cds_length": 1506,
"cdna_start": 546,
"cdna_end": null,
"cdna_length": 2104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.671C>A",
"hgvs_p": "p.Thr224Asn",
"transcript": "ENST00000644704.2",
"protein_id": "ENSP00000495981.2",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 372,
"cds_start": 671,
"cds_end": null,
"cds_length": 1119,
"cdna_start": 793,
"cdna_end": null,
"cdna_length": 1650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.563C>A",
"hgvs_p": "p.Thr188Asn",
"transcript": "XM_024452791.2",
"protein_id": "XP_024308559.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 534,
"cds_start": 563,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 803,
"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": 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.803C>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.563C>A",
"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.1176C>A",
"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": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.464C>A",
"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": 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.1454C>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.*568C>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.563C>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.671C>A",
"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": 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.793C>A",
"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": 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.793C>A",
"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": 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.793C>A",
"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": 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.671C>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.671C>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.671C>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.671C>A",
"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.2606C>A",
"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": 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.671C>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.671C>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.671C>A",
"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.1891C>A",
"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": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.546C>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.753C>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.753C>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "n.*568C>A",
"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": 6,
"intron_rank_end": null,
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"hgvs_c": "c.576+532C>A",
"hgvs_p": null,
"transcript": "ENST00000698588.1",
"protein_id": "ENSP00000513817.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 533,
"cds_start": -4,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "VPS45",
"gene_hgnc_id": 14579,
"dbsnp": "rs879255237",
"frequency_reference_population": 6.8435213e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84352e-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.9770525693893433,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.603,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9406,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.07,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.558,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 14,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM2,PP3_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000644510.2",
"gene_symbol": "VPS45",
"hgnc_id": 14579,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.671C>A",
"hgvs_p": "p.Thr224Asn"
}
],
"clinvar_disease": "Congenital neutropenia-myelofibrosis-nephromegaly syndrome,Severe congenital neutropenia",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:3",
"phenotype_combined": "Congenital neutropenia-myelofibrosis-nephromegaly syndrome|Severe congenital neutropenia",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}