← 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: 1-201359244-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=201359244&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM1",
"PM5",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "TNNT2",
"hgnc_id": 11949,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"inheritance_mode": "AD,AR",
"pathogenic_score": 4,
"score": 2,
"transcript": "NM_001276345.2",
"verdict": "Uncertain_significance"
},
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "ENSG00000286600",
"hgnc_id": null,
"hgvs_c": "n.970G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": 0,
"transcript": "ENST00000671234.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PM5,BP4_Moderate",
"acmg_score": 2,
"allele_count_reference_population": 24,
"alphamissense_prediction": null,
"alphamissense_score": 0.5181,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": -0.01,
"chr": "1",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": " 3, familial restrictive,Cardiomyopathy,Cardiovascular phenotype,Dilated cardiomyopathy 1D,Hypertrophic cardiomyopathy,Hypertrophic cardiomyopathy 2,not provided",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:1 US:10",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.6174123287200928,
"computational_source_selected": "CardioboostCm",
"consequences": [
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 298,
"aa_ref": "R",
"aa_start": 288,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1165,
"cdna_start": 935,
"cds_end": null,
"cds_length": 897,
"cds_start": 863,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "NM_001276345.2",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000656932.1",
"protein_coding": true,
"protein_id": "NP_001263274.1",
"strand": false,
"transcript": "NM_001276345.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 298,
"aa_ref": "R",
"aa_start": 288,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1165,
"cdna_start": 935,
"cds_end": null,
"cds_length": 897,
"cds_start": 863,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000656932.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001276345.2",
"protein_coding": true,
"protein_id": "ENSP00000499593.1",
"strand": false,
"transcript": "ENST00000656932.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 284,
"aa_ref": "R",
"aa_start": 274,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1127,
"cdna_start": 897,
"cds_end": null,
"cds_length": 855,
"cds_start": 821,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000367322.6",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.821G>A",
"hgvs_p": "p.Arg274His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000356291.2",
"strand": false,
"transcript": "ENST00000367322.6",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 255,
"aa_ref": "R",
"aa_start": 245,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1007,
"cdna_start": 787,
"cds_end": null,
"cds_length": 768,
"cds_start": 734,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000367320.6",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.734G>A",
"hgvs_p": "p.Arg245His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000356289.2",
"strand": false,
"transcript": "ENST00000367320.6",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 368,
"aa_ref": "A",
"aa_start": 300,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1139,
"cdna_start": 912,
"cds_end": null,
"cds_length": 1107,
"cds_start": 898,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000658476.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.898G>A",
"hgvs_p": "p.Ala300Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000499741.1",
"strand": false,
"transcript": "ENST00000658476.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 298,
"aa_ref": "R",
"aa_start": 288,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1168,
"cdna_start": 938,
"cds_end": null,
"cds_length": 897,
"cds_start": 863,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000714314.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519590.1",
"strand": false,
"transcript": "ENST00000714314.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 295,
"aa_ref": "R",
"aa_start": 285,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1156,
"cdna_start": 926,
"cds_end": null,
"cds_length": 888,
"cds_start": 854,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_000364.4",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.854G>A",
"hgvs_p": "p.Arg285His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_000355.2",
"strand": false,
"transcript": "NM_000364.4",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 295,
"aa_ref": "R",
"aa_start": 285,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1289,
"cdna_start": 1059,
"cds_end": null,
"cds_length": 888,
"cds_start": 854,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001406723.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.854G>A",
"hgvs_p": "p.Arg285His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393652.1",
"strand": false,
"transcript": "NM_001406723.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 295,
"aa_ref": "R",
"aa_start": 285,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1156,
"cdna_start": 926,
"cds_end": null,
"cds_length": 888,
"cds_start": 854,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000422165.6",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.854G>A",
"hgvs_p": "p.Arg285His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000395163.2",
"strand": false,
"transcript": "ENST00000422165.6",
"transcript_support_level": 5
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 293,
"aa_ref": "R",
"aa_start": 283,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1128,
"cdna_start": 892,
"cds_end": null,
"cds_length": 882,
"cds_start": 848,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000455702.7",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.848G>A",
"hgvs_p": "p.Arg283His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000402238.3",
"strand": false,
"transcript": "ENST00000455702.7",
"transcript_support_level": 5
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 288,
"aa_ref": "R",
"aa_start": 278,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1135,
"cdna_start": 905,
"cds_end": null,
"cds_length": 867,
"cds_start": 833,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001001430.3",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.833G>A",
"hgvs_p": "p.Arg278His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001001430.1",
"strand": false,
"transcript": "NM_001001430.3",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 288,
"aa_ref": "R",
"aa_start": 278,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1268,
"cdna_start": 1038,
"cds_end": null,
"cds_length": 867,
"cds_start": 833,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001276347.2",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.833G>A",
"hgvs_p": "p.Arg278His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001263276.1",
"strand": false,
"transcript": "NM_001276347.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 288,
"aa_ref": "R",
"aa_start": 278,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1126,
"cdna_start": 896,
"cds_end": null,
"cds_length": 867,
"cds_start": 833,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001406724.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.833G>A",
"hgvs_p": "p.Arg278His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393653.1",
"strand": false,
"transcript": "NM_001406724.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 288,
"aa_ref": "R",
"aa_start": 278,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1135,
"cdna_start": 905,
"cds_end": null,
"cds_length": 867,
"cds_start": 833,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000367318.10",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.833G>A",
"hgvs_p": "p.Arg278His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000356287.5",
"strand": false,
"transcript": "ENST00000367318.10",
"transcript_support_level": 5
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 288,
"aa_ref": "R",
"aa_start": 278,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1330,
"cdna_start": 1120,
"cds_end": null,
"cds_length": 867,
"cds_start": 833,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000509001.5",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.833G>A",
"hgvs_p": "p.Arg278His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000422031.1",
"strand": false,
"transcript": "ENST00000509001.5",
"transcript_support_level": 5
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 288,
"aa_ref": "R",
"aa_start": 278,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1302,
"cdna_start": 1066,
"cds_end": null,
"cds_length": 867,
"cds_start": 833,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000660295.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.833G>A",
"hgvs_p": "p.Arg278His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000499418.1",
"strand": false,
"transcript": "ENST00000660295.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 287,
"aa_ref": "R",
"aa_start": 277,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1132,
"cdna_start": 902,
"cds_end": null,
"cds_length": 864,
"cds_start": 830,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001406725.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.830G>A",
"hgvs_p": "p.Arg277His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393654.1",
"strand": false,
"transcript": "NM_001406725.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 285,
"aa_ref": "R",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1126,
"cdna_start": 896,
"cds_end": null,
"cds_length": 858,
"cds_start": 824,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001001431.3",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.824G>A",
"hgvs_p": "p.Arg275His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001001431.1",
"strand": false,
"transcript": "NM_001001431.3",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 285,
"aa_ref": "R",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1259,
"cdna_start": 1029,
"cds_end": null,
"cds_length": 858,
"cds_start": 824,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001406726.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.824G>A",
"hgvs_p": "p.Arg275His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393655.1",
"strand": false,
"transcript": "NM_001406726.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 285,
"aa_ref": "R",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1117,
"cdna_start": 887,
"cds_end": null,
"cds_length": 858,
"cds_start": 824,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001406727.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.824G>A",
"hgvs_p": "p.Arg275His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393656.1",
"strand": false,
"transcript": "NM_001406727.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 285,
"aa_ref": "R",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1108,
"cdna_start": 882,
"cds_end": null,
"cds_length": 858,
"cds_start": 824,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000412633.3",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.824G>A",
"hgvs_p": "p.Arg275His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000408731.2",
"strand": false,
"transcript": "ENST00000412633.3",
"transcript_support_level": 2
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 285,
"aa_ref": "R",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1335,
"cdna_start": 1093,
"cds_end": null,
"cds_length": 858,
"cds_start": 824,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000961997.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.824G>A",
"hgvs_p": "p.Arg275His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000632056.1",
"strand": false,
"transcript": "ENST00000961997.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 285,
"aa_ref": "R",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1473,
"cdna_start": 1236,
"cds_end": null,
"cds_length": 858,
"cds_start": 824,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000961998.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.824G>A",
"hgvs_p": "p.Arg275His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000632057.1",
"strand": false,
"transcript": "ENST00000961998.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 285,
"aa_ref": "R",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1331,
"cdna_start": 1095,
"cds_end": null,
"cds_length": 858,
"cds_start": 824,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000961999.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.824G>A",
"hgvs_p": "p.Arg275His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000632058.1",
"strand": false,
"transcript": "ENST00000961999.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 285,
"aa_ref": "R",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1378,
"cdna_start": 1142,
"cds_end": null,
"cds_length": 858,
"cds_start": 824,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000962002.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.824G>A",
"hgvs_p": "p.Arg275His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000632061.1",
"strand": false,
"transcript": "ENST00000962002.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 284,
"aa_ref": "R",
"aa_start": 274,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1464,
"cdna_start": 1229,
"cds_end": null,
"cds_length": 855,
"cds_start": 821,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000962000.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.821G>A",
"hgvs_p": "p.Arg274His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000632059.1",
"strand": false,
"transcript": "ENST00000962000.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 284,
"aa_ref": "R",
"aa_start": 274,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1290,
"cdna_start": 1054,
"cds_end": null,
"cds_length": 855,
"cds_start": 821,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000962001.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.821G>A",
"hgvs_p": "p.Arg274His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000632060.1",
"strand": false,
"transcript": "ENST00000962001.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 283,
"aa_ref": "R",
"aa_start": 273,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1120,
"cdna_start": 890,
"cds_end": null,
"cds_length": 852,
"cds_start": 818,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001406728.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.818G>A",
"hgvs_p": "p.Arg273His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393657.1",
"strand": false,
"transcript": "NM_001406728.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 282,
"aa_ref": "R",
"aa_start": 272,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1117,
"cdna_start": 887,
"cds_end": null,
"cds_length": 849,
"cds_start": 815,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001001432.3",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.815G>A",
"hgvs_p": "p.Arg272His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001001432.1",
"strand": false,
"transcript": "NM_001001432.3",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 281,
"aa_ref": "R",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1058,
"cdna_start": 884,
"cds_end": null,
"cds_length": 846,
"cds_start": 812,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000438742.6",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.812G>A",
"hgvs_p": "p.Arg271His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000414036.2",
"strand": false,
"transcript": "ENST00000438742.6",
"transcript_support_level": 5
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 256,
"aa_ref": "R",
"aa_start": 246,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1034,
"cdna_start": 807,
"cds_end": null,
"cds_length": 771,
"cds_start": 737,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000962004.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.737G>A",
"hgvs_p": "p.Arg246His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000632063.1",
"strand": false,
"transcript": "ENST00000962004.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 255,
"aa_ref": "R",
"aa_start": 245,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1036,
"cdna_start": 806,
"cds_end": null,
"cds_length": 768,
"cds_start": 734,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001276346.2",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.734G>A",
"hgvs_p": "p.Arg245His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001263275.1",
"strand": false,
"transcript": "NM_001276346.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 246,
"aa_ref": "R",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3108,
"cdna_start": 2872,
"cds_end": null,
"cds_length": 741,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000961996.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.707G>A",
"hgvs_p": "p.Arg236His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000632055.1",
"strand": false,
"transcript": "ENST00000961996.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 246,
"aa_ref": "R",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1083,
"cdna_start": 854,
"cds_end": null,
"cds_length": 741,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000962003.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.707G>A",
"hgvs_p": "p.Arg236His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000632062.1",
"strand": false,
"transcript": "ENST00000962003.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 244,
"aa_ref": "R",
"aa_start": 234,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1003,
"cdna_start": 773,
"cds_end": null,
"cds_length": 735,
"cds_start": 701,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000714313.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.701G>A",
"hgvs_p": "p.Arg234His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519589.1",
"strand": false,
"transcript": "ENST00000714313.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 229,
"aa_ref": "R",
"aa_start": 219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1077,
"cdna_start": 847,
"cds_end": null,
"cds_length": 690,
"cds_start": 656,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000714312.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519588.1",
"strand": false,
"transcript": "ENST00000714312.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 229,
"aa_ref": "R",
"aa_start": 219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1059,
"cdna_start": 865,
"cds_end": null,
"cds_length": 690,
"cds_start": 656,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000714317.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519593.1",
"strand": false,
"transcript": "ENST00000714317.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 298,
"aa_ref": "R",
"aa_start": 288,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1156,
"cdna_start": 926,
"cds_end": null,
"cds_length": 897,
"cds_start": 863,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "XM_011509938.3",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011508240.1",
"strand": false,
"transcript": "XM_011509938.3",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 297,
"aa_ref": "R",
"aa_start": 287,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1162,
"cdna_start": 932,
"cds_end": null,
"cds_length": 894,
"cds_start": 860,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "XM_011509939.2",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.860G>A",
"hgvs_p": "p.Arg287His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011508241.1",
"strand": false,
"transcript": "XM_011509939.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 297,
"aa_ref": "R",
"aa_start": 287,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1162,
"cdna_start": 932,
"cds_end": null,
"cds_length": 894,
"cds_start": 860,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "XM_011509940.3",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.860G>A",
"hgvs_p": "p.Arg287His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011508242.1",
"strand": false,
"transcript": "XM_011509940.3",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 296,
"aa_ref": "R",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1159,
"cdna_start": 929,
"cds_end": null,
"cds_length": 891,
"cds_start": 857,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "XM_011509941.3",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.857G>A",
"hgvs_p": "p.Arg286His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011508243.1",
"strand": false,
"transcript": "XM_011509941.3",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 283,
"aa_ref": "R",
"aa_start": 273,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1111,
"cdna_start": 881,
"cds_end": null,
"cds_length": 852,
"cds_start": 818,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_011509943.3",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.818G>A",
"hgvs_p": "p.Arg273His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011508245.1",
"strand": false,
"transcript": "XM_011509943.3",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 282,
"aa_ref": "R",
"aa_start": 272,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1117,
"cdna_start": 887,
"cds_end": null,
"cds_length": 849,
"cds_start": 815,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_011509944.3",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.815G>A",
"hgvs_p": "p.Arg272His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011508246.1",
"strand": false,
"transcript": "XM_011509944.3",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 229,
"aa_ref": "R",
"aa_start": 219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1171,
"cdna_start": 941,
"cds_end": null,
"cds_length": 690,
"cds_start": 656,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_011509946.2",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011508248.1",
"strand": false,
"transcript": "XM_011509946.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 229,
"aa_ref": "R",
"aa_start": 219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1156,
"cdna_start": 926,
"cds_end": null,
"cds_length": 690,
"cds_start": 656,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "XM_047429478.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285434.1",
"strand": false,
"transcript": "XM_047429478.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 262,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1103,
"cdna_start": null,
"cds_end": null,
"cds_length": 789,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000714316.2",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "c.*21G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519592.2",
"strand": false,
"transcript": "ENST00000714316.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2218,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000460780.5",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "n.1982G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000460780.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 516,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000476888.5",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "n.280G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000476888.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2308,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000491504.5",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "n.2072G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000491504.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1496,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000651504.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "n.1324G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000651504.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 681,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000662159.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "n.*222G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499796.1",
"strand": false,
"transcript": "ENST00000662159.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1308,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000663843.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "n.*763G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499590.1",
"strand": false,
"transcript": "ENST00000663843.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1234,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000666449.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "n.*108G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499667.1",
"strand": false,
"transcript": "ENST00000666449.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1196,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000671234.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000286600",
"hgvs_c": "n.970G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000671234.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1290,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000714315.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "n.*59G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000519591.1",
"strand": false,
"transcript": "ENST00000714315.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 681,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000662159.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "n.*222G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499796.1",
"strand": false,
"transcript": "ENST00000662159.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1308,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000663843.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "n.*763G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499590.1",
"strand": false,
"transcript": "ENST00000663843.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1234,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000666449.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "n.*108G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499667.1",
"strand": false,
"transcript": "ENST00000666449.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1290,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000714315.1",
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"hgvs_c": "n.*59G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000519591.1",
"strand": false,
"transcript": "ENST00000714315.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs397516484",
"effect": "missense_variant",
"frequency_reference_population": 0.000014894602,
"gene_hgnc_id": 11949,
"gene_symbol": "TNNT2",
"gnomad_exomes_ac": 16,
"gnomad_exomes_af": 0.0000109659,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 8,
"gnomad_genomes_af": 0.0000525438,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "Hypertrophic cardiomyopathy|Cardiomyopathy|Hypertrophic cardiomyopathy 2;Dilated cardiomyopathy 1D;Cardiomyopathy, familial restrictive, 3|not provided|Cardiovascular phenotype|Hypertrophic cardiomyopathy 2|Cardiomyopathy, familial restrictive, 3|Dilated cardiomyopathy 1D",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.789,
"pos": 201359244,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.421,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001276345.2"
}
]
}