← 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: 19-12763569-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=12763569&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 12763569,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_001400041.1",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1969G>T",
"hgvs_p": "p.Glu657*",
"transcript": "NM_013312.3",
"protein_id": "NP_037444.2",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 719,
"cds_start": 1969,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000397668.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_013312.3"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1969G>T",
"hgvs_p": "p.Glu657*",
"transcript": "ENST00000397668.8",
"protein_id": "ENSP00000380785.2",
"transcript_support_level": 1,
"aa_start": 657,
"aa_end": null,
"aa_length": 719,
"cds_start": 1969,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_013312.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397668.8"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1963G>T",
"hgvs_p": "p.Glu655*",
"transcript": "ENST00000264827.9",
"protein_id": "ENSP00000264827.4",
"transcript_support_level": 1,
"aa_start": 655,
"aa_end": null,
"aa_length": 717,
"cds_start": 1963,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264827.9"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2257G>T",
"hgvs_p": "p.Glu753*",
"transcript": "ENST00000894580.1",
"protein_id": "ENSP00000564639.1",
"transcript_support_level": null,
"aa_start": 753,
"aa_end": null,
"aa_length": 815,
"cds_start": 2257,
"cds_end": null,
"cds_length": 2448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894580.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2149G>T",
"hgvs_p": "p.Glu717*",
"transcript": "ENST00000894575.1",
"protein_id": "ENSP00000564634.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 779,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894575.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2146G>T",
"hgvs_p": "p.Glu716*",
"transcript": "ENST00000894576.1",
"protein_id": "ENSP00000564635.1",
"transcript_support_level": null,
"aa_start": 716,
"aa_end": null,
"aa_length": 778,
"cds_start": 2146,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894576.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2071G>T",
"hgvs_p": "p.Glu691*",
"transcript": "NM_001400041.1",
"protein_id": "NP_001386970.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 753,
"cds_start": 2071,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400041.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1981G>T",
"hgvs_p": "p.Glu661*",
"transcript": "ENST00000914424.1",
"protein_id": "ENSP00000584483.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 723,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914424.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1963G>T",
"hgvs_p": "p.Glu655*",
"transcript": "NM_001100176.2",
"protein_id": "NP_001093646.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 717,
"cds_start": 1963,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001100176.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1960G>T",
"hgvs_p": "p.Glu654*",
"transcript": "ENST00000894574.1",
"protein_id": "ENSP00000564633.1",
"transcript_support_level": null,
"aa_start": 654,
"aa_end": null,
"aa_length": 716,
"cds_start": 1960,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894574.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1957G>T",
"hgvs_p": "p.Glu653*",
"transcript": "ENST00000894579.1",
"protein_id": "ENSP00000564638.1",
"transcript_support_level": null,
"aa_start": 653,
"aa_end": null,
"aa_length": 715,
"cds_start": 1957,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894579.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1957G>T",
"hgvs_p": "p.Glu653*",
"transcript": "ENST00000961673.1",
"protein_id": "ENSP00000631732.1",
"transcript_support_level": null,
"aa_start": 653,
"aa_end": null,
"aa_length": 715,
"cds_start": 1957,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961673.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1954G>T",
"hgvs_p": "p.Glu652*",
"transcript": "ENST00000961672.1",
"protein_id": "ENSP00000631731.1",
"transcript_support_level": null,
"aa_start": 652,
"aa_end": null,
"aa_length": 714,
"cds_start": 1954,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961672.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1963G>T",
"hgvs_p": "p.Glu655*",
"transcript": "ENST00000894578.1",
"protein_id": "ENSP00000564637.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 712,
"cds_start": 1963,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894578.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1960G>T",
"hgvs_p": "p.Glu654*",
"transcript": "ENST00000914426.1",
"protein_id": "ENSP00000584485.1",
"transcript_support_level": null,
"aa_start": 654,
"aa_end": null,
"aa_length": 711,
"cds_start": 1960,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914426.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1945G>T",
"hgvs_p": "p.Glu649*",
"transcript": "ENST00000961674.1",
"protein_id": "ENSP00000631733.1",
"transcript_support_level": null,
"aa_start": 649,
"aa_end": null,
"aa_length": 711,
"cds_start": 1945,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961674.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1903G>T",
"hgvs_p": "p.Glu635*",
"transcript": "ENST00000961675.1",
"protein_id": "ENSP00000631734.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 697,
"cds_start": 1903,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961675.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1963G>T",
"hgvs_p": "p.Glu655*",
"transcript": "ENST00000894581.1",
"protein_id": "ENSP00000564640.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 694,
"cds_start": 1963,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894581.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1882G>T",
"hgvs_p": "p.Glu628*",
"transcript": "ENST00000914425.1",
"protein_id": "ENSP00000584484.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 690,
"cds_start": 1882,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914425.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1852G>T",
"hgvs_p": "p.Glu618*",
"transcript": "ENST00000894577.1",
"protein_id": "ENSP00000564636.1",
"transcript_support_level": null,
"aa_start": 618,
"aa_end": null,
"aa_length": 680,
"cds_start": 1852,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894577.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1744G>T",
"hgvs_p": "p.Glu582*",
"transcript": "NM_001400043.1",
"protein_id": "NP_001386972.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 644,
"cds_start": 1744,
"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": "NM_001400043.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1744G>T",
"hgvs_p": "p.Glu582*",
"transcript": "NM_001400044.1",
"protein_id": "NP_001386973.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 644,
"cds_start": 1744,
"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": "NM_001400044.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1744G>T",
"hgvs_p": "p.Glu582*",
"transcript": "NM_001400045.1",
"protein_id": "NP_001386974.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 644,
"cds_start": 1744,
"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": "NM_001400045.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1744G>T",
"hgvs_p": "p.Glu582*",
"transcript": "NM_001400046.1",
"protein_id": "NP_001386975.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 644,
"cds_start": 1744,
"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": "NM_001400046.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1744G>T",
"hgvs_p": "p.Glu582*",
"transcript": "NM_001400047.1",
"protein_id": "NP_001386976.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 644,
"cds_start": 1744,
"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": "NM_001400047.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1744G>T",
"hgvs_p": "p.Glu582*",
"transcript": "NM_001400048.1",
"protein_id": "NP_001386977.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 644,
"cds_start": 1744,
"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": "NM_001400048.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "n.154G>T",
"hgvs_p": null,
"transcript": "ENST00000589915.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000589915.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "n.*1490G>T",
"hgvs_p": null,
"transcript": "ENST00000678590.1",
"protein_id": "ENSP00000504514.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": "ENST00000678590.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "n.*1490G>T",
"hgvs_p": null,
"transcript": "ENST00000678590.1",
"protein_id": "ENSP00000504514.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": "ENST00000678590.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "n.*419G>T",
"hgvs_p": null,
"transcript": "ENST00000586188.5",
"protein_id": "ENSP00000465091.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000586188.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "n.*132G>T",
"hgvs_p": null,
"transcript": "ENST00000586710.5",
"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": "retained_intron",
"feature": "ENST00000586710.5"
}
],
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"dbsnp": "rs189241336",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6499999761581421,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.65,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.113,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001400041.1",
"gene_symbol": "HOOK2",
"hgnc_id": 19885,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2071G>T",
"hgvs_p": "p.Glu691*"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}