← 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: 2-161231150-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=161231150&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 161231150,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000392749.7",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.700G>T",
"hgvs_p": "p.Val234Phe",
"transcript": "NM_001199135.3",
"protein_id": "NP_001186064.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 425,
"cds_start": 700,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 808,
"cdna_end": null,
"cdna_length": 2098,
"mane_select": "ENST00000392749.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.700G>T",
"hgvs_p": "p.Val234Phe",
"transcript": "ENST00000392749.7",
"protein_id": "ENSP00000376505.2",
"transcript_support_level": 1,
"aa_start": 234,
"aa_end": null,
"aa_length": 425,
"cds_start": 700,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 808,
"cdna_end": null,
"cdna_length": 2098,
"mane_select": "NM_001199135.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.700G>T",
"hgvs_p": "p.Val234Phe",
"transcript": "ENST00000259075.6",
"protein_id": "ENSP00000259075.2",
"transcript_support_level": 1,
"aa_start": 234,
"aa_end": null,
"aa_length": 425,
"cds_start": 700,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 905,
"cdna_end": null,
"cdna_length": 2152,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "n.880G>T",
"hgvs_p": null,
"transcript": "ENST00000468831.5",
"protein_id": null,
"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": 905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.700G>T",
"hgvs_p": "p.Val234Phe",
"transcript": "NM_004180.3",
"protein_id": "NP_004171.2",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 425,
"cds_start": 700,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 850,
"cdna_end": null,
"cdna_length": 2140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.700G>T",
"hgvs_p": "p.Val234Phe",
"transcript": "ENST00000405852.5",
"protein_id": "ENSP00000385487.1",
"transcript_support_level": 5,
"aa_start": 234,
"aa_end": null,
"aa_length": 408,
"cds_start": 700,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 797,
"cdna_end": null,
"cdna_length": 2155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.373G>T",
"hgvs_p": "p.Val125Phe",
"transcript": "ENST00000437623.1",
"protein_id": "ENSP00000412556.1",
"transcript_support_level": 5,
"aa_start": 125,
"aa_end": null,
"aa_length": 275,
"cds_start": 373,
"cds_end": null,
"cds_length": 828,
"cdna_start": 373,
"cdna_end": null,
"cdna_length": 1702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.1162G>T",
"hgvs_p": "p.Val388Phe",
"transcript": "XM_047441804.1",
"protein_id": "XP_047297760.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 579,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1285,
"cdna_end": null,
"cdna_length": 2575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.1021G>T",
"hgvs_p": "p.Val341Phe",
"transcript": "XM_005246207.4",
"protein_id": "XP_005246264.3",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 532,
"cds_start": 1021,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 1144,
"cdna_end": null,
"cdna_length": 2434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.1015G>T",
"hgvs_p": "p.Val339Phe",
"transcript": "XM_047441805.1",
"protein_id": "XP_047297761.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 530,
"cds_start": 1015,
"cds_end": null,
"cds_length": 1593,
"cdna_start": 1077,
"cdna_end": null,
"cdna_length": 2367,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.1015G>T",
"hgvs_p": "p.Val339Phe",
"transcript": "XM_047441806.1",
"protein_id": "XP_047297762.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 530,
"cds_start": 1015,
"cds_end": null,
"cds_length": 1593,
"cdna_start": 1413,
"cdna_end": null,
"cdna_length": 2703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.874G>T",
"hgvs_p": "p.Val292Phe",
"transcript": "XM_047441809.1",
"protein_id": "XP_047297765.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 483,
"cds_start": 874,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 936,
"cdna_end": null,
"cdna_length": 2226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.841G>T",
"hgvs_p": "p.Val281Phe",
"transcript": "XM_047441812.1",
"protein_id": "XP_047297768.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 472,
"cds_start": 841,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 2792,
"cdna_end": null,
"cdna_length": 4082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.841G>T",
"hgvs_p": "p.Val281Phe",
"transcript": "XM_047441814.1",
"protein_id": "XP_047297770.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 472,
"cds_start": 841,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 3313,
"cdna_end": null,
"cdna_length": 4603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.787G>T",
"hgvs_p": "p.Val263Phe",
"transcript": "XM_024452335.2",
"protein_id": "XP_024308103.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 454,
"cds_start": 787,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 947,
"cdna_end": null,
"cdna_length": 2237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.787G>T",
"hgvs_p": "p.Val263Phe",
"transcript": "XM_047441820.1",
"protein_id": "XP_047297776.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 454,
"cds_start": 787,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 991,
"cdna_end": null,
"cdna_length": 2281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.700G>T",
"hgvs_p": "p.Val234Phe",
"transcript": "XM_047441821.1",
"protein_id": "XP_047297777.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 425,
"cds_start": 700,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 879,
"cdna_end": null,
"cdna_length": 2169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.698-4192G>T",
"hgvs_p": null,
"transcript": "ENST00000402568.5",
"protein_id": "ENSP00000384235.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 239,
"cds_start": -4,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.695-4192G>T",
"hgvs_p": null,
"transcript": "ENST00000406287.5",
"protein_id": "ENSP00000384492.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 238,
"cds_start": -4,
"cds_end": null,
"cds_length": 717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 875,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PSMD14-DT",
"gene_hgnc_id": 56104,
"hgvs_c": "n.386-7667C>A",
"hgvs_p": null,
"transcript": "ENST00000421122.8",
"protein_id": null,
"transcript_support_level": 3,
"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": 1084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PSMD14-DT",
"gene_hgnc_id": 56104,
"hgvs_c": "n.230-4017C>A",
"hgvs_p": null,
"transcript": "ENST00000445372.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PSMD14-DT",
"gene_hgnc_id": 56104,
"hgvs_c": "n.272-7667C>A",
"hgvs_p": null,
"transcript": "ENST00000803724.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": 534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PSMD14-DT",
"gene_hgnc_id": 56104,
"hgvs_c": "n.495-7667C>A",
"hgvs_p": null,
"transcript": "ENST00000803725.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": 720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PSMD14-DT",
"gene_hgnc_id": 56104,
"hgvs_c": "n.474-7667C>A",
"hgvs_p": null,
"transcript": "ENST00000803728.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": 699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PSMD14-DT",
"gene_hgnc_id": 56104,
"hgvs_c": "n.199-7667C>A",
"hgvs_p": null,
"transcript": "ENST00000803729.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": 424,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PSMD14-DT",
"gene_hgnc_id": 56104,
"hgvs_c": "n.228-7667C>A",
"hgvs_p": null,
"transcript": "ENST00000803730.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": 929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PSMD14-DT",
"gene_hgnc_id": 56104,
"hgvs_c": "n.349-7667C>A",
"hgvs_p": null,
"transcript": "NR_110593.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": 574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.-36G>T",
"hgvs_p": null,
"transcript": "ENST00000439442.1",
"protein_id": "ENSP00000387439.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 198,
"cds_start": -4,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 727,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"hgvs_c": "c.*133G>T",
"hgvs_p": null,
"transcript": "ENST00000429217.5",
"protein_id": "ENSP00000411041.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 189,
"cds_start": -4,
"cds_end": null,
"cds_length": 570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TANK",
"gene_hgnc_id": 11562,
"dbsnp": null,
"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.4031567871570587,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.245,
"revel_prediction": "Benign",
"alphamissense_score": 0.5727,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.08,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.546,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000392749.7",
"gene_symbol": "TANK",
"hgnc_id": 11562,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.700G>T",
"hgvs_p": "p.Val234Phe"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000421122.8",
"gene_symbol": "PSMD14-DT",
"hgnc_id": 56104,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.386-7667C>A",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}