← 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: 8-93809875-ATCT-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=93809875&ref=ATCT&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 93809875,
"ref": "ATCT",
"alt": "A",
"effect": "disruptive_inframe_deletion",
"transcript": "ENST00000453321.8",
"consequences": [
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.2754_2756delCTT",
"hgvs_p": "p.Phe919del",
"transcript": "NM_153704.6",
"protein_id": "NP_714915.3",
"transcript_support_level": null,
"aa_start": 918,
"aa_end": null,
"aa_length": 995,
"cds_start": 2754,
"cds_end": null,
"cds_length": 2988,
"cdna_start": 2775,
"cdna_end": null,
"cdna_length": 4678,
"mane_select": "ENST00000453321.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.2754_2756delCTT",
"hgvs_p": "p.Phe919del",
"transcript": "ENST00000453321.8",
"protein_id": "ENSP00000389998.3",
"transcript_support_level": 1,
"aa_start": 918,
"aa_end": null,
"aa_length": 995,
"cds_start": 2754,
"cds_end": null,
"cds_length": 2988,
"cdna_start": 2775,
"cdna_end": null,
"cdna_length": 4678,
"mane_select": "NM_153704.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.2637_2639delCTT",
"hgvs_p": "p.Phe880del",
"transcript": "ENST00000452276.6",
"protein_id": "ENSP00000388671.2",
"transcript_support_level": 1,
"aa_start": 879,
"aa_end": null,
"aa_length": 956,
"cds_start": 2637,
"cds_end": null,
"cds_length": 2871,
"cdna_start": 2637,
"cdna_end": null,
"cdna_length": 2871,
"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": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.1892_1894delCTT",
"hgvs_p": null,
"transcript": "ENST00000474944.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": 1986,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.2877_2879delCTT",
"hgvs_p": "p.Phe960del",
"transcript": "ENST00000520680.2",
"protein_id": "ENSP00000428785.2",
"transcript_support_level": 3,
"aa_start": 959,
"aa_end": null,
"aa_length": 1036,
"cds_start": 2877,
"cds_end": null,
"cds_length": 3111,
"cdna_start": 2882,
"cdna_end": null,
"cdna_length": 3556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.2709_2711delCTT",
"hgvs_p": "p.Phe904del",
"transcript": "ENST00000409623.8",
"protein_id": "ENSP00000386966.4",
"transcript_support_level": 2,
"aa_start": 903,
"aa_end": null,
"aa_length": 980,
"cds_start": 2709,
"cds_end": null,
"cds_length": 2943,
"cdna_start": 2725,
"cdna_end": null,
"cdna_length": 3285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.2655_2657delCTT",
"hgvs_p": "p.Phe886del",
"transcript": "ENST00000521517.6",
"protein_id": "ENSP00000430740.2",
"transcript_support_level": 5,
"aa_start": 885,
"aa_end": null,
"aa_length": 962,
"cds_start": 2655,
"cds_end": null,
"cds_length": 2889,
"cdna_start": 2655,
"cdna_end": null,
"cdna_length": 2889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.2511_2513delCTT",
"hgvs_p": "p.Phe838del",
"transcript": "NM_001142301.1",
"protein_id": "NP_001135773.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 914,
"cds_start": 2511,
"cds_end": null,
"cds_length": 2745,
"cdna_start": 2756,
"cdna_end": null,
"cdna_length": 4657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.2445_2447delCTT",
"hgvs_p": "p.Phe816del",
"transcript": "ENST00000684064.1",
"protein_id": "ENSP00000508192.1",
"transcript_support_level": null,
"aa_start": 815,
"aa_end": null,
"aa_length": 892,
"cds_start": 2445,
"cds_end": null,
"cds_length": 2679,
"cdna_start": 2715,
"cdna_end": null,
"cdna_length": 4134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.2415_2417delCTT",
"hgvs_p": "p.Phe806del",
"transcript": "ENST00000683362.1",
"protein_id": "ENSP00000506985.1",
"transcript_support_level": null,
"aa_start": 805,
"aa_end": null,
"aa_length": 882,
"cds_start": 2415,
"cds_end": null,
"cds_length": 2649,
"cdna_start": 2436,
"cdna_end": null,
"cdna_length": 3855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.1995_1997delCTT",
"hgvs_p": "p.Phe666del",
"transcript": "ENST00000682036.1",
"protein_id": "ENSP00000508390.1",
"transcript_support_level": null,
"aa_start": 665,
"aa_end": null,
"aa_length": 742,
"cds_start": 1995,
"cds_end": null,
"cds_length": 2229,
"cdna_start": 2016,
"cdna_end": null,
"cdna_length": 3442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.1872_1874delCTT",
"hgvs_p": "p.Phe625del",
"transcript": "ENST00000453906.6",
"protein_id": "ENSP00000403035.2",
"transcript_support_level": 5,
"aa_start": 624,
"aa_end": null,
"aa_length": 701,
"cds_start": 1872,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 1893,
"cdna_end": null,
"cdna_length": 2535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.951_953delCTT",
"hgvs_p": "p.Phe318del",
"transcript": "ENST00000519845.5",
"protein_id": "ENSP00000507620.1",
"transcript_support_level": 2,
"aa_start": 317,
"aa_end": null,
"aa_length": 394,
"cds_start": 951,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 1486,
"cdna_end": null,
"cdna_length": 1964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.951_953delCTT",
"hgvs_p": "p.Phe318del",
"transcript": "ENST00000684343.1",
"protein_id": "ENSP00000507591.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 394,
"cds_start": 951,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 1131,
"cdna_end": null,
"cdna_length": 2580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.2451_2453delCTT",
"hgvs_p": "p.Phe818del",
"transcript": "XM_006716686.5",
"protein_id": "XP_006716749.1",
"transcript_support_level": null,
"aa_start": 817,
"aa_end": null,
"aa_length": 894,
"cds_start": 2451,
"cds_end": null,
"cds_length": 2685,
"cdna_start": 2686,
"cdna_end": null,
"cdna_length": 4589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.2100_2102delCTT",
"hgvs_p": "p.Phe701del",
"transcript": "XM_047422409.1",
"protein_id": "XP_047278365.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 777,
"cds_start": 2100,
"cds_end": null,
"cds_length": 2334,
"cdna_start": 2122,
"cdna_end": null,
"cdna_length": 4025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.1872_1874delCTT",
"hgvs_p": "p.Phe625del",
"transcript": "XM_011517363.4",
"protein_id": "XP_011515665.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 701,
"cds_start": 1872,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 1893,
"cdna_end": null,
"cdna_length": 3796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "IF",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "c.1569_1571delCTT",
"hgvs_p": "p.Phe524del",
"transcript": "XM_047422410.1",
"protein_id": "XP_047278366.1",
"transcript_support_level": null,
"aa_start": 523,
"aa_end": null,
"aa_length": 600,
"cds_start": 1569,
"cds_end": null,
"cds_length": 1803,
"cdna_start": 1804,
"cdna_end": null,
"cdna_length": 3707,
"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": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.2754_2756delCTT",
"hgvs_p": null,
"transcript": "ENST00000323130.8",
"protein_id": "ENSP00000314488.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*874_*876delCTT",
"hgvs_p": null,
"transcript": "ENST00000518896.2",
"protein_id": "ENSP00000507992.1",
"transcript_support_level": 4,
"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": 2208,
"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": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*1981_*1983delCTT",
"hgvs_p": null,
"transcript": "ENST00000681998.1",
"protein_id": "ENSP00000506773.1",
"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": 3978,
"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": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*1933_*1935delCTT",
"hgvs_p": null,
"transcript": "ENST00000682577.1",
"protein_id": "ENSP00000506963.1",
"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": 3965,
"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": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*2328_*2330delCTT",
"hgvs_p": null,
"transcript": "ENST00000682624.1",
"protein_id": "ENSP00000508343.1",
"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": 3254,
"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": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.2754_2756delCTT",
"hgvs_p": null,
"transcript": "ENST00000682700.1",
"protein_id": "ENSP00000507627.1",
"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": 3219,
"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": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.2577_2579delCTT",
"hgvs_p": null,
"transcript": "ENST00000682804.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": 3996,
"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": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*1691_*1693delCTT",
"hgvs_p": null,
"transcript": "ENST00000682837.1",
"protein_id": "ENSP00000507920.1",
"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": 2622,
"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": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.4804_4806delCTT",
"hgvs_p": null,
"transcript": "ENST00000682935.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": 5251,
"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": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.2415_2417delCTT",
"hgvs_p": null,
"transcript": "ENST00000682984.1",
"protein_id": "ENSP00000507209.1",
"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": 2968,
"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": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*1957_*1959delCTT",
"hgvs_p": null,
"transcript": "ENST00000683078.1",
"protein_id": "ENSP00000506796.1",
"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": 3928,
"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": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*2219_*2221delCTT",
"hgvs_p": null,
"transcript": "ENST00000683223.1",
"protein_id": "ENSP00000507685.1",
"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": 3222,
"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": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.3978_3980delCTT",
"hgvs_p": null,
"transcript": "ENST00000683238.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": 4392,
"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": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.4351_4353delCTT",
"hgvs_p": null,
"transcript": "ENST00000683249.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": 5779,
"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": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*2090_*2092delCTT",
"hgvs_p": null,
"transcript": "ENST00000683919.1",
"protein_id": "ENSP00000507617.1",
"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": 4103,
"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": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*2398_*2400delCTT",
"hgvs_p": null,
"transcript": "ENST00000683953.1",
"protein_id": "ENSP00000508375.1",
"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": 4084,
"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": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*2314_*2316delCTT",
"hgvs_p": null,
"transcript": "ENST00000684023.1",
"protein_id": "ENSP00000507461.1",
"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": 4358,
"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": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.4304_4306delCTT",
"hgvs_p": null,
"transcript": "ENST00000684089.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": 5723,
"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": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*1933_*1935delCTT",
"hgvs_p": null,
"transcript": "ENST00000684149.1",
"protein_id": "ENSP00000507943.1",
"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": 3072,
"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": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.2713_2715delCTT",
"hgvs_p": null,
"transcript": "ENST00000684416.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": 3255,
"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": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*2090_*2092delCTT",
"hgvs_p": null,
"transcript": "ENST00000684540.1",
"protein_id": "ENSP00000507987.1",
"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": 3294,
"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": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.2775_2777delCTT",
"hgvs_p": null,
"transcript": "NR_024522.2",
"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": 3321,
"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": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.2775_2777delCTT",
"hgvs_p": null,
"transcript": "XR_001745619.3",
"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": 4451,
"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": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.2775_2777delCTT",
"hgvs_p": null,
"transcript": "XR_007060760.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": 6064,
"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": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.2775_2777delCTT",
"hgvs_p": null,
"transcript": "XR_007060761.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": 8395,
"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": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.2775_2777delCTT",
"hgvs_p": null,
"transcript": "XR_007060762.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": 6178,
"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": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.2775_2777delCTT",
"hgvs_p": null,
"transcript": "XR_007060763.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": 3067,
"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": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.2775_2777delCTT",
"hgvs_p": null,
"transcript": "XR_428387.3",
"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": 3414,
"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": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.2775_2777delCTT",
"hgvs_p": null,
"transcript": "XR_928360.4",
"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": 6176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*874_*876delCTT",
"hgvs_p": null,
"transcript": "ENST00000518896.2",
"protein_id": "ENSP00000507992.1",
"transcript_support_level": 4,
"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": 2208,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*1981_*1983delCTT",
"hgvs_p": null,
"transcript": "ENST00000681998.1",
"protein_id": "ENSP00000506773.1",
"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": 3978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*1933_*1935delCTT",
"hgvs_p": null,
"transcript": "ENST00000682577.1",
"protein_id": "ENSP00000506963.1",
"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": 3965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*2328_*2330delCTT",
"hgvs_p": null,
"transcript": "ENST00000682624.1",
"protein_id": "ENSP00000508343.1",
"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": 3254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*1691_*1693delCTT",
"hgvs_p": null,
"transcript": "ENST00000682837.1",
"protein_id": "ENSP00000507920.1",
"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": 2622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*1957_*1959delCTT",
"hgvs_p": null,
"transcript": "ENST00000683078.1",
"protein_id": "ENSP00000506796.1",
"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": 3928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*2219_*2221delCTT",
"hgvs_p": null,
"transcript": "ENST00000683223.1",
"protein_id": "ENSP00000507685.1",
"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": 3222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*2090_*2092delCTT",
"hgvs_p": null,
"transcript": "ENST00000683919.1",
"protein_id": "ENSP00000507617.1",
"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": 4103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*2398_*2400delCTT",
"hgvs_p": null,
"transcript": "ENST00000683953.1",
"protein_id": "ENSP00000508375.1",
"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": 4084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*2314_*2316delCTT",
"hgvs_p": null,
"transcript": "ENST00000684023.1",
"protein_id": "ENSP00000507461.1",
"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": 4358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*1933_*1935delCTT",
"hgvs_p": null,
"transcript": "ENST00000684149.1",
"protein_id": "ENSP00000507943.1",
"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": 3072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*2090_*2092delCTT",
"hgvs_p": null,
"transcript": "ENST00000684540.1",
"protein_id": "ENSP00000507987.1",
"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": 3294,
"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": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.2199+716_2199+718delCTT",
"hgvs_p": null,
"transcript": "ENST00000682744.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": 3608,
"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": 25,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"hgvs_c": "n.*1888+716_*1888+718delCTT",
"hgvs_p": null,
"transcript": "ENST00000683336.1",
"protein_id": "ENSP00000507695.1",
"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": 3905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TMEM67",
"gene_hgnc_id": 28396,
"dbsnp": "rs786205126",
"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": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.009999999776482582,
"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": 7.626,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM4_Supporting,PP5",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PM4_Supporting",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000453321.8",
"gene_symbol": "TMEM67",
"hgnc_id": 28396,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2754_2756delCTT",
"hgvs_p": "p.Phe919del"
}
],
"clinvar_disease": " type 3,Meckel syndrome",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Meckel syndrome, type 3",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}