← 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-154273846-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=154273846&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 154273846,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_006118.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.389T>G",
"hgvs_p": "p.Leu130Arg",
"transcript": "NM_006118.4",
"protein_id": "NP_006109.2",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 279,
"cds_start": 389,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000328703.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006118.4"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.389T>G",
"hgvs_p": "p.Leu130Arg",
"transcript": "ENST00000328703.12",
"protein_id": "ENSP00000329002.7",
"transcript_support_level": 1,
"aa_start": 130,
"aa_end": null,
"aa_length": 279,
"cds_start": 389,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006118.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000328703.12"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.245T>G",
"hgvs_p": "p.Leu82Arg",
"transcript": "ENST00000457918.6",
"protein_id": "ENSP00000411448.2",
"transcript_support_level": 1,
"aa_start": 82,
"aa_end": null,
"aa_length": 231,
"cds_start": 245,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457918.6"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.413T>G",
"hgvs_p": "p.Leu138Arg",
"transcript": "ENST00000483970.7",
"protein_id": "ENSP00000435088.1",
"transcript_support_level": 2,
"aa_start": 138,
"aa_end": null,
"aa_length": 287,
"cds_start": 413,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000483970.7"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.413T>G",
"hgvs_p": "p.Leu138Arg",
"transcript": "ENST00000950411.1",
"protein_id": "ENSP00000620470.1",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 286,
"cds_start": 413,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950411.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.325T>G",
"hgvs_p": "p.Leu109Val",
"transcript": "ENST00000435087.2",
"protein_id": "ENSP00000394920.2",
"transcript_support_level": 3,
"aa_start": 109,
"aa_end": null,
"aa_length": 283,
"cds_start": 325,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435087.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.389T>G",
"hgvs_p": "p.Leu130Arg",
"transcript": "ENST00000696932.1",
"protein_id": "ENSP00000512979.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 279,
"cds_start": 389,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696932.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.389T>G",
"hgvs_p": "p.Leu130Arg",
"transcript": "ENST00000882498.1",
"protein_id": "ENSP00000552557.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 279,
"cds_start": 389,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882498.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.389T>G",
"hgvs_p": "p.Leu130Arg",
"transcript": "ENST00000882499.1",
"protein_id": "ENSP00000552558.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 279,
"cds_start": 389,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882499.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.389T>G",
"hgvs_p": "p.Leu130Arg",
"transcript": "ENST00000919722.1",
"protein_id": "ENSP00000589781.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 278,
"cds_start": 389,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919722.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.389T>G",
"hgvs_p": "p.Leu130Arg",
"transcript": "ENST00000919723.1",
"protein_id": "ENSP00000589782.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 277,
"cds_start": 389,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919723.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.380T>G",
"hgvs_p": "p.Leu127Arg",
"transcript": "ENST00000696938.1",
"protein_id": "ENSP00000512983.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 276,
"cds_start": 380,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696938.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.311T>G",
"hgvs_p": "p.Leu104Arg",
"transcript": "ENST00000696941.1",
"protein_id": "ENSP00000512986.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 253,
"cds_start": 311,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696941.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.311T>G",
"hgvs_p": "p.Leu104Arg",
"transcript": "ENST00000697592.1",
"protein_id": "ENSP00000513356.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 253,
"cds_start": 311,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697592.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.311T>G",
"hgvs_p": "p.Leu104Arg",
"transcript": "ENST00000697830.1",
"protein_id": "ENSP00000513452.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 253,
"cds_start": 311,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697830.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.245T>G",
"hgvs_p": "p.Leu82Arg",
"transcript": "NM_001018837.2",
"protein_id": "NP_001018238.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 231,
"cds_start": 245,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001018837.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.311T>G",
"hgvs_p": "p.Leu104Arg",
"transcript": "ENST00000696944.1",
"protein_id": "ENSP00000512989.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 210,
"cds_start": 311,
"cds_end": null,
"cds_length": 635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696944.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.5T>G",
"hgvs_p": "p.Leu2Arg",
"transcript": "ENST00000532105.1",
"protein_id": "ENSP00000433951.1",
"transcript_support_level": 3,
"aa_start": 2,
"aa_end": null,
"aa_length": 151,
"cds_start": 5,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000532105.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.311T>G",
"hgvs_p": "p.Leu104Arg",
"transcript": "ENST00000696945.1",
"protein_id": "ENSP00000512990.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 119,
"cds_start": 311,
"cds_end": null,
"cds_length": 361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696945.1"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.346+43T>G",
"hgvs_p": null,
"transcript": "ENST00000882502.1",
"protein_id": "ENSP00000552561.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 240,
"cds_start": null,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882502.1"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.346+43T>G",
"hgvs_p": null,
"transcript": "ENST00000882501.1",
"protein_id": "ENSP00000552560.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 209,
"cds_start": null,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882501.1"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.282+43T>G",
"hgvs_p": null,
"transcript": "ENST00000919725.1",
"protein_id": "ENSP00000589784.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 205,
"cds_start": null,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919725.1"
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.316+248T>G",
"hgvs_p": null,
"transcript": "ENST00000919724.1",
"protein_id": "ENSP00000589783.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 199,
"cds_start": null,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919724.1"
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.252+312T>G",
"hgvs_p": null,
"transcript": "ENST00000882500.1",
"protein_id": "ENSP00000552559.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 195,
"cds_start": null,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882500.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.325T>G",
"hgvs_p": null,
"transcript": "ENST00000447768.7",
"protein_id": "ENSP00000403848.2",
"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": "ENST00000447768.7"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.490T>G",
"hgvs_p": null,
"transcript": "ENST00000459914.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": "ENST00000459914.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.1065T>G",
"hgvs_p": null,
"transcript": "ENST00000471326.6",
"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": "ENST00000471326.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.651T>G",
"hgvs_p": null,
"transcript": "ENST00000477780.3",
"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": "ENST00000477780.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.734T>G",
"hgvs_p": null,
"transcript": "ENST00000531435.6",
"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": "ENST00000531435.6"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.490T>G",
"hgvs_p": null,
"transcript": "ENST00000696931.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": "retained_intron",
"feature": "ENST00000696931.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.389T>G",
"hgvs_p": null,
"transcript": "ENST00000696933.1",
"protein_id": "ENSP00000512980.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": "ENST00000696933.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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.316+248T>G",
"hgvs_p": null,
"transcript": "ENST00000696929.1",
"protein_id": "ENSP00000512978.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": "ENST00000696929.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"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": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.*9T>G",
"hgvs_p": null,
"transcript": "ENST00000696965.1",
"protein_id": "ENSP00000513004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 99,
"cds_start": null,
"cds_end": null,
"cds_length": 302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696965.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"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": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.*25T>G",
"hgvs_p": null,
"transcript": "ENST00000696966.1",
"protein_id": "ENSP00000513005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 73,
"cds_start": null,
"cds_end": null,
"cds_length": 222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696966.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.-23T>G",
"hgvs_p": null,
"transcript": "ENST00000492550.1",
"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": "ENST00000492550.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.-79T>G",
"hgvs_p": null,
"transcript": "ENST00000696930.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": "retained_intron",
"feature": "ENST00000696930.1"
}
],
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"dbsnp": "rs179363871",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0.00000136814,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8487945795059204,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 1,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "max_spliceai",
"revel_score": 0.673,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8346,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.31,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.861,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 1,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_006118.4",
"gene_symbol": "HAX1",
"hgnc_id": 16915,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.389T>G",
"hgvs_p": "p.Leu130Arg"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "not provided",
"clinvar_review_status": "no classification provided",
"clinvar_submissions_summary": "O:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "not provided",
"custom_annotations": null
}
],
"message": null
}