← 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: 13-43642928-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=43642928&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 43642928,
"ref": "T",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_001347963.2",
"consequences": [
{
"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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "NM_001347969.2",
"protein_id": "NP_001334898.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000690772.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347969.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000690772.1",
"protein_id": "ENSP00000509229.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001347969.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000690772.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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24514A>T",
"hgvs_p": null,
"transcript": "ENST00000261488.10",
"protein_id": "ENSP00000261488.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261488.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-6462A>T",
"hgvs_p": null,
"transcript": "XM_047430417.1",
"protein_id": "XP_047286373.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430417.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-7548A>T",
"hgvs_p": null,
"transcript": "XM_047430418.1",
"protein_id": "XP_047286374.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430418.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-7511A>T",
"hgvs_p": null,
"transcript": "XM_047430419.1",
"protein_id": "XP_047286375.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430419.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-6462A>T",
"hgvs_p": null,
"transcript": "XM_047430420.1",
"protein_id": "XP_047286376.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430420.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-6242A>T",
"hgvs_p": null,
"transcript": "XM_047430422.1",
"protein_id": "XP_047286378.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430422.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-6462A>T",
"hgvs_p": null,
"transcript": "XM_047430428.1",
"protein_id": "XP_047286384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 424,
"cds_start": null,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430428.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-6462A>T",
"hgvs_p": null,
"transcript": "XM_047430429.1",
"protein_id": "XP_047286385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430429.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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.31+24551A>T",
"hgvs_p": null,
"transcript": "NM_001347963.2",
"protein_id": "NP_001334892.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 678,
"cds_start": null,
"cds_end": null,
"cds_length": 2037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347963.2"
},
{
"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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24540A>T",
"hgvs_p": null,
"transcript": "NM_001242863.3",
"protein_id": "NP_001229792.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242863.3"
},
{
"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": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-277-12275A>T",
"hgvs_p": null,
"transcript": "NM_001347964.2",
"protein_id": "NP_001334893.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347964.2"
},
{
"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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+143724A>T",
"hgvs_p": null,
"transcript": "NM_001347965.2",
"protein_id": "NP_001334894.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347965.2"
},
{
"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": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "NM_001347966.2",
"protein_id": "NP_001334895.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347966.2"
},
{
"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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-75+24540A>T",
"hgvs_p": null,
"transcript": "NM_001347967.2",
"protein_id": "NP_001334896.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347967.2"
},
{
"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": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-271+24551A>T",
"hgvs_p": null,
"transcript": "NM_001347968.2",
"protein_id": "NP_001334897.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347968.2"
},
{
"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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24514A>T",
"hgvs_p": null,
"transcript": "NM_017993.5",
"protein_id": "NP_060463.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017993.5"
},
{
"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": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-271+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000871211.1",
"protein_id": "ENSP00000541270.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871211.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": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-507-5918A>T",
"hgvs_p": null,
"transcript": "ENST00000871216.1",
"protein_id": "ENSP00000541275.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871216.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": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-326+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000871217.1",
"protein_id": "ENSP00000541276.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871217.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": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-324-5918A>T",
"hgvs_p": null,
"transcript": "ENST00000871218.1",
"protein_id": "ENSP00000541277.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871218.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": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000871219.1",
"protein_id": "ENSP00000541278.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871219.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": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000871220.1",
"protein_id": "ENSP00000541279.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871220.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": 19,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000871221.1",
"protein_id": "ENSP00000541280.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871221.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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24540A>T",
"hgvs_p": null,
"transcript": "ENST00000941812.1",
"protein_id": "ENSP00000611871.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941812.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": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24514A>T",
"hgvs_p": null,
"transcript": "ENST00000941813.1",
"protein_id": "ENSP00000611872.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941813.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": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-277-12275A>T",
"hgvs_p": null,
"transcript": "ENST00000941814.1",
"protein_id": "ENSP00000611873.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941814.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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-216+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000941815.1",
"protein_id": "ENSP00000611874.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941815.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": 19,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24514A>T",
"hgvs_p": null,
"transcript": "ENST00000941818.1",
"protein_id": "ENSP00000611877.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941818.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": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24514A>T",
"hgvs_p": null,
"transcript": "ENST00000941819.1",
"protein_id": "ENSP00000611878.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941819.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": 20,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-442-5363A>T",
"hgvs_p": null,
"transcript": "ENST00000941821.1",
"protein_id": "ENSP00000611880.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941821.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": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24540A>T",
"hgvs_p": null,
"transcript": "ENST00000941823.1",
"protein_id": "ENSP00000611882.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941823.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": 19,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000941824.1",
"protein_id": "ENSP00000611883.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941824.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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24514A>T",
"hgvs_p": null,
"transcript": "ENST00000941827.1",
"protein_id": "ENSP00000611886.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941827.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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000941828.1",
"protein_id": "ENSP00000611887.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941828.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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000941829.1",
"protein_id": "ENSP00000611888.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941829.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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-274-12275A>T",
"hgvs_p": null,
"transcript": "ENST00000941830.1",
"protein_id": "ENSP00000611889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941830.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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000871214.1",
"protein_id": "ENSP00000541273.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 642,
"cds_start": null,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871214.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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24540A>T",
"hgvs_p": null,
"transcript": "ENST00000941820.1",
"protein_id": "ENSP00000611879.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 642,
"cds_start": null,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941820.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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000871212.1",
"protein_id": "ENSP00000541271.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 624,
"cds_start": null,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871212.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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-277-12275A>T",
"hgvs_p": null,
"transcript": "ENST00000871213.1",
"protein_id": "ENSP00000541272.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 624,
"cds_start": null,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871213.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": 20,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-507-5918A>T",
"hgvs_p": null,
"transcript": "ENST00000941822.1",
"protein_id": "ENSP00000611881.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 624,
"cds_start": null,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941822.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": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-277-12275A>T",
"hgvs_p": null,
"transcript": "ENST00000941826.1",
"protein_id": "ENSP00000611885.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 624,
"cds_start": null,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941826.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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000871215.1",
"protein_id": "ENSP00000541274.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 620,
"cds_start": null,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871215.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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-192+24540A>T",
"hgvs_p": null,
"transcript": "NM_001347970.2",
"protein_id": "NP_001334899.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347970.2"
},
{
"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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-192+24551A>T",
"hgvs_p": null,
"transcript": "NM_001347971.2",
"protein_id": "NP_001334900.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347971.2"
},
{
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000941816.1",
"protein_id": "ENSP00000611875.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 588,
"cds_start": null,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941816.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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24540A>T",
"hgvs_p": null,
"transcript": "ENST00000941825.1",
"protein_id": "ENSP00000611884.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 588,
"cds_start": null,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941825.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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "ENST00000941817.1",
"protein_id": "ENSP00000611876.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": null,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941817.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": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-326+24551A>T",
"hgvs_p": null,
"transcript": "XM_011535127.4",
"protein_id": "XP_011533429.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535127.4"
},
{
"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": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-384-12275A>T",
"hgvs_p": null,
"transcript": "XM_024449373.2",
"protein_id": "XP_024305141.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449373.2"
},
{
"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": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-326+24551A>T",
"hgvs_p": null,
"transcript": "XM_047430416.1",
"protein_id": "XP_047286372.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430416.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": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-545+3855A>T",
"hgvs_p": null,
"transcript": "XM_047430421.1",
"protein_id": "XP_047286377.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430421.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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "XM_047430424.1",
"protein_id": "XP_047286380.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 624,
"cds_start": null,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430424.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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24514A>T",
"hgvs_p": null,
"transcript": "XM_047430425.1",
"protein_id": "XP_047286381.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 624,
"cds_start": null,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430425.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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-326+24551A>T",
"hgvs_p": null,
"transcript": "XM_047430426.1",
"protein_id": "XP_047286382.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 624,
"cds_start": null,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430426.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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24540A>T",
"hgvs_p": null,
"transcript": "XM_047430427.1",
"protein_id": "XP_047286383.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 624,
"cds_start": null,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430427.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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "c.-219+24551A>T",
"hgvs_p": null,
"transcript": "XM_047430430.1",
"protein_id": "XP_047286386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 345,
"cds_start": null,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430430.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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"hgvs_c": "n.24938A>T",
"hgvs_p": null,
"transcript": "XR_007063686.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007063686.1"
}
],
"gene_symbol": "ENOX1",
"gene_hgnc_id": 25474,
"dbsnp": "rs4942242",
"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.7900000214576721,
"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.79,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.798,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001347963.2",
"gene_symbol": "ENOX1",
"hgnc_id": 25474,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.31+24551A>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}