← 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: 3-42210085-CGGA-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=42210085&ref=CGGA&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 42210085,
"ref": "CGGA",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000327628.10",
"consequences": [
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1919_1921delAGG",
"hgvs_p": "p.Glu640del",
"transcript": "ENST00000341421.7",
"protein_id": "ENSP00000340702.3",
"transcript_support_level": 1,
"aa_start": 640,
"aa_end": null,
"aa_length": 686,
"cds_start": 1919,
"cds_end": null,
"cds_length": 2061,
"cdna_start": 2112,
"cdna_end": null,
"cdna_length": 4620,
"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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1963+130_1963+132delAGG",
"hgvs_p": null,
"transcript": "NM_001042646.3",
"protein_id": "NP_001036111.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 953,
"cds_start": -4,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5128,
"mane_select": "ENST00000327628.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1963+130_1963+132delAGG",
"hgvs_p": null,
"transcript": "ENST00000327628.10",
"protein_id": "ENSP00000328998.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 953,
"cds_start": -4,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5128,
"mane_select": "NM_001042646.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.2093_2095delAGG",
"hgvs_p": "p.Glu698del",
"transcript": "NM_001265608.2",
"protein_id": "NP_001252537.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 744,
"cds_start": 2093,
"cds_end": null,
"cds_length": 2235,
"cdna_start": 2206,
"cdna_end": null,
"cdna_length": 4711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1919_1921delAGG",
"hgvs_p": "p.Glu640del",
"transcript": "NM_014965.5",
"protein_id": "NP_055780.2",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 686,
"cds_start": 1919,
"cds_end": null,
"cds_length": 2061,
"cdna_start": 2088,
"cdna_end": null,
"cdna_length": 4593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1871_1873delAGG",
"hgvs_p": "p.Glu624del",
"transcript": "NM_001265609.2",
"protein_id": "NP_001252538.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 670,
"cds_start": 1871,
"cds_end": null,
"cds_length": 2013,
"cdna_start": 2172,
"cdna_end": null,
"cdna_length": 4677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1871_1873delAGG",
"hgvs_p": "p.Glu624del",
"transcript": "ENST00000613405.4",
"protein_id": "ENSP00000483516.1",
"transcript_support_level": 2,
"aa_start": 624,
"aa_end": null,
"aa_length": 670,
"cds_start": 1871,
"cds_end": null,
"cds_length": 2013,
"cdna_start": 2172,
"cdna_end": null,
"cdna_length": 4672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.2093_2095delAGG",
"hgvs_p": "p.Glu698del",
"transcript": "XM_024453400.2",
"protein_id": "XP_024309168.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 999,
"cds_start": 2093,
"cds_end": null,
"cds_length": 3000,
"cdna_start": 2147,
"cdna_end": null,
"cdna_length": 5207,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1919_1921delAGG",
"hgvs_p": "p.Glu640del",
"transcript": "XM_017005907.3",
"protein_id": "XP_016861396.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 941,
"cds_start": 1919,
"cds_end": null,
"cds_length": 2826,
"cdna_start": 2088,
"cdna_end": null,
"cdna_length": 5148,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1871_1873delAGG",
"hgvs_p": "p.Glu624del",
"transcript": "XM_017005908.2",
"protein_id": "XP_016861397.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 925,
"cds_start": 1871,
"cds_end": null,
"cds_length": 2778,
"cdna_start": 2172,
"cdna_end": null,
"cdna_length": 5232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1781_1783delAGG",
"hgvs_p": "p.Glu594del",
"transcript": "XM_017005909.2",
"protein_id": "XP_016861398.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 895,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2688,
"cdna_start": 2785,
"cdna_end": null,
"cdna_length": 5845,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1781_1783delAGG",
"hgvs_p": "p.Glu594del",
"transcript": "XM_047447717.1",
"protein_id": "XP_047303673.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 895,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2688,
"cdna_start": 2468,
"cdna_end": null,
"cdna_length": 5528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1781_1783delAGG",
"hgvs_p": "p.Glu594del",
"transcript": "XM_047447718.1",
"protein_id": "XP_047303674.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 895,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2688,
"cdna_start": 2622,
"cdna_end": null,
"cdna_length": 5682,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1781_1783delAGG",
"hgvs_p": "p.Glu594del",
"transcript": "XM_047447719.1",
"protein_id": "XP_047303675.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 895,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2688,
"cdna_start": 2363,
"cdna_end": null,
"cdna_length": 5423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1781_1783delAGG",
"hgvs_p": "p.Glu594del",
"transcript": "XM_047447720.1",
"protein_id": "XP_047303676.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 895,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2688,
"cdna_start": 2380,
"cdna_end": null,
"cdna_length": 5440,
"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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.2047+130_2047+132delAGG",
"hgvs_p": null,
"transcript": "ENST00000673621.3",
"protein_id": "ENSP00000500819.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 981,
"cds_start": -4,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3562,
"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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1900+193_1900+195delAGG",
"hgvs_p": null,
"transcript": "NM_001349246.2",
"protein_id": "NP_001336175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 932,
"cds_start": -4,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5065,
"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": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1789+130_1789+132delAGG",
"hgvs_p": null,
"transcript": "NM_001410741.1",
"protein_id": "NP_001397670.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 895,
"cds_start": -4,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5010,
"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": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1789+130_1789+132delAGG",
"hgvs_p": null,
"transcript": "ENST00000396175.5",
"protein_id": "ENSP00000379478.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 895,
"cds_start": -4,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5033,
"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": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1741+130_1741+132delAGG",
"hgvs_p": null,
"transcript": "NM_001349249.1",
"protein_id": "NP_001336178.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 879,
"cds_start": -4,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5094,
"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": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1678+193_1678+195delAGG",
"hgvs_p": null,
"transcript": "NM_001349248.1",
"protein_id": "NP_001336177.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 858,
"cds_start": -4,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5031,
"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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1651+130_1651+132delAGG",
"hgvs_p": null,
"transcript": "ENST00000487159.5",
"protein_id": "ENSP00000486713.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 849,
"cds_start": -4,
"cds_end": null,
"cds_length": 2550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5536,
"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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1588+193_1588+195delAGG",
"hgvs_p": null,
"transcript": "NM_001349245.1",
"protein_id": "NP_001336174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 828,
"cds_start": -4,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5062,
"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": 17,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1963+130_1963+132delAGG",
"hgvs_p": null,
"transcript": "NM_001349247.2",
"protein_id": "NP_001336176.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 712,
"cds_start": -4,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5221,
"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": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1651+130_1651+132delAGG",
"hgvs_p": null,
"transcript": "ENST00000672026.1",
"protein_id": "ENSP00000500099.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 608,
"cds_start": -4,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "n.2010+193_2010+195delAGG",
"hgvs_p": null,
"transcript": "NR_146089.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": 5236,
"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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1963+130_1963+132delAGG",
"hgvs_p": null,
"transcript": "XM_024453402.2",
"protein_id": "XP_024309170.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 953,
"cds_start": -4,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5069,
"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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1900+193_1900+195delAGG",
"hgvs_p": null,
"transcript": "XM_024453403.2",
"protein_id": "XP_024309171.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 932,
"cds_start": -4,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5006,
"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": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1726+193_1726+195delAGG",
"hgvs_p": null,
"transcript": "XM_047447721.1",
"protein_id": "XP_047303677.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 874,
"cds_start": -4,
"cds_end": null,
"cds_length": 2625,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4947,
"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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1651+130_1651+132delAGG",
"hgvs_p": null,
"transcript": "XM_047447722.1",
"protein_id": "XP_047303678.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 849,
"cds_start": -4,
"cds_end": null,
"cds_length": 2550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5707,
"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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1588+193_1588+195delAGG",
"hgvs_p": null,
"transcript": "XM_017005911.2",
"protein_id": "XP_016861400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 828,
"cds_start": -4,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5644,
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1963+130_1963+132delAGG",
"hgvs_p": null,
"transcript": "XM_047447723.1",
"protein_id": "XP_047303679.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 710,
"cds_start": -4,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2191,
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1900+193_1900+195delAGG",
"hgvs_p": null,
"transcript": "XM_047447724.1",
"protein_id": "XP_047303680.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 689,
"cds_start": -4,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2128,
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1963+130_1963+132delAGG",
"hgvs_p": null,
"transcript": "XM_005264962.4",
"protein_id": "XP_005265019.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 666,
"cds_start": -4,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3508,
"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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1963+130_1963+132delAGG",
"hgvs_p": null,
"transcript": "XM_006713029.3",
"protein_id": "XP_006713092.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 666,
"cds_start": -4,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2179,
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1963+130_1963+132delAGG",
"hgvs_p": null,
"transcript": "XM_011533489.4",
"protein_id": "XP_011531791.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 664,
"cds_start": -4,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2128,
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1900+193_1900+195delAGG",
"hgvs_p": null,
"transcript": "XM_005264963.4",
"protein_id": "XP_005265020.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 645,
"cds_start": -4,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3445,
"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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1900+193_1900+195delAGG",
"hgvs_p": null,
"transcript": "XM_006713030.3",
"protein_id": "XP_006713093.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 645,
"cds_start": -4,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2116,
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1900+193_1900+195delAGG",
"hgvs_p": null,
"transcript": "XM_006713031.5",
"protein_id": "XP_006713094.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": -4,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2065,
"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": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"hgvs_c": "c.1726+193_1726+195delAGG",
"hgvs_p": null,
"transcript": "XM_047447725.1",
"protein_id": "XP_047303681.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 587,
"cds_start": -4,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3386,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TRAK1",
"gene_hgnc_id": 29947,
"dbsnp": "rs10634555",
"frequency_reference_population": 0.18898194,
"hom_count_reference_population": 11025,
"allele_count_reference_population": 294342,
"gnomad_exomes_af": 0.188947,
"gnomad_genomes_af": 0.18932,
"gnomad_exomes_ac": 266437,
"gnomad_genomes_ac": 27905,
"gnomad_exomes_homalt": 8381,
"gnomad_genomes_homalt": 2644,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 0.622,
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP6_Moderate,BA1",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP6_Moderate",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000327628.10",
"gene_symbol": "TRAK1",
"hgnc_id": 29947,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1963+130_1963+132delAGG",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}