← 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: 17-82929368-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=82929368&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 82929368,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_005993.5",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2859T>C",
"hgvs_p": "p.Asp953Asp",
"transcript": "NM_005993.5",
"protein_id": "NP_005984.3",
"transcript_support_level": null,
"aa_start": 953,
"aa_end": null,
"aa_length": 1192,
"cds_start": 2859,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000355528.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005993.5"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2859T>C",
"hgvs_p": "p.Asp953Asp",
"transcript": "ENST00000355528.9",
"protein_id": "ENSP00000347719.4",
"transcript_support_level": 1,
"aa_start": 953,
"aa_end": null,
"aa_length": 1192,
"cds_start": 2859,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005993.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355528.9"
},
{
"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": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.1517T>C",
"hgvs_p": null,
"transcript": "ENST00000571796.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000571796.5"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.1988T>C",
"hgvs_p": null,
"transcript": "ENST00000576677.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000576677.6"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.3126T>C",
"hgvs_p": "p.Asp1042Asp",
"transcript": "ENST00000684760.1",
"protein_id": "ENSP00000507696.1",
"transcript_support_level": null,
"aa_start": 1042,
"aa_end": null,
"aa_length": 1281,
"cds_start": 3126,
"cds_end": null,
"cds_length": 3846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684760.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.3045T>C",
"hgvs_p": "p.Asp1015Asp",
"transcript": "ENST00000684349.1",
"protein_id": "ENSP00000508067.1",
"transcript_support_level": null,
"aa_start": 1015,
"aa_end": null,
"aa_length": 1254,
"cds_start": 3045,
"cds_end": null,
"cds_length": 3765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684349.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2859T>C",
"hgvs_p": "p.Asp953Asp",
"transcript": "ENST00000539345.6",
"protein_id": "ENSP00000440671.2",
"transcript_support_level": 5,
"aa_start": 953,
"aa_end": null,
"aa_length": 1230,
"cds_start": 2859,
"cds_end": null,
"cds_length": 3693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539345.6"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2955T>C",
"hgvs_p": "p.Asp985Asp",
"transcript": "ENST00000857311.1",
"protein_id": "ENSP00000527370.1",
"transcript_support_level": null,
"aa_start": 985,
"aa_end": null,
"aa_length": 1224,
"cds_start": 2955,
"cds_end": null,
"cds_length": 3675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857311.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2952T>C",
"hgvs_p": "p.Asp984Asp",
"transcript": "ENST00000684464.1",
"protein_id": "ENSP00000508333.1",
"transcript_support_level": null,
"aa_start": 984,
"aa_end": null,
"aa_length": 1223,
"cds_start": 2952,
"cds_end": null,
"cds_length": 3672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684464.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2949T>C",
"hgvs_p": "p.Asp983Asp",
"transcript": "ENST00000682479.1",
"protein_id": "ENSP00000508214.1",
"transcript_support_level": null,
"aa_start": 983,
"aa_end": null,
"aa_length": 1222,
"cds_start": 2949,
"cds_end": null,
"cds_length": 3669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682479.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2943T>C",
"hgvs_p": "p.Asp981Asp",
"transcript": "ENST00000684000.1",
"protein_id": "ENSP00000506795.1",
"transcript_support_level": null,
"aa_start": 981,
"aa_end": null,
"aa_length": 1220,
"cds_start": 2943,
"cds_end": null,
"cds_length": 3663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684000.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2904T>C",
"hgvs_p": "p.Asp968Asp",
"transcript": "ENST00000959286.1",
"protein_id": "ENSP00000629345.1",
"transcript_support_level": null,
"aa_start": 968,
"aa_end": null,
"aa_length": 1207,
"cds_start": 2904,
"cds_end": null,
"cds_length": 3624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959286.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2892T>C",
"hgvs_p": "p.Asp964Asp",
"transcript": "ENST00000959289.1",
"protein_id": "ENSP00000629348.1",
"transcript_support_level": null,
"aa_start": 964,
"aa_end": null,
"aa_length": 1203,
"cds_start": 2892,
"cds_end": null,
"cds_length": 3612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959289.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2859T>C",
"hgvs_p": "p.Asp953Asp",
"transcript": "ENST00000857314.1",
"protein_id": "ENSP00000527373.1",
"transcript_support_level": null,
"aa_start": 953,
"aa_end": null,
"aa_length": 1201,
"cds_start": 2859,
"cds_end": null,
"cds_length": 3606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857314.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2880T>C",
"hgvs_p": "p.Asp960Asp",
"transcript": "ENST00000857310.1",
"protein_id": "ENSP00000527369.1",
"transcript_support_level": null,
"aa_start": 960,
"aa_end": null,
"aa_length": 1199,
"cds_start": 2880,
"cds_end": null,
"cds_length": 3600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857310.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2871T>C",
"hgvs_p": "p.Asp957Asp",
"transcript": "ENST00000959287.1",
"protein_id": "ENSP00000629346.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1196,
"cds_start": 2871,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959287.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2859T>C",
"hgvs_p": "p.Asp953Asp",
"transcript": "ENST00000915788.1",
"protein_id": "ENSP00000585847.1",
"transcript_support_level": null,
"aa_start": 953,
"aa_end": null,
"aa_length": 1192,
"cds_start": 2859,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915788.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2808T>C",
"hgvs_p": "p.Asp936Asp",
"transcript": "NM_001411101.1",
"protein_id": "NP_001398030.1",
"transcript_support_level": null,
"aa_start": 936,
"aa_end": null,
"aa_length": 1175,
"cds_start": 2808,
"cds_end": null,
"cds_length": 3528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001411101.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2808T>C",
"hgvs_p": "p.Asp936Asp",
"transcript": "ENST00000682722.1",
"protein_id": "ENSP00000508364.1",
"transcript_support_level": null,
"aa_start": 936,
"aa_end": null,
"aa_length": 1175,
"cds_start": 2808,
"cds_end": null,
"cds_length": 3528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682722.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2787T>C",
"hgvs_p": "p.Asp929Asp",
"transcript": "ENST00000684429.1",
"protein_id": "ENSP00000507224.1",
"transcript_support_level": null,
"aa_start": 929,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2787,
"cds_end": null,
"cds_length": 3507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684429.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2778T>C",
"hgvs_p": "p.Asp926Asp",
"transcript": "NM_001411102.1",
"protein_id": "NP_001398031.1",
"transcript_support_level": null,
"aa_start": 926,
"aa_end": null,
"aa_length": 1165,
"cds_start": 2778,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001411102.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2778T>C",
"hgvs_p": "p.Asp926Asp",
"transcript": "ENST00000684544.1",
"protein_id": "ENSP00000507337.1",
"transcript_support_level": null,
"aa_start": 926,
"aa_end": null,
"aa_length": 1165,
"cds_start": 2778,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684544.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2775T>C",
"hgvs_p": "p.Asp925Asp",
"transcript": "ENST00000683282.1",
"protein_id": "ENSP00000506913.1",
"transcript_support_level": null,
"aa_start": 925,
"aa_end": null,
"aa_length": 1164,
"cds_start": 2775,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683282.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2724T>C",
"hgvs_p": "p.Asp908Asp",
"transcript": "ENST00000915790.1",
"protein_id": "ENSP00000585849.1",
"transcript_support_level": null,
"aa_start": 908,
"aa_end": null,
"aa_length": 1147,
"cds_start": 2724,
"cds_end": null,
"cds_length": 3444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915790.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2679T>C",
"hgvs_p": "p.Asp893Asp",
"transcript": "ENST00000959288.1",
"protein_id": "ENSP00000629347.1",
"transcript_support_level": null,
"aa_start": 893,
"aa_end": null,
"aa_length": 1132,
"cds_start": 2679,
"cds_end": null,
"cds_length": 3399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959288.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2673T>C",
"hgvs_p": "p.Asp891Asp",
"transcript": "ENST00000915791.1",
"protein_id": "ENSP00000585850.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 1130,
"cds_start": 2673,
"cds_end": null,
"cds_length": 3393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915791.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2670T>C",
"hgvs_p": "p.Asp890Asp",
"transcript": "NM_001438250.1",
"protein_id": "NP_001425179.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 1129,
"cds_start": 2670,
"cds_end": null,
"cds_length": 3390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438250.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2670T>C",
"hgvs_p": "p.Asp890Asp",
"transcript": "ENST00000684188.1",
"protein_id": "ENSP00000507153.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 1129,
"cds_start": 2670,
"cds_end": null,
"cds_length": 3390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684188.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2643T>C",
"hgvs_p": "p.Asp881Asp",
"transcript": "ENST00000915789.1",
"protein_id": "ENSP00000585848.1",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 1120,
"cds_start": 2643,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915789.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2631T>C",
"hgvs_p": "p.Asp877Asp",
"transcript": "ENST00000959290.1",
"protein_id": "ENSP00000629349.1",
"transcript_support_level": null,
"aa_start": 877,
"aa_end": null,
"aa_length": 1116,
"cds_start": 2631,
"cds_end": null,
"cds_length": 3351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959290.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2625T>C",
"hgvs_p": "p.Asp875Asp",
"transcript": "ENST00000857315.1",
"protein_id": "ENSP00000527374.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 1114,
"cds_start": 2625,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857315.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2583T>C",
"hgvs_p": "p.Asp861Asp",
"transcript": "ENST00000857309.1",
"protein_id": "ENSP00000527368.1",
"transcript_support_level": null,
"aa_start": 861,
"aa_end": null,
"aa_length": 1100,
"cds_start": 2583,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857309.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2505T>C",
"hgvs_p": "p.Asp835Asp",
"transcript": "ENST00000857316.1",
"protein_id": "ENSP00000527375.1",
"transcript_support_level": null,
"aa_start": 835,
"aa_end": null,
"aa_length": 1074,
"cds_start": 2505,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857316.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2502T>C",
"hgvs_p": "p.Asp834Asp",
"transcript": "NM_001437989.1",
"protein_id": "NP_001424918.1",
"transcript_support_level": null,
"aa_start": 834,
"aa_end": null,
"aa_length": 1073,
"cds_start": 2502,
"cds_end": null,
"cds_length": 3222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437989.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2502T>C",
"hgvs_p": "p.Asp834Asp",
"transcript": "ENST00000684408.1",
"protein_id": "ENSP00000506837.1",
"transcript_support_level": null,
"aa_start": 834,
"aa_end": null,
"aa_length": 1073,
"cds_start": 2502,
"cds_end": null,
"cds_length": 3222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684408.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2451T>C",
"hgvs_p": "p.Asp817Asp",
"transcript": "ENST00000857312.1",
"protein_id": "ENSP00000527371.1",
"transcript_support_level": null,
"aa_start": 817,
"aa_end": null,
"aa_length": 1056,
"cds_start": 2451,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857312.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2280T>C",
"hgvs_p": "p.Asp760Asp",
"transcript": "ENST00000857308.1",
"protein_id": "ENSP00000527367.1",
"transcript_support_level": null,
"aa_start": 760,
"aa_end": null,
"aa_length": 999,
"cds_start": 2280,
"cds_end": null,
"cds_length": 3000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857308.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1173T>C",
"hgvs_p": "p.Asp391Asp",
"transcript": "ENST00000682315.1",
"protein_id": "ENSP00000507232.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 630,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682315.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1173T>C",
"hgvs_p": "p.Asp391Asp",
"transcript": "ENST00000683821.1",
"protein_id": "ENSP00000507651.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 630,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683821.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.141T>C",
"hgvs_p": "p.Asp47Asp",
"transcript": "ENST00000577051.1",
"protein_id": "ENSP00000458512.1",
"transcript_support_level": 5,
"aa_start": 47,
"aa_end": null,
"aa_length": 260,
"cds_start": 141,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000577051.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2727T>C",
"hgvs_p": "p.Asp909Asp",
"transcript": "XM_047436615.1",
"protein_id": "XP_047292571.1",
"transcript_support_level": null,
"aa_start": 909,
"aa_end": null,
"aa_length": 1148,
"cds_start": 2727,
"cds_end": null,
"cds_length": 3447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436615.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2670T>C",
"hgvs_p": "p.Asp890Asp",
"transcript": "XM_047436616.1",
"protein_id": "XP_047292572.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 1129,
"cds_start": 2670,
"cds_end": null,
"cds_length": 3390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436616.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2859T>C",
"hgvs_p": "p.Asp953Asp",
"transcript": "XM_047436617.1",
"protein_id": "XP_047292573.1",
"transcript_support_level": null,
"aa_start": 953,
"aa_end": null,
"aa_length": 1122,
"cds_start": 2859,
"cds_end": null,
"cds_length": 3369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436617.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2514T>C",
"hgvs_p": "p.Asp838Asp",
"transcript": "XM_011523589.3",
"protein_id": "XP_011521891.1",
"transcript_support_level": null,
"aa_start": 838,
"aa_end": null,
"aa_length": 1077,
"cds_start": 2514,
"cds_end": null,
"cds_length": 3234,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523589.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2451T>C",
"hgvs_p": "p.Asp817Asp",
"transcript": "XM_047436619.1",
"protein_id": "XP_047292575.1",
"transcript_support_level": null,
"aa_start": 817,
"aa_end": null,
"aa_length": 1056,
"cds_start": 2451,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436619.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2433T>C",
"hgvs_p": "p.Asp811Asp",
"transcript": "XM_011523591.3",
"protein_id": "XP_011521893.2",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1050,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3153,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523591.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2163T>C",
"hgvs_p": "p.Asp721Asp",
"transcript": "XM_047436618.1",
"protein_id": "XP_047292574.1",
"transcript_support_level": null,
"aa_start": 721,
"aa_end": null,
"aa_length": 960,
"cds_start": 2163,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436618.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.2106T>C",
"hgvs_p": "p.Asp702Asp",
"transcript": "XM_011523593.3",
"protein_id": "XP_011521895.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 941,
"cds_start": 2106,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523593.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1767T>C",
"hgvs_p": "p.Asp589Asp",
"transcript": "XM_011523594.3",
"protein_id": "XP_011521896.2",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 828,
"cds_start": 1767,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523594.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1686T>C",
"hgvs_p": "p.Asp562Asp",
"transcript": "XM_047436621.1",
"protein_id": "XP_047292577.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 801,
"cds_start": 1686,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436621.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1575T>C",
"hgvs_p": "p.Asp525Asp",
"transcript": "XM_005256399.6",
"protein_id": "XP_005256456.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 764,
"cds_start": 1575,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005256399.6"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1563T>C",
"hgvs_p": "p.Asp521Asp",
"transcript": "XM_006722291.5",
"protein_id": "XP_006722354.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 760,
"cds_start": 1563,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722291.5"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1554T>C",
"hgvs_p": "p.Asp518Asp",
"transcript": "XM_011523595.4",
"protein_id": "XP_011521897.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 757,
"cds_start": 1554,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523595.4"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1494T>C",
"hgvs_p": "p.Asp498Asp",
"transcript": "XM_047436622.1",
"protein_id": "XP_047292578.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 737,
"cds_start": 1494,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436622.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1446T>C",
"hgvs_p": "p.Asp482Asp",
"transcript": "XM_047436624.1",
"protein_id": "XP_047292580.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 721,
"cds_start": 1446,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436624.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1410T>C",
"hgvs_p": "p.Asp470Asp",
"transcript": "XM_047436625.1",
"protein_id": "XP_047292581.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 709,
"cds_start": 1410,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436625.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1320T>C",
"hgvs_p": "p.Asp440Asp",
"transcript": "XM_011523597.3",
"protein_id": "XP_011521899.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 679,
"cds_start": 1320,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523597.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1317T>C",
"hgvs_p": "p.Asp439Asp",
"transcript": "XM_011523598.2",
"protein_id": "XP_011521900.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 678,
"cds_start": 1317,
"cds_end": null,
"cds_length": 2037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523598.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1311T>C",
"hgvs_p": "p.Asp437Asp",
"transcript": "XM_011523599.3",
"protein_id": "XP_011521901.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 676,
"cds_start": 1311,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523599.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1221T>C",
"hgvs_p": "p.Asp407Asp",
"transcript": "XM_017024989.2",
"protein_id": "XP_016880478.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 646,
"cds_start": 1221,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024989.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1218T>C",
"hgvs_p": "p.Asp406Asp",
"transcript": "XM_047436628.1",
"protein_id": "XP_047292584.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 645,
"cds_start": 1218,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436628.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1173T>C",
"hgvs_p": "p.Asp391Asp",
"transcript": "XM_005256404.5",
"protein_id": "XP_005256461.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 630,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005256404.5"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1173T>C",
"hgvs_p": "p.Asp391Asp",
"transcript": "XM_011523600.4",
"protein_id": "XP_011521902.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 630,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523600.4"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1173T>C",
"hgvs_p": "p.Asp391Asp",
"transcript": "XM_017024990.3",
"protein_id": "XP_016880479.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 630,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024990.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1173T>C",
"hgvs_p": "p.Asp391Asp",
"transcript": "XM_024450899.2",
"protein_id": "XP_024306667.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 630,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450899.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1173T>C",
"hgvs_p": "p.Asp391Asp",
"transcript": "XM_024450900.2",
"protein_id": "XP_024306668.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 630,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450900.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1173T>C",
"hgvs_p": "p.Asp391Asp",
"transcript": "XM_024450902.2",
"protein_id": "XP_024306670.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 630,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450902.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1173T>C",
"hgvs_p": "p.Asp391Asp",
"transcript": "XM_047436629.1",
"protein_id": "XP_047292585.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 630,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436629.1"
},
{
"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": 28,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "c.1984-1154T>C",
"hgvs_p": null,
"transcript": "ENST00000857313.1",
"protein_id": "ENSP00000527372.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 856,
"cds_start": null,
"cds_end": null,
"cds_length": 2571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857313.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.2067T>C",
"hgvs_p": null,
"transcript": "ENST00000574886.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000574886.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.2995T>C",
"hgvs_p": null,
"transcript": "ENST00000681983.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000681983.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.1756T>C",
"hgvs_p": null,
"transcript": "ENST00000682099.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000682099.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.*830T>C",
"hgvs_p": null,
"transcript": "ENST00000682213.1",
"protein_id": "ENSP00000508166.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000682213.1"
},
{
"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": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.2099T>C",
"hgvs_p": null,
"transcript": "ENST00000682610.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000682610.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.*830T>C",
"hgvs_p": null,
"transcript": "ENST00000682654.1",
"protein_id": "ENSP00000507412.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000682654.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.*830T>C",
"hgvs_p": null,
"transcript": "ENST00000683041.1",
"protein_id": "ENSP00000506994.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683041.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.*2512T>C",
"hgvs_p": null,
"transcript": "ENST00000683184.1",
"protein_id": "ENSP00000507757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683184.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.*2436T>C",
"hgvs_p": null,
"transcript": "ENST00000683444.1",
"protein_id": "ENSP00000507553.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683444.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.1682T>C",
"hgvs_p": null,
"transcript": "ENST00000683584.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000683584.1"
},
{
"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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.2313T>C",
"hgvs_p": null,
"transcript": "ENST00000683839.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000683839.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.2859T>C",
"hgvs_p": null,
"transcript": "ENST00000684361.1",
"protein_id": "ENSP00000507364.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684361.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.1614T>C",
"hgvs_p": null,
"transcript": "ENST00000684559.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000684559.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.*1342T>C",
"hgvs_p": null,
"transcript": "ENST00000684776.1",
"protein_id": "ENSP00000507861.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684776.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.*830T>C",
"hgvs_p": null,
"transcript": "ENST00000682213.1",
"protein_id": "ENSP00000508166.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000682213.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.*830T>C",
"hgvs_p": null,
"transcript": "ENST00000682654.1",
"protein_id": "ENSP00000507412.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000682654.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.*830T>C",
"hgvs_p": null,
"transcript": "ENST00000683041.1",
"protein_id": "ENSP00000506994.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683041.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.*2512T>C",
"hgvs_p": null,
"transcript": "ENST00000683184.1",
"protein_id": "ENSP00000507757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683184.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.*2436T>C",
"hgvs_p": null,
"transcript": "ENST00000683444.1",
"protein_id": "ENSP00000507553.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683444.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.*1342T>C",
"hgvs_p": null,
"transcript": "ENST00000684776.1",
"protein_id": "ENSP00000507861.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684776.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.*109T>C",
"hgvs_p": null,
"transcript": "ENST00000570679.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000570679.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"hgvs_c": "n.*236T>C",
"hgvs_p": null,
"transcript": "ENST00000574818.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000574818.5"
}
],
"gene_symbol": "TBCD",
"gene_hgnc_id": 11581,
"dbsnp": "rs1127986",
"frequency_reference_population": 0.24984092,
"hom_count_reference_population": 50838,
"allele_count_reference_population": 402846,
"gnomad_exomes_af": 0.249967,
"gnomad_genomes_af": 0.24863,
"gnomad_exomes_ac": 365007,
"gnomad_genomes_ac": 37839,
"gnomad_exomes_homalt": 46140,
"gnomad_genomes_homalt": 4698,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9100000262260437,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"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": -0.91,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.54,
"phylop100way_prediction": "Benign",
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_005993.5",
"gene_symbol": "TBCD",
"hgnc_id": 11581,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2859T>C",
"hgvs_p": "p.Asp953Asp"
}
],
"clinvar_disease": "Early-onset progressive diffuse brain atrophy-microcephaly-muscle weakness-optic atrophy syndrome,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:4",
"phenotype_combined": "not provided|Early-onset progressive diffuse brain atrophy-microcephaly-muscle weakness-optic atrophy syndrome",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}