← 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-12763392-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=12763392&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 12763392,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001400041.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2050C>T",
"hgvs_p": "p.Pro684Ser",
"transcript": "NM_013312.3",
"protein_id": "NP_037444.2",
"transcript_support_level": null,
"aa_start": 684,
"aa_end": null,
"aa_length": 719,
"cds_start": 2050,
"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": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2050C>T",
"hgvs_p": "p.Pro684Ser",
"transcript": "ENST00000397668.8",
"protein_id": "ENSP00000380785.2",
"transcript_support_level": 1,
"aa_start": 684,
"aa_end": null,
"aa_length": 719,
"cds_start": 2050,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2044C>T",
"hgvs_p": "p.Pro682Ser",
"transcript": "ENST00000264827.9",
"protein_id": "ENSP00000264827.4",
"transcript_support_level": 1,
"aa_start": 682,
"aa_end": null,
"aa_length": 717,
"cds_start": 2044,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2338C>T",
"hgvs_p": "p.Pro780Ser",
"transcript": "ENST00000894580.1",
"protein_id": "ENSP00000564639.1",
"transcript_support_level": null,
"aa_start": 780,
"aa_end": null,
"aa_length": 815,
"cds_start": 2338,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2230C>T",
"hgvs_p": "p.Pro744Ser",
"transcript": "ENST00000894575.1",
"protein_id": "ENSP00000564634.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 779,
"cds_start": 2230,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2227C>T",
"hgvs_p": "p.Pro743Ser",
"transcript": "ENST00000894576.1",
"protein_id": "ENSP00000564635.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 778,
"cds_start": 2227,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2152C>T",
"hgvs_p": "p.Pro718Ser",
"transcript": "NM_001400041.1",
"protein_id": "NP_001386970.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 753,
"cds_start": 2152,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2062C>T",
"hgvs_p": "p.Pro688Ser",
"transcript": "ENST00000914424.1",
"protein_id": "ENSP00000584483.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 723,
"cds_start": 2062,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2044C>T",
"hgvs_p": "p.Pro682Ser",
"transcript": "NM_001100176.2",
"protein_id": "NP_001093646.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 717,
"cds_start": 2044,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2041C>T",
"hgvs_p": "p.Pro681Ser",
"transcript": "ENST00000894574.1",
"protein_id": "ENSP00000564633.1",
"transcript_support_level": null,
"aa_start": 681,
"aa_end": null,
"aa_length": 716,
"cds_start": 2041,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2038C>T",
"hgvs_p": "p.Pro680Ser",
"transcript": "ENST00000894579.1",
"protein_id": "ENSP00000564638.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 715,
"cds_start": 2038,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2038C>T",
"hgvs_p": "p.Pro680Ser",
"transcript": "ENST00000961673.1",
"protein_id": "ENSP00000631732.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 715,
"cds_start": 2038,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2035C>T",
"hgvs_p": "p.Pro679Ser",
"transcript": "ENST00000961672.1",
"protein_id": "ENSP00000631731.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 714,
"cds_start": 2035,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2029C>T",
"hgvs_p": "p.Pro677Ser",
"transcript": "ENST00000894578.1",
"protein_id": "ENSP00000564637.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 712,
"cds_start": 2029,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2026C>T",
"hgvs_p": "p.Pro676Ser",
"transcript": "ENST00000914426.1",
"protein_id": "ENSP00000584485.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 711,
"cds_start": 2026,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2026C>T",
"hgvs_p": "p.Pro676Ser",
"transcript": "ENST00000961674.1",
"protein_id": "ENSP00000631733.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 711,
"cds_start": 2026,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1984C>T",
"hgvs_p": "p.Pro662Ser",
"transcript": "ENST00000961675.1",
"protein_id": "ENSP00000631734.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 697,
"cds_start": 1984,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1963C>T",
"hgvs_p": "p.Pro655Ser",
"transcript": "ENST00000914425.1",
"protein_id": "ENSP00000584484.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 690,
"cds_start": 1963,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1933C>T",
"hgvs_p": "p.Pro645Ser",
"transcript": "ENST00000894577.1",
"protein_id": "ENSP00000564636.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 680,
"cds_start": 1933,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1825C>T",
"hgvs_p": "p.Pro609Ser",
"transcript": "NM_001400043.1",
"protein_id": "NP_001386972.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 644,
"cds_start": 1825,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1825C>T",
"hgvs_p": "p.Pro609Ser",
"transcript": "NM_001400044.1",
"protein_id": "NP_001386973.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 644,
"cds_start": 1825,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1825C>T",
"hgvs_p": "p.Pro609Ser",
"transcript": "NM_001400045.1",
"protein_id": "NP_001386974.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 644,
"cds_start": 1825,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1825C>T",
"hgvs_p": "p.Pro609Ser",
"transcript": "NM_001400046.1",
"protein_id": "NP_001386975.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 644,
"cds_start": 1825,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1825C>T",
"hgvs_p": "p.Pro609Ser",
"transcript": "NM_001400047.1",
"protein_id": "NP_001386976.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 644,
"cds_start": 1825,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.1825C>T",
"hgvs_p": "p.Pro609Ser",
"transcript": "NM_001400048.1",
"protein_id": "NP_001386977.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 644,
"cds_start": 1825,
"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": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "c.2005-30C>T",
"hgvs_p": null,
"transcript": "ENST00000894581.1",
"protein_id": "ENSP00000564640.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 694,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "n.235C>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": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "n.*1571C>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": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "n.*1571C>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"
}
],
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"dbsnp": "rs772538975",
"frequency_reference_population": 0.00000991364,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.000010262,
"gnomad_genomes_af": 0.00000656875,
"gnomad_exomes_ac": 15,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1300518810749054,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.059,
"revel_prediction": "Benign",
"alphamissense_score": 0.0934,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.274,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001400041.1",
"gene_symbol": "HOOK2",
"hgnc_id": 19885,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2152C>T",
"hgvs_p": "p.Pro718Ser"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}