← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 2-178608347-GTTAACT-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=178608347&ref=GTTAACT&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 178608347,
"ref": "GTTAACT",
"alt": "G",
"effect": "disruptive_inframe_deletion",
"transcript": "ENST00000589042.5",
"consequences": [
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 275,
"exon_rank_end": null,
"exon_count": 363,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.52530_52535delAGTTAA",
"hgvs_p": "p.Glu17510_Asn17512delinsAsp",
"transcript": "NM_001267550.2",
"protein_id": "NP_001254479.2",
"transcript_support_level": null,
"aa_start": 17510,
"aa_end": null,
"aa_length": 35991,
"cds_start": 52530,
"cds_end": null,
"cds_length": 107976,
"cdna_start": 52760,
"cdna_end": null,
"cdna_length": 109224,
"mane_select": "ENST00000589042.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 275,
"exon_rank_end": null,
"exon_count": 363,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.52530_52535delAGTTAA",
"hgvs_p": "p.Glu17510_Asn17512delinsAsp",
"transcript": "ENST00000589042.5",
"protein_id": "ENSP00000467141.1",
"transcript_support_level": 5,
"aa_start": 17510,
"aa_end": null,
"aa_length": 35991,
"cds_start": 52530,
"cds_end": null,
"cds_length": 107976,
"cdna_start": 52760,
"cdna_end": null,
"cdna_length": 109224,
"mane_select": "NM_001267550.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 273,
"exon_rank_end": null,
"exon_count": 361,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.52374_52379delAGTTAA",
"hgvs_p": "p.Glu17458_Asn17460delinsAsp",
"transcript": "ENST00000446966.2",
"protein_id": "ENSP00000408004.2",
"transcript_support_level": 1,
"aa_start": 17458,
"aa_end": null,
"aa_length": 35939,
"cds_start": 52374,
"cds_end": null,
"cds_length": 107820,
"cdna_start": 52604,
"cdna_end": null,
"cdna_length": 109068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 273,
"exon_rank_end": null,
"exon_count": 361,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.52254_52259delAGTTAA",
"hgvs_p": "p.Glu17418_Asn17420delinsAsp",
"transcript": "ENST00000436599.2",
"protein_id": "ENSP00000405517.2",
"transcript_support_level": 1,
"aa_start": 17418,
"aa_end": null,
"aa_length": 35899,
"cds_start": 52254,
"cds_end": null,
"cds_length": 107700,
"cdna_start": 52484,
"cdna_end": null,
"cdna_length": 108948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 268,
"exon_rank_end": null,
"exon_count": 356,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.51972_51977delAGTTAA",
"hgvs_p": "p.Glu17324_Asn17326delinsAsp",
"transcript": "ENST00000426232.6",
"protein_id": "ENSP00000392336.2",
"transcript_support_level": 1,
"aa_start": 17324,
"aa_end": null,
"aa_length": 35805,
"cds_start": 51972,
"cds_end": null,
"cds_length": 107418,
"cdna_start": 52202,
"cdna_end": null,
"cdna_length": 108666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 277,
"exon_rank_end": null,
"exon_count": 365,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.52530_52535delAGTTAA",
"hgvs_p": "p.Glu17510_Asn17512delinsAsp",
"transcript": "ENST00000412264.2",
"protein_id": "ENSP00000394672.2",
"transcript_support_level": 3,
"aa_start": 17510,
"aa_end": null,
"aa_length": 35991,
"cds_start": 52530,
"cds_end": null,
"cds_length": 107976,
"cdna_start": 53024,
"cdna_end": null,
"cdna_length": 109488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 274,
"exon_rank_end": null,
"exon_count": 362,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.52446_52451delAGTTAA",
"hgvs_p": "p.Glu17482_Asn17484delinsAsp",
"transcript": "ENST00000425332.3",
"protein_id": "ENSP00000396805.3",
"transcript_support_level": 5,
"aa_start": 17482,
"aa_end": null,
"aa_length": 35963,
"cds_start": 52446,
"cds_end": null,
"cds_length": 107892,
"cdna_start": 52676,
"cdna_end": null,
"cdna_length": 109140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 272,
"exon_rank_end": null,
"exon_count": 360,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.52116_52121delAGTTAA",
"hgvs_p": "p.Glu17372_Asn17374delinsAsp",
"transcript": "ENST00000715174.1",
"protein_id": "ENSP00000520370.1",
"transcript_support_level": null,
"aa_start": 17372,
"aa_end": null,
"aa_length": 35853,
"cds_start": 52116,
"cds_end": null,
"cds_length": 107562,
"cdna_start": 52346,
"cdna_end": null,
"cdna_length": 108810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 225,
"exon_rank_end": null,
"exon_count": 313,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.47607_47612delAGTTAA",
"hgvs_p": "p.Glu15869_Asn15871delinsAsp",
"transcript": "NM_001256850.1",
"protein_id": "NP_001243779.1",
"transcript_support_level": null,
"aa_start": 15869,
"aa_end": null,
"aa_length": 34350,
"cds_start": 47607,
"cds_end": null,
"cds_length": 103053,
"cdna_start": 47837,
"cdna_end": null,
"cdna_length": 104301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 225,
"exon_rank_end": null,
"exon_count": 313,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.47607_47612delAGTTAA",
"hgvs_p": "p.Glu15869_Asn15871delinsAsp",
"transcript": "ENST00000591111.5",
"protein_id": "ENSP00000465570.1",
"transcript_support_level": 5,
"aa_start": 15869,
"aa_end": null,
"aa_length": 34350,
"cds_start": 47607,
"cds_end": null,
"cds_length": 103053,
"cdna_start": 47837,
"cdna_end": null,
"cdna_length": 104301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 224,
"exon_rank_end": null,
"exon_count": 312,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.44826_44831delAGTTAA",
"hgvs_p": "p.Glu14942_Asn14944delinsAsp",
"transcript": "NM_133378.4",
"protein_id": "NP_596869.4",
"transcript_support_level": null,
"aa_start": 14942,
"aa_end": null,
"aa_length": 33423,
"cds_start": 44826,
"cds_end": null,
"cds_length": 100272,
"cdna_start": 45056,
"cdna_end": null,
"cdna_length": 101520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 224,
"exon_rank_end": null,
"exon_count": 312,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.44826_44831delAGTTAA",
"hgvs_p": "p.Glu14942_Asn14944delinsAsp",
"transcript": "ENST00000342992.11",
"protein_id": "ENSP00000343764.6",
"transcript_support_level": 5,
"aa_start": 14942,
"aa_end": null,
"aa_length": 33423,
"cds_start": 44826,
"cds_end": null,
"cds_length": 100272,
"cdna_start": 45056,
"cdna_end": null,
"cdna_length": 101520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 104,
"exon_rank_end": null,
"exon_count": 192,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.25911_25916delAGTTAA",
"hgvs_p": "p.Glu8637_Asn8639delinsAsp",
"transcript": "NM_133437.4",
"protein_id": "NP_597681.4",
"transcript_support_level": null,
"aa_start": 8637,
"aa_end": null,
"aa_length": 27118,
"cds_start": 25911,
"cds_end": null,
"cds_length": 81357,
"cdna_start": 26141,
"cdna_end": null,
"cdna_length": 82605,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 103,
"exon_rank_end": null,
"exon_count": 191,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.25911_25916delAGTTAA",
"hgvs_p": "p.Glu8637_Asn8639delinsAsp",
"transcript": "ENST00000342175.12",
"protein_id": "ENSP00000340554.6",
"transcript_support_level": 5,
"aa_start": 8637,
"aa_end": null,
"aa_length": 27118,
"cds_start": 25911,
"cds_end": null,
"cds_length": 81357,
"cdna_start": 25916,
"cdna_end": null,
"cdna_length": 82380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 104,
"exon_rank_end": null,
"exon_count": 192,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.25710_25715delAGTTAA",
"hgvs_p": "p.Glu8570_Asn8572delinsAsp",
"transcript": "NM_133432.3",
"protein_id": "NP_597676.3",
"transcript_support_level": null,
"aa_start": 8570,
"aa_end": null,
"aa_length": 27051,
"cds_start": 25710,
"cds_end": null,
"cds_length": 81156,
"cdna_start": 25940,
"cdna_end": null,
"cdna_length": 82404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 103,
"exon_rank_end": null,
"exon_count": 191,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.25710_25715delAGTTAA",
"hgvs_p": "p.Glu8570_Asn8572delinsAsp",
"transcript": "ENST00000359218.11",
"protein_id": "ENSP00000352154.5",
"transcript_support_level": 5,
"aa_start": 8570,
"aa_end": null,
"aa_length": 27051,
"cds_start": 25710,
"cds_end": null,
"cds_length": 81156,
"cdna_start": 25715,
"cdna_end": null,
"cdna_length": 82179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 103,
"exon_rank_end": null,
"exon_count": 191,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.25335_25340delAGTTAA",
"hgvs_p": "p.Glu8445_Asn8447delinsAsp",
"transcript": "NM_003319.4",
"protein_id": "NP_003310.4",
"transcript_support_level": null,
"aa_start": 8445,
"aa_end": null,
"aa_length": 26926,
"cds_start": 25335,
"cds_end": null,
"cds_length": 80781,
"cdna_start": 25565,
"cdna_end": null,
"cdna_length": 82029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 103,
"exon_rank_end": null,
"exon_count": 191,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.25335_25340delAGTTAA",
"hgvs_p": "p.Glu8445_Asn8447delinsAsp",
"transcript": "ENST00000460472.6",
"protein_id": "ENSP00000434586.1",
"transcript_support_level": 5,
"aa_start": 8445,
"aa_end": null,
"aa_length": 26926,
"cds_start": 25335,
"cds_end": null,
"cds_length": 80781,
"cdna_start": 25565,
"cdna_end": null,
"cdna_length": 82029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 271,
"exon_rank_end": null,
"exon_count": 359,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.51423_51428delAGTTAA",
"hgvs_p": "p.Glu17141_Asn17143delinsAsp",
"transcript": "XM_017004819.1",
"protein_id": "XP_016860308.1",
"transcript_support_level": null,
"aa_start": 17141,
"aa_end": null,
"aa_length": 35622,
"cds_start": 51423,
"cds_end": null,
"cds_length": 106869,
"cdna_start": 51653,
"cdna_end": null,
"cdna_length": 108117,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 229,
"exon_rank_end": null,
"exon_count": 317,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.47535_47540delAGTTAA",
"hgvs_p": "p.Glu15845_Asn15847delinsAsp",
"transcript": "XM_047445660.1",
"protein_id": "XP_047301616.1",
"transcript_support_level": null,
"aa_start": 15845,
"aa_end": null,
"aa_length": 34326,
"cds_start": 47535,
"cds_end": null,
"cds_length": 102981,
"cdna_start": 47765,
"cdna_end": null,
"cdna_length": 104229,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 225,
"exon_rank_end": null,
"exon_count": 313,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.47199_47204delAGTTAA",
"hgvs_p": "p.Glu15733_Asn15735delinsAsp",
"transcript": "XM_047445661.1",
"protein_id": "XP_047301617.1",
"transcript_support_level": null,
"aa_start": 15733,
"aa_end": null,
"aa_length": 34214,
"cds_start": 47199,
"cds_end": null,
"cds_length": 102645,
"cdna_start": 47429,
"cdna_end": null,
"cdna_length": 103893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 222,
"exon_rank_end": null,
"exon_count": 310,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.46968_46973delAGTTAA",
"hgvs_p": "p.Glu15656_Asn15658delinsAsp",
"transcript": "XM_024453095.1",
"protein_id": "XP_024308863.1",
"transcript_support_level": null,
"aa_start": 15656,
"aa_end": null,
"aa_length": 34137,
"cds_start": 46968,
"cds_end": null,
"cds_length": 102414,
"cdna_start": 47198,
"cdna_end": null,
"cdna_length": 103662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 248,
"exon_rank_end": null,
"exon_count": 336,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.46821_46826delAGTTAA",
"hgvs_p": "p.Glu15607_Asn15609delinsAsp",
"transcript": "XM_017004820.1",
"protein_id": "XP_016860309.1",
"transcript_support_level": null,
"aa_start": 15607,
"aa_end": null,
"aa_length": 34088,
"cds_start": 46821,
"cds_end": null,
"cds_length": 102267,
"cdna_start": 47051,
"cdna_end": null,
"cdna_length": 103515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 248,
"exon_rank_end": null,
"exon_count": 336,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.46818_46823delAGTTAA",
"hgvs_p": "p.Glu15606_Asn15608delinsAsp",
"transcript": "XM_017004821.1",
"protein_id": "XP_016860310.1",
"transcript_support_level": null,
"aa_start": 15606,
"aa_end": null,
"aa_length": 34087,
"cds_start": 46818,
"cds_end": null,
"cds_length": 102264,
"cdna_start": 47048,
"cdna_end": null,
"cdna_length": 103512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 212,
"exon_rank_end": null,
"exon_count": 300,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.46074_46079delAGTTAA",
"hgvs_p": "p.Glu15358_Asn15360delinsAsp",
"transcript": "XM_047445663.1",
"protein_id": "XP_047301619.1",
"transcript_support_level": null,
"aa_start": 15358,
"aa_end": null,
"aa_length": 33839,
"cds_start": 46074,
"cds_end": null,
"cds_length": 101520,
"cdna_start": 46304,
"cdna_end": null,
"cdna_length": 102768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 194,
"exon_rank_end": null,
"exon_count": 282,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.44514_44519delAGTTAA",
"hgvs_p": "p.Glu14838_Asn14840delinsAsp",
"transcript": "XM_047445665.1",
"protein_id": "XP_047301621.1",
"transcript_support_level": null,
"aa_start": 14838,
"aa_end": null,
"aa_length": 33319,
"cds_start": 44514,
"cds_end": null,
"cds_length": 99960,
"cdna_start": 44744,
"cdna_end": null,
"cdna_length": 101208,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 189,
"exon_rank_end": null,
"exon_count": 277,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.44091_44096delAGTTAA",
"hgvs_p": "p.Glu14697_Asn14699delinsAsp",
"transcript": "XM_047445668.1",
"protein_id": "XP_047301624.1",
"transcript_support_level": null,
"aa_start": 14697,
"aa_end": null,
"aa_length": 33178,
"cds_start": 44091,
"cds_end": null,
"cds_length": 99537,
"cdna_start": 44321,
"cdna_end": null,
"cdna_length": 100785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 186,
"exon_rank_end": null,
"exon_count": 274,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.43860_43865delAGTTAA",
"hgvs_p": "p.Glu14620_Asn14622delinsAsp",
"transcript": "XM_017004822.1",
"protein_id": "XP_016860311.1",
"transcript_support_level": null,
"aa_start": 14620,
"aa_end": null,
"aa_length": 33101,
"cds_start": 43860,
"cds_end": null,
"cds_length": 99306,
"cdna_start": 44090,
"cdna_end": null,
"cdna_length": 100554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 185,
"exon_rank_end": null,
"exon_count": 273,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.43743_43748delAGTTAA",
"hgvs_p": "p.Glu14581_Asn14583delinsAsp",
"transcript": "XM_024453097.1",
"protein_id": "XP_024308865.1",
"transcript_support_level": null,
"aa_start": 14581,
"aa_end": null,
"aa_length": 33062,
"cds_start": 43743,
"cds_end": null,
"cds_length": 99189,
"cdna_start": 43973,
"cdna_end": null,
"cdna_length": 100437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 184,
"exon_rank_end": null,
"exon_count": 272,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.43662_43667delAGTTAA",
"hgvs_p": "p.Glu14554_Asn14556delinsAsp",
"transcript": "XM_024453098.1",
"protein_id": "XP_024308866.1",
"transcript_support_level": null,
"aa_start": 14554,
"aa_end": null,
"aa_length": 33035,
"cds_start": 43662,
"cds_end": null,
"cds_length": 99108,
"cdna_start": 43892,
"cdna_end": null,
"cdna_length": 100356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 104,
"exon_rank_end": null,
"exon_count": 192,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.25476_25481delAGTTAA",
"hgvs_p": "p.Glu8492_Asn8494delinsAsp",
"transcript": "XM_017004823.1",
"protein_id": "XP_016860312.1",
"transcript_support_level": null,
"aa_start": 8492,
"aa_end": null,
"aa_length": 26973,
"cds_start": 25476,
"cds_end": null,
"cds_length": 80922,
"cdna_start": 25706,
"cdna_end": null,
"cdna_length": 82170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 103,
"exon_rank_end": null,
"exon_count": 191,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.25425_25430delAGTTAA",
"hgvs_p": "p.Glu8475_Asn8477delinsAsp",
"transcript": "XM_024453099.1",
"protein_id": "XP_024308867.1",
"transcript_support_level": null,
"aa_start": 8475,
"aa_end": null,
"aa_length": 26956,
"cds_start": 25425,
"cds_end": null,
"cds_length": 80871,
"cdna_start": 25655,
"cdna_end": null,
"cdna_length": 82119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EVN",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 96,
"exon_rank_end": null,
"exon_count": 184,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"hgvs_c": "c.15279_15284delAGTTAA",
"hgvs_p": "p.Glu5093_Asn5095delinsAsp",
"transcript": "XM_024453100.2",
"protein_id": "XP_024308868.1",
"transcript_support_level": null,
"aa_start": 5093,
"aa_end": null,
"aa_length": 23574,
"cds_start": 15279,
"cds_end": null,
"cds_length": 70725,
"cdna_start": 15448,
"cdna_end": null,
"cdna_length": 71912,
"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": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.749+83_749+88delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000456053.5",
"protein_id": null,
"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": 2033,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.198+84713_198+84718delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000585451.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 949,
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.511-5686_511-5681delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000589234.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 751,
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.110+7682_110+7687delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000589487.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 1077,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.86+10668_86+10673delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000589830.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 287,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.506+10668_506+10673delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000589907.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.683+10668_683+10673delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000590773.6",
"protein_id": null,
"transcript_support_level": 5,
"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": 2377,
"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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.395+7682_395+7687delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000590807.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 728,
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.962+7682_962+7687delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000592600.6",
"protein_id": null,
"transcript_support_level": 5,
"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": 1748,
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.519+10668_519+10673delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000592630.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 666,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.432-6974_432-6969delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000592750.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 619,
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.621+83_621+88delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000610290.4",
"protein_id": null,
"transcript_support_level": 5,
"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": 647,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.135+10668_135+10673delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000625480.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 633,
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.393+7682_393+7687delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000625536.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 693,
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.336+10668_336+10673delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000626117.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 572,
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.246-6974_246-6969delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000626138.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 693,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.160+10668_160+10673delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000626954.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 864,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.65+83_65+88delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000627527.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 784,
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.421+7682_421+7687delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000628296.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 483,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.50-28225_50-28220delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000628826.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 662,
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.904+7682_904+7687delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000630096.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 915,
"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": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.415+7682_415+7687delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000653807.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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.314+7682_314+7687delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000657023.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": 2491,
"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": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.502+10668_502+10673delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000659121.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": 6297,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.1421+7682_1421+7687delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000671355.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": 2244,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.516+10668_516+10673delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000702938.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": 1012,
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.710+10668_710+10673delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000768381.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": 1203,
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.626+7682_626+7687delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000768382.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": 686,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.510+10668_510+10673delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000768383.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": 570,
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.686+10668_686+10673delTAACTT",
"hgvs_p": null,
"transcript": "ENST00000768384.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": 741,
"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": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TTN-AS1",
"gene_hgnc_id": 44124,
"hgvs_c": "n.782+83_782+88delTAACTT",
"hgvs_p": null,
"transcript": "NR_038271.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": 2069,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TTN",
"gene_hgnc_id": 12403,
"dbsnp": "rs1553688489",
"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": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 7.969,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM4,PP3",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PM4",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000589042.5",
"gene_symbol": "TTN",
"hgnc_id": 12403,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.52530_52535delAGTTAA",
"hgvs_p": "p.Glu17510_Asn17512delinsAsp"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000456053.5",
"gene_symbol": "TTN-AS1",
"hgnc_id": 44124,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.749+83_749+88delTAACTT",
"hgvs_p": null
}
],
"clinvar_disease": "Autosomal recessive limb-girdle muscular dystrophy type 2J,Dilated cardiomyopathy 1G",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Dilated cardiomyopathy 1G;Autosomal recessive limb-girdle muscular dystrophy type 2J",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}