← 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-154275656-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=154275656&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 154275656,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_006118.4",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.795T>C",
"hgvs_p": "p.Phe265Phe",
"transcript": "NM_006118.4",
"protein_id": "NP_006109.2",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 279,
"cds_start": 795,
"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": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.795T>C",
"hgvs_p": "p.Phe265Phe",
"transcript": "ENST00000328703.12",
"protein_id": "ENSP00000329002.7",
"transcript_support_level": 1,
"aa_start": 265,
"aa_end": null,
"aa_length": 279,
"cds_start": 795,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.651T>C",
"hgvs_p": "p.Phe217Phe",
"transcript": "ENST00000457918.6",
"protein_id": "ENSP00000411448.2",
"transcript_support_level": 1,
"aa_start": 217,
"aa_end": null,
"aa_length": 231,
"cds_start": 651,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.819T>C",
"hgvs_p": "p.Phe273Phe",
"transcript": "ENST00000483970.7",
"protein_id": "ENSP00000435088.1",
"transcript_support_level": 2,
"aa_start": 273,
"aa_end": null,
"aa_length": 287,
"cds_start": 819,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.816T>C",
"hgvs_p": "p.Phe272Phe",
"transcript": "ENST00000950411.1",
"protein_id": "ENSP00000620470.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 286,
"cds_start": 816,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.807T>C",
"hgvs_p": "p.Phe269Phe",
"transcript": "ENST00000435087.2",
"protein_id": "ENSP00000394920.2",
"transcript_support_level": 3,
"aa_start": 269,
"aa_end": null,
"aa_length": 283,
"cds_start": 807,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.795T>C",
"hgvs_p": "p.Phe265Phe",
"transcript": "ENST00000696932.1",
"protein_id": "ENSP00000512979.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 279,
"cds_start": 795,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.795T>C",
"hgvs_p": "p.Phe265Phe",
"transcript": "ENST00000882498.1",
"protein_id": "ENSP00000552557.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 279,
"cds_start": 795,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.795T>C",
"hgvs_p": "p.Phe265Phe",
"transcript": "ENST00000882499.1",
"protein_id": "ENSP00000552558.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 279,
"cds_start": 795,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.792T>C",
"hgvs_p": "p.Phe264Phe",
"transcript": "ENST00000919722.1",
"protein_id": "ENSP00000589781.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 278,
"cds_start": 792,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.789T>C",
"hgvs_p": "p.Phe263Phe",
"transcript": "ENST00000919723.1",
"protein_id": "ENSP00000589782.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 277,
"cds_start": 789,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.786T>C",
"hgvs_p": "p.Phe262Phe",
"transcript": "ENST00000696938.1",
"protein_id": "ENSP00000512983.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 276,
"cds_start": 786,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.717T>C",
"hgvs_p": "p.Phe239Phe",
"transcript": "ENST00000696941.1",
"protein_id": "ENSP00000512986.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 253,
"cds_start": 717,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.717T>C",
"hgvs_p": "p.Phe239Phe",
"transcript": "ENST00000697592.1",
"protein_id": "ENSP00000513356.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 253,
"cds_start": 717,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.717T>C",
"hgvs_p": "p.Phe239Phe",
"transcript": "ENST00000697830.1",
"protein_id": "ENSP00000513452.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 253,
"cds_start": 717,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.678T>C",
"hgvs_p": "p.Phe226Phe",
"transcript": "ENST00000882502.1",
"protein_id": "ENSP00000552561.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 240,
"cds_start": 678,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.651T>C",
"hgvs_p": "p.Phe217Phe",
"transcript": "NM_001018837.2",
"protein_id": "NP_001018238.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 231,
"cds_start": 651,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.585T>C",
"hgvs_p": "p.Phe195Phe",
"transcript": "ENST00000882501.1",
"protein_id": "ENSP00000552560.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 209,
"cds_start": 585,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.573T>C",
"hgvs_p": "p.Phe191Phe",
"transcript": "ENST00000919725.1",
"protein_id": "ENSP00000589784.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 205,
"cds_start": 573,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.555T>C",
"hgvs_p": "p.Phe185Phe",
"transcript": "ENST00000919724.1",
"protein_id": "ENSP00000589783.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 199,
"cds_start": 555,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.543T>C",
"hgvs_p": "p.Phe181Phe",
"transcript": "ENST00000882500.1",
"protein_id": "ENSP00000552559.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 195,
"cds_start": 543,
"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": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.411T>C",
"hgvs_p": "p.Phe137Phe",
"transcript": "ENST00000532105.1",
"protein_id": "ENSP00000433951.1",
"transcript_support_level": 3,
"aa_start": 137,
"aa_end": null,
"aa_length": 151,
"cds_start": 411,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.*155T>C",
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.1048T>C",
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.1471T>C",
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.516T>C",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.1140T>C",
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.*286T>C",
"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": false,
"strand": true,
"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": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.1600T>C",
"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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.1180T>C",
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.*155T>C",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.*155T>C",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.*286T>C",
"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": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "n.*155T>C",
"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": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"hgvs_c": "c.*214T>C",
"hgvs_p": null,
"transcript": "ENST00000696944.1",
"protein_id": "ENSP00000512989.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 210,
"cds_start": null,
"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"
}
],
"gene_symbol": "HAX1",
"gene_hgnc_id": 16915,
"dbsnp": "rs886038568",
"frequency_reference_population": 0.00000867423,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": 0.00000820905,
"gnomad_genomes_af": 0.0000131428,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6399999856948853,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.64,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.163,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -11,
"acmg_classification": "Benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 13,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_006118.4",
"gene_symbol": "HAX1",
"hgnc_id": 16915,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.795T>C",
"hgvs_p": "p.Phe265Phe"
}
],
"clinvar_disease": "Inborn genetic diseases,Kostmann syndrome,not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3",
"phenotype_combined": "not specified|Kostmann syndrome|Inborn genetic diseases",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}