← 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: 5-151029787-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=151029787&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "5",
"pos": 151029787,
"ref": "T",
"alt": "C",
"effect": "downstream_gene_variant",
"transcript": "NM_006058.5",
"consequences": [
{
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "NM_006058.5",
"protein_id": "NP_006049.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": -4,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2870,
"mane_select": "ENST00000521591.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "ENST00000521591.6",
"protein_id": "ENSP00000430760.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": -4,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2870,
"mane_select": "NM_006058.5",
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "ENST00000315050.11",
"protein_id": "ENSP00000317891.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": -4,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2785,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*855A>G",
"hgvs_p": null,
"transcript": "ENST00000523338.5",
"protein_id": "ENSP00000428243.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 635,
"cds_start": -4,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2711,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "ENST00000520931.5",
"protein_id": "ENSP00000429891.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 583,
"cds_start": -4,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2680,
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*945A>G",
"hgvs_p": null,
"transcript": "NM_001437741.1",
"protein_id": "NP_001424670.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 649,
"cds_start": -4,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2928,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "NM_001252390.2",
"protein_id": "NP_001239319.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": -4,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2810,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "NM_001252391.2",
"protein_id": "NP_001239320.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": -4,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2797,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "NM_001258454.2",
"protein_id": "NP_001245383.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": -4,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2866,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "NM_001437734.1",
"protein_id": "NP_001424663.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": -4,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2793,
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "NM_001437742.1",
"protein_id": "NP_001424671.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": -4,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2906,
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "ENST00000520695.6",
"protein_id": "ENSP00000430279.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": -4,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2905,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*855A>G",
"hgvs_p": null,
"transcript": "NM_001252392.2",
"protein_id": "NP_001239321.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 635,
"cds_start": -4,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2723,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*855A>G",
"hgvs_p": null,
"transcript": "NM_001252393.2",
"protein_id": "NP_001239322.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 635,
"cds_start": -4,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2796,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*945A>G",
"hgvs_p": null,
"transcript": "NM_001437743.1",
"protein_id": "NP_001424672.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 629,
"cds_start": -4,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2868,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*994A>G",
"hgvs_p": null,
"transcript": "NM_001252385.2",
"protein_id": "NP_001239314.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 619,
"cds_start": -4,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2887,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*994A>G",
"hgvs_p": null,
"transcript": "NM_001437735.1",
"protein_id": "NP_001424664.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 619,
"cds_start": -4,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2814,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*920A>G",
"hgvs_p": null,
"transcript": "NM_001437744.1",
"protein_id": "NP_001424673.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 619,
"cds_start": -4,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2813,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*994A>G",
"hgvs_p": null,
"transcript": "ENST00000389378.6",
"protein_id": "ENSP00000374029.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 619,
"cds_start": -4,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2935,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "NM_001252386.2",
"protein_id": "NP_001239315.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 583,
"cds_start": -4,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2698,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "NM_001437736.1",
"protein_id": "NP_001424665.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 583,
"cds_start": -4,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2625,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "ENST00000522100.7",
"protein_id": "ENSP00000428487.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 583,
"cds_start": -4,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2628,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*855A>G",
"hgvs_p": null,
"transcript": "NM_001364486.2",
"protein_id": "NP_001351415.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 582,
"cds_start": -4,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2624,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*855A>G",
"hgvs_p": null,
"transcript": "NM_001437737.1",
"protein_id": "NP_001424666.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 582,
"cds_start": -4,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2551,
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "NM_001258455.1",
"protein_id": "NP_001245384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 572,
"cds_start": -4,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2525,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "NM_001364487.2",
"protein_id": "NP_001351416.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 572,
"cds_start": -4,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2678,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "ENST00000610535.5",
"protein_id": "ENSP00000483944.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 572,
"cds_start": -4,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2682,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*994A>G",
"hgvs_p": null,
"transcript": "NM_001437738.1",
"protein_id": "NP_001424667.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 566,
"cds_start": -4,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2642,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*994A>G",
"hgvs_p": null,
"transcript": "NM_001437745.1",
"protein_id": "NP_001424674.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 566,
"cds_start": -4,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2715,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*920A>G",
"hgvs_p": null,
"transcript": "NM_001437746.1",
"protein_id": "NP_001424675.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 566,
"cds_start": -4,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2641,
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "NM_001437739.1",
"protein_id": "NP_001424668.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 557,
"cds_start": -4,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2547,
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*877A>G",
"hgvs_p": null,
"transcript": "NM_001258456.1",
"protein_id": "NP_001245385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 556,
"cds_start": -4,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2428,
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "NM_001437740.1",
"protein_id": "NP_001424669.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 519,
"cds_start": -4,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2433,
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "NM_001437747.1",
"protein_id": "NP_001424676.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 519,
"cds_start": -4,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2506,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "XM_047416616.1",
"protein_id": "XP_047272572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": -4,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4159,
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "XM_047416617.1",
"protein_id": "XP_047272573.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": -4,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3083,
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "XM_047416618.1",
"protein_id": "XP_047272574.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": -4,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10342,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "XM_047416619.1",
"protein_id": "XP_047272575.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": -4,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10866,
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*855A>G",
"hgvs_p": null,
"transcript": "XM_047416620.1",
"protein_id": "XP_047272576.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 635,
"cds_start": -4,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2832,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*855A>G",
"hgvs_p": null,
"transcript": "XM_047416621.1",
"protein_id": "XP_047272577.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 635,
"cds_start": -4,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10790,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*920A>G",
"hgvs_p": null,
"transcript": "XM_047416622.1",
"protein_id": "XP_047272578.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 619,
"cds_start": -4,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2740,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "XM_047416625.1",
"protein_id": "XP_047272581.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 572,
"cds_start": -4,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2607,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*926A>G",
"hgvs_p": null,
"transcript": "XM_047416626.1",
"protein_id": "XP_047272582.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 572,
"cds_start": -4,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10674,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"hgvs_c": "c.*855A>G",
"hgvs_p": null,
"transcript": "XM_006714752.4",
"protein_id": "XP_006714815.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 571,
"cds_start": -4,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2604,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TNIP1",
"gene_hgnc_id": 16903,
"dbsnp": "rs736775",
"frequency_reference_population": 0.5601419,
"hom_count_reference_population": 24515,
"allele_count_reference_population": 85099,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.560142,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 85099,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 24515,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9300000071525574,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.93,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.447,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_006058.5",
"gene_symbol": "TNIP1",
"hgnc_id": 16903,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.*926A>G",
"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
}