← 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: 14-89984601-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=89984601&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 89984601,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000335725.9",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "NM_018319.4",
"protein_id": "NP_060789.2",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 608,
"cds_start": 970,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1244,
"cdna_end": null,
"cdna_length": 3722,
"mane_select": "ENST00000335725.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "ENST00000335725.9",
"protein_id": "ENSP00000337353.4",
"transcript_support_level": 1,
"aa_start": 324,
"aa_end": null,
"aa_length": 608,
"cds_start": 970,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1244,
"cdna_end": null,
"cdna_length": 3722,
"mane_select": "NM_018319.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "ENST00000393454.6",
"protein_id": "ENSP00000377099.2",
"transcript_support_level": 1,
"aa_start": 324,
"aa_end": null,
"aa_length": 608,
"cds_start": 970,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1010,
"cdna_end": null,
"cdna_length": 2068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "ENST00000393452.7",
"protein_id": "ENSP00000377098.3",
"transcript_support_level": 1,
"aa_start": 324,
"aa_end": null,
"aa_length": 589,
"cds_start": 970,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 1269,
"cdna_end": null,
"cdna_length": 2370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "n.*236A>G",
"hgvs_p": null,
"transcript": "ENST00000545686.6",
"protein_id": "ENSP00000444587.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "n.*236A>G",
"hgvs_p": null,
"transcript": "ENST00000545686.6",
"protein_id": "ENSP00000444587.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "NM_001008744.2",
"protein_id": "NP_001008744.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 608,
"cds_start": 970,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1021,
"cdna_end": null,
"cdna_length": 3499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "NM_001330205.2",
"protein_id": "NP_001317134.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 578,
"cds_start": 970,
"cds_end": null,
"cds_length": 1737,
"cdna_start": 1329,
"cdna_end": null,
"cdna_length": 3698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "ENST00000555880.5",
"protein_id": "ENSP00000450628.1",
"transcript_support_level": 5,
"aa_start": 324,
"aa_end": null,
"aa_length": 578,
"cds_start": 970,
"cds_end": null,
"cds_length": 1737,
"cdna_start": 980,
"cdna_end": null,
"cdna_length": 1894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "XM_005267848.4",
"protein_id": "XP_005267905.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 608,
"cds_start": 970,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1329,
"cdna_end": null,
"cdna_length": 3807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "XM_006720197.5",
"protein_id": "XP_006720260.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 608,
"cds_start": 970,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1552,
"cdna_end": null,
"cdna_length": 4030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "XM_011536942.4",
"protein_id": "XP_011535244.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 608,
"cds_start": 970,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1687,
"cdna_end": null,
"cdna_length": 4165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "XM_047431568.1",
"protein_id": "XP_047287524.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 608,
"cds_start": 970,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1851,
"cdna_end": null,
"cdna_length": 4329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "XM_047431569.1",
"protein_id": "XP_047287525.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 608,
"cds_start": 970,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1735,
"cdna_end": null,
"cdna_length": 4213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "XM_047431570.1",
"protein_id": "XP_047287526.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 608,
"cds_start": 970,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1910,
"cdna_end": null,
"cdna_length": 4388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "XM_047431572.1",
"protein_id": "XP_047287528.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 608,
"cds_start": 970,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1333,
"cdna_end": null,
"cdna_length": 3811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "XM_047431573.1",
"protein_id": "XP_047287529.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 608,
"cds_start": 970,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1436,
"cdna_end": null,
"cdna_length": 3914,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "XM_047431574.1",
"protein_id": "XP_047287530.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 608,
"cds_start": 970,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 2602,
"cdna_end": null,
"cdna_length": 5080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "XM_047431575.1",
"protein_id": "XP_047287531.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 608,
"cds_start": 970,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1205,
"cdna_end": null,
"cdna_length": 3683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "XM_017021440.3",
"protein_id": "XP_016876929.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 578,
"cds_start": 970,
"cds_end": null,
"cds_length": 1737,
"cdna_start": 1021,
"cdna_end": null,
"cdna_length": 3390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "XM_047431576.1",
"protein_id": "XP_047287532.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 578,
"cds_start": 970,
"cds_end": null,
"cds_length": 1737,
"cdna_start": 1851,
"cdna_end": null,
"cdna_length": 4220,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val",
"transcript": "XM_047431577.1",
"protein_id": "XP_047287533.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 578,
"cds_start": 970,
"cds_end": null,
"cds_length": 1737,
"cdna_start": 1552,
"cdna_end": null,
"cdna_length": 3921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.253A>G",
"hgvs_p": "p.Ile85Val",
"transcript": "XM_047431578.1",
"protein_id": "XP_047287534.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 369,
"cds_start": 253,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 2898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.175A>G",
"hgvs_p": "p.Ile59Val",
"transcript": "XM_047431579.1",
"protein_id": "XP_047287535.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 343,
"cds_start": 175,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 455,
"cdna_end": null,
"cdna_length": 2933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "n.*529A>G",
"hgvs_p": null,
"transcript": "ENST00000554976.5",
"protein_id": "ENSP00000452042.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3040,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "n.*155A>G",
"hgvs_p": null,
"transcript": "ENST00000555178.5",
"protein_id": "ENSP00000452363.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "n.2061A>G",
"hgvs_p": null,
"transcript": "XR_007064032.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2143,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "n.1590A>G",
"hgvs_p": null,
"transcript": "XR_007064033.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "n.1949A>G",
"hgvs_p": null,
"transcript": "XR_007064034.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "n.2014A>G",
"hgvs_p": null,
"transcript": "XR_007064035.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "n.*529A>G",
"hgvs_p": null,
"transcript": "ENST00000554976.5",
"protein_id": "ENSP00000452042.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3040,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "n.*155A>G",
"hgvs_p": null,
"transcript": "ENST00000555178.5",
"protein_id": "ENSP00000452363.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"hgvs_c": "c.*14A>G",
"hgvs_p": null,
"transcript": "ENST00000553617.5",
"protein_id": "ENSP00000450708.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 218,
"cds_start": -4,
"cds_end": null,
"cds_length": 659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TDP1",
"gene_hgnc_id": 18884,
"dbsnp": "rs1555387533",
"frequency_reference_population": 0.000006571857,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657186,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10673373937606812,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.083,
"revel_prediction": "Benign",
"alphamissense_score": 0.0797,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.175,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000335725.9",
"gene_symbol": "TDP1",
"hgnc_id": 18884,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ile324Val"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}