← 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: 5-138556470-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=138556470&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 138556470,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_004134.7",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1944C>T",
"hgvs_p": "p.Phe648Phe",
"transcript": "NM_004134.7",
"protein_id": "NP_004125.3",
"transcript_support_level": null,
"aa_start": 648,
"aa_end": null,
"aa_length": 679,
"cds_start": 1944,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000297185.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004134.7"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1944C>T",
"hgvs_p": "p.Phe648Phe",
"transcript": "ENST00000297185.9",
"protein_id": "ENSP00000297185.3",
"transcript_support_level": 1,
"aa_start": 648,
"aa_end": null,
"aa_length": 679,
"cds_start": 1944,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004134.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000297185.9"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.2127C>T",
"hgvs_p": "p.Phe709Phe",
"transcript": "ENST00000946847.1",
"protein_id": "ENSP00000616906.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 740,
"cds_start": 2127,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946847.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1962C>T",
"hgvs_p": "p.Phe654Phe",
"transcript": "ENST00000936338.1",
"protein_id": "ENSP00000606397.1",
"transcript_support_level": null,
"aa_start": 654,
"aa_end": null,
"aa_length": 685,
"cds_start": 1962,
"cds_end": null,
"cds_length": 2058,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936338.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1938C>T",
"hgvs_p": "p.Phe646Phe",
"transcript": "ENST00000946842.1",
"protein_id": "ENSP00000616901.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 677,
"cds_start": 1938,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946842.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1935C>T",
"hgvs_p": "p.Phe645Phe",
"transcript": "ENST00000852879.1",
"protein_id": "ENSP00000522938.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 676,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852879.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1935C>T",
"hgvs_p": "p.Phe645Phe",
"transcript": "ENST00000946845.1",
"protein_id": "ENSP00000616904.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 676,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946845.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1932C>T",
"hgvs_p": "p.Phe644Phe",
"transcript": "ENST00000936335.1",
"protein_id": "ENSP00000606394.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 675,
"cds_start": 1932,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936335.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1923C>T",
"hgvs_p": "p.Phe641Phe",
"transcript": "ENST00000946846.1",
"protein_id": "ENSP00000616905.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 672,
"cds_start": 1923,
"cds_end": null,
"cds_length": 2019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946846.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1944C>T",
"hgvs_p": "p.Phe648Phe",
"transcript": "ENST00000507115.6",
"protein_id": "ENSP00000423759.2",
"transcript_support_level": 3,
"aa_start": 648,
"aa_end": null,
"aa_length": 665,
"cds_start": 1944,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507115.6"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1887C>T",
"hgvs_p": "p.Phe629Phe",
"transcript": "ENST00000852881.1",
"protein_id": "ENSP00000522940.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 660,
"cds_start": 1887,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852881.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1851C>T",
"hgvs_p": "p.Phe617Phe",
"transcript": "ENST00000677425.1",
"protein_id": "ENSP00000503066.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 648,
"cds_start": 1851,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677425.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1839C>T",
"hgvs_p": "p.Phe613Phe",
"transcript": "ENST00000946843.1",
"protein_id": "ENSP00000616902.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 644,
"cds_start": 1839,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946843.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1737C>T",
"hgvs_p": "p.Phe579Phe",
"transcript": "ENST00000677066.1",
"protein_id": "ENSP00000502902.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 610,
"cds_start": 1737,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677066.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1737C>T",
"hgvs_p": "p.Phe579Phe",
"transcript": "ENST00000678300.1",
"protein_id": "ENSP00000503259.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 610,
"cds_start": 1737,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678300.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1737C>T",
"hgvs_p": "p.Phe579Phe",
"transcript": "ENST00000678384.1",
"protein_id": "ENSP00000503992.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 610,
"cds_start": 1737,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678384.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1734C>T",
"hgvs_p": "p.Phe578Phe",
"transcript": "ENST00000946844.1",
"protein_id": "ENSP00000616903.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 609,
"cds_start": 1734,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946844.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1716C>T",
"hgvs_p": "p.Phe572Phe",
"transcript": "ENST00000677064.1",
"protein_id": "ENSP00000503373.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 603,
"cds_start": 1716,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677064.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1638C>T",
"hgvs_p": "p.Phe546Phe",
"transcript": "ENST00000678051.1",
"protein_id": "ENSP00000503219.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 577,
"cds_start": 1638,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678051.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1623C>T",
"hgvs_p": "p.Phe541Phe",
"transcript": "ENST00000946848.1",
"protein_id": "ENSP00000616907.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 572,
"cds_start": 1623,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946848.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1506C>T",
"hgvs_p": "p.Phe502Phe",
"transcript": "ENST00000936340.1",
"protein_id": "ENSP00000606399.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 533,
"cds_start": 1506,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936340.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1410C>T",
"hgvs_p": "p.Phe470Phe",
"transcript": "ENST00000936337.1",
"protein_id": "ENSP00000606396.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 501,
"cds_start": 1410,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936337.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1200C>T",
"hgvs_p": "p.Phe400Phe",
"transcript": "ENST00000936341.1",
"protein_id": "ENSP00000606400.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 431,
"cds_start": 1200,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936341.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1146C>T",
"hgvs_p": "p.Phe382Phe",
"transcript": "ENST00000852880.1",
"protein_id": "ENSP00000522939.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 413,
"cds_start": 1146,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852880.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.1053C>T",
"hgvs_p": "p.Phe351Phe",
"transcript": "ENST00000936343.1",
"protein_id": "ENSP00000606402.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 382,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936343.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.510C>T",
"hgvs_p": "p.Phe170Phe",
"transcript": "ENST00000852878.1",
"protein_id": "ENSP00000522937.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 201,
"cds_start": 510,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852878.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.462C>T",
"hgvs_p": "p.Phe154Phe",
"transcript": "ENST00000936342.1",
"protein_id": "ENSP00000606401.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 185,
"cds_start": 462,
"cds_end": null,
"cds_length": 558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936342.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "c.399C>T",
"hgvs_p": "p.Phe133Phe",
"transcript": "ENST00000936339.1",
"protein_id": "ENSP00000606398.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 164,
"cds_start": 399,
"cds_end": null,
"cds_length": 495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936339.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.*89C>T",
"hgvs_p": null,
"transcript": "ENST00000512328.1",
"protein_id": "ENSP00000421892.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000512328.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.2836C>T",
"hgvs_p": null,
"transcript": "ENST00000524109.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000524109.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.*1327C>T",
"hgvs_p": null,
"transcript": "ENST00000649578.2",
"protein_id": "ENSP00000497906.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000649578.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.6214C>T",
"hgvs_p": null,
"transcript": "ENST00000649692.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000649692.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.*1768C>T",
"hgvs_p": null,
"transcript": "ENST00000677527.1",
"protein_id": "ENSP00000503650.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000677527.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.*1768C>T",
"hgvs_p": null,
"transcript": "ENST00000677553.1",
"protein_id": "ENSP00000502970.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000677553.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.*1858C>T",
"hgvs_p": null,
"transcript": "ENST00000677693.1",
"protein_id": "ENSP00000503383.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000677693.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.*1858C>T",
"hgvs_p": null,
"transcript": "ENST00000677988.1",
"protein_id": "ENSP00000502960.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000677988.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.1954C>T",
"hgvs_p": null,
"transcript": "ENST00000678551.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000678551.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.*1651C>T",
"hgvs_p": null,
"transcript": "ENST00000678794.1",
"protein_id": "ENSP00000504274.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000678794.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.*89C>T",
"hgvs_p": null,
"transcript": "ENST00000512328.1",
"protein_id": "ENSP00000421892.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000512328.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.*1327C>T",
"hgvs_p": null,
"transcript": "ENST00000649578.2",
"protein_id": "ENSP00000497906.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000649578.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.*1768C>T",
"hgvs_p": null,
"transcript": "ENST00000677527.1",
"protein_id": "ENSP00000503650.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000677527.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.*1768C>T",
"hgvs_p": null,
"transcript": "ENST00000677553.1",
"protein_id": "ENSP00000502970.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000677553.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.*1858C>T",
"hgvs_p": null,
"transcript": "ENST00000677693.1",
"protein_id": "ENSP00000503383.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000677693.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.*1858C>T",
"hgvs_p": null,
"transcript": "ENST00000677988.1",
"protein_id": "ENSP00000502960.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000677988.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.*1651C>T",
"hgvs_p": null,
"transcript": "ENST00000678794.1",
"protein_id": "ENSP00000504274.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000678794.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"hgvs_c": "n.104-929C>T",
"hgvs_p": null,
"transcript": "ENST00000501917.7",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000501917.7"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000299264",
"gene_hgnc_id": null,
"hgvs_c": "n.153+13066G>A",
"hgvs_p": null,
"transcript": "ENST00000762014.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000762014.1"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000299264",
"gene_hgnc_id": null,
"hgvs_c": "n.165-11008G>A",
"hgvs_p": null,
"transcript": "ENST00000762015.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000762015.1"
}
],
"gene_symbol": "HSPA9",
"gene_hgnc_id": 5244,
"dbsnp": "rs148730345",
"frequency_reference_population": 0.0006487672,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1047,
"gnomad_exomes_af": 0.000684875,
"gnomad_genomes_af": 0.000302135,
"gnomad_exomes_ac": 1001,
"gnomad_genomes_ac": 46,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5600000023841858,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.444,
"phylop100way_prediction": "Benign",
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BS1",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BS1"
],
"verdict": "Benign",
"transcript": "NM_004134.7",
"gene_symbol": "HSPA9",
"hgnc_id": 5244,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1944C>T",
"hgvs_p": "p.Phe648Phe"
},
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000762014.1",
"gene_symbol": "ENSG00000299264",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.153+13066G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}