← 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-161231124-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=161231124&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 161231124,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000392749.7",
"consequences": [
{
"aa_ref": "S",
"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.674C>T",
"hgvs_p": "p.Ser225Phe",
"transcript": "NM_001199135.3",
"protein_id": "NP_001186064.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 425,
"cds_start": 674,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 782,
"cdna_end": null,
"cdna_length": 2098,
"mane_select": "ENST00000392749.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"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.674C>T",
"hgvs_p": "p.Ser225Phe",
"transcript": "ENST00000392749.7",
"protein_id": "ENSP00000376505.2",
"transcript_support_level": 1,
"aa_start": 225,
"aa_end": null,
"aa_length": 425,
"cds_start": 674,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 782,
"cdna_end": null,
"cdna_length": 2098,
"mane_select": "NM_001199135.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"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.674C>T",
"hgvs_p": "p.Ser225Phe",
"transcript": "ENST00000259075.6",
"protein_id": "ENSP00000259075.2",
"transcript_support_level": 1,
"aa_start": 225,
"aa_end": null,
"aa_length": 425,
"cds_start": 674,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 879,
"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.854C>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": "S",
"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.674C>T",
"hgvs_p": "p.Ser225Phe",
"transcript": "NM_004180.3",
"protein_id": "NP_004171.2",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 425,
"cds_start": 674,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 2140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"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.674C>T",
"hgvs_p": "p.Ser225Phe",
"transcript": "ENST00000405852.5",
"protein_id": "ENSP00000385487.1",
"transcript_support_level": 5,
"aa_start": 225,
"aa_end": null,
"aa_length": 408,
"cds_start": 674,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 771,
"cdna_end": null,
"cdna_length": 2155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"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.347C>T",
"hgvs_p": "p.Ser116Phe",
"transcript": "ENST00000437623.1",
"protein_id": "ENSP00000412556.1",
"transcript_support_level": 5,
"aa_start": 116,
"aa_end": null,
"aa_length": 275,
"cds_start": 347,
"cds_end": null,
"cds_length": 828,
"cdna_start": 347,
"cdna_end": null,
"cdna_length": 1702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"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.1136C>T",
"hgvs_p": "p.Ser379Phe",
"transcript": "XM_047441804.1",
"protein_id": "XP_047297760.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 579,
"cds_start": 1136,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1259,
"cdna_end": null,
"cdna_length": 2575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"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.995C>T",
"hgvs_p": "p.Ser332Phe",
"transcript": "XM_005246207.4",
"protein_id": "XP_005246264.3",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 532,
"cds_start": 995,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 1118,
"cdna_end": null,
"cdna_length": 2434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"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.989C>T",
"hgvs_p": "p.Ser330Phe",
"transcript": "XM_047441805.1",
"protein_id": "XP_047297761.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 530,
"cds_start": 989,
"cds_end": null,
"cds_length": 1593,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 2367,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"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.989C>T",
"hgvs_p": "p.Ser330Phe",
"transcript": "XM_047441806.1",
"protein_id": "XP_047297762.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 530,
"cds_start": 989,
"cds_end": null,
"cds_length": 1593,
"cdna_start": 1387,
"cdna_end": null,
"cdna_length": 2703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"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.848C>T",
"hgvs_p": "p.Ser283Phe",
"transcript": "XM_047441809.1",
"protein_id": "XP_047297765.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 483,
"cds_start": 848,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 910,
"cdna_end": null,
"cdna_length": 2226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"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.815C>T",
"hgvs_p": "p.Ser272Phe",
"transcript": "XM_047441812.1",
"protein_id": "XP_047297768.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 472,
"cds_start": 815,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 2766,
"cdna_end": null,
"cdna_length": 4082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"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.815C>T",
"hgvs_p": "p.Ser272Phe",
"transcript": "XM_047441814.1",
"protein_id": "XP_047297770.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 472,
"cds_start": 815,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 3287,
"cdna_end": null,
"cdna_length": 4603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"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.761C>T",
"hgvs_p": "p.Ser254Phe",
"transcript": "XM_024452335.2",
"protein_id": "XP_024308103.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 454,
"cds_start": 761,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 921,
"cdna_end": null,
"cdna_length": 2237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"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.761C>T",
"hgvs_p": "p.Ser254Phe",
"transcript": "XM_047441820.1",
"protein_id": "XP_047297776.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 454,
"cds_start": 761,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 965,
"cdna_end": null,
"cdna_length": 2281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"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.674C>T",
"hgvs_p": "p.Ser225Phe",
"transcript": "XM_047441821.1",
"protein_id": "XP_047297777.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 425,
"cds_start": 674,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 853,
"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-4218C>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-4218C>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-7641G>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-3991G>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-7641G>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-7641G>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-7641G>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-7641G>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-7641G>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-7641G>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.-62C>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.*107C>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": "rs1687890743",
"frequency_reference_population": 6.840778e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84078e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.18777760863304138,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.184,
"revel_prediction": "Benign",
"alphamissense_score": 0.2482,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.096,
"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": "Uncertain_significance",
"acmg_criteria": "PM1,PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 2,
"pathogenic_score": 4,
"criteria": [
"PM1",
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000392749.7",
"gene_symbol": "TANK",
"hgnc_id": 11562,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.674C>T",
"hgvs_p": "p.Ser225Phe"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000421122.8",
"gene_symbol": "PSMD14-DT",
"hgnc_id": 56104,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.386-7641G>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
}