← 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-201359636-C-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=201359636&ref=C&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM1"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "TNNT2",
          "hgnc_id": 11949,
          "hgvs_c": "c.838G>A",
          "hgvs_p": "p.Asp280Asn",
          "inheritance_mode": "AD,AR",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "NM_001276345.2",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "ENSG00000286600",
          "hgnc_id": null,
          "hgvs_c": "n.945G>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "ENST00000671234.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM1",
      "acmg_score": 2,
      "allele_count_reference_population": 6,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.9485,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.22,
      "chr": "1",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": " 3, familial restrictive,Cardiomyopathy,Cardiovascular phenotype,Dilated cardiomyopathy 1D,Hypertrophic cardiomyopathy 2",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:6",
      "computational_prediction_selected": "Uncertain_significance",
      "computational_score_selected": 0.34140098094940186,
      "computational_source_selected": "CardioboostCm",
      "consequences": [
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 298,
          "aa_ref": "D",
          "aa_start": 280,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1165,
          "cdna_start": 910,
          "cds_end": null,
          "cds_length": 897,
          "cds_start": 838,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001276345.2",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.838G>A",
          "hgvs_p": "p.Asp280Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 298,
          "aa_ref": "D",
          "aa_start": 280,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1165,
          "cdna_start": 910,
          "cds_end": null,
          "cds_length": 897,
          "cds_start": 838,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000656932.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.838G>A",
          "hgvs_p": "p.Asp280Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "D",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1127,
          "cdna_start": 872,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000367322.6",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.796G>A",
          "hgvs_p": "p.Asp266Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 255,
          "aa_ref": "D",
          "aa_start": 237,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1007,
          "cdna_start": 762,
          "cds_end": null,
          "cds_length": 768,
          "cds_start": 709,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000367320.6",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.709G>A",
          "hgvs_p": "p.Asp237Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 298,
          "aa_ref": "D",
          "aa_start": 280,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1168,
          "cdna_start": 913,
          "cds_end": null,
          "cds_length": 897,
          "cds_start": 838,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000714314.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.838G>A",
          "hgvs_p": "p.Asp280Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 295,
          "aa_ref": "D",
          "aa_start": 277,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1156,
          "cdna_start": 901,
          "cds_end": null,
          "cds_length": 888,
          "cds_start": 829,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_000364.4",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.829G>A",
          "hgvs_p": "p.Asp277Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 295,
          "aa_ref": "D",
          "aa_start": 277,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1289,
          "cdna_start": 1034,
          "cds_end": null,
          "cds_length": 888,
          "cds_start": 829,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001406723.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.829G>A",
          "hgvs_p": "p.Asp277Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 295,
          "aa_ref": "D",
          "aa_start": 277,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1156,
          "cdna_start": 901,
          "cds_end": null,
          "cds_length": 888,
          "cds_start": 829,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000422165.6",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.829G>A",
          "hgvs_p": "p.Asp277Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 293,
          "aa_ref": "D",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1128,
          "cdna_start": 867,
          "cds_end": null,
          "cds_length": 882,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000455702.7",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Asp275Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 288,
          "aa_ref": "D",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1135,
          "cdna_start": 880,
          "cds_end": null,
          "cds_length": 867,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001001430.3",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.808G>A",
          "hgvs_p": "p.Asp270Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 288,
          "aa_ref": "D",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1268,
          "cdna_start": 1013,
          "cds_end": null,
          "cds_length": 867,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001276347.2",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.808G>A",
          "hgvs_p": "p.Asp270Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 288,
          "aa_ref": "D",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1126,
          "cdna_start": 871,
          "cds_end": null,
          "cds_length": 867,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001406724.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.808G>A",
          "hgvs_p": "p.Asp270Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 288,
          "aa_ref": "D",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1135,
          "cdna_start": 880,
          "cds_end": null,
          "cds_length": 867,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000367318.10",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.808G>A",
          "hgvs_p": "p.Asp270Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 288,
          "aa_ref": "D",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1330,
          "cdna_start": 1095,
          "cds_end": null,
          "cds_length": 867,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000509001.5",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.808G>A",
          "hgvs_p": "p.Asp270Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 288,
          "aa_ref": "D",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1302,
          "cdna_start": 1041,
          "cds_end": null,
          "cds_length": 867,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000660295.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.808G>A",
          "hgvs_p": "p.Asp270Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 287,
          "aa_ref": "D",
          "aa_start": 269,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1132,
          "cdna_start": 877,
          "cds_end": null,
          "cds_length": 864,
          "cds_start": 805,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001406725.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.805G>A",
          "hgvs_p": "p.Asp269Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 285,
          "aa_ref": "D",
          "aa_start": 267,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1126,
          "cdna_start": 871,
          "cds_end": null,
          "cds_length": 858,
          "cds_start": 799,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001001431.3",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.799G>A",
          "hgvs_p": "p.Asp267Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 285,
          "aa_ref": "D",
          "aa_start": 267,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1259,
          "cdna_start": 1004,
          "cds_end": null,
          "cds_length": 858,
          "cds_start": 799,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001406726.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.799G>A",
          "hgvs_p": "p.Asp267Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 285,
          "aa_ref": "D",
          "aa_start": 267,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1117,
          "cdna_start": 862,
          "cds_end": null,
          "cds_length": 858,
          "cds_start": 799,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001406727.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.799G>A",
          "hgvs_p": "p.Asp267Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 285,
          "aa_ref": "D",
          "aa_start": 267,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1108,
          "cdna_start": 857,
          "cds_end": null,
          "cds_length": 858,
          "cds_start": 799,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000412633.3",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.799G>A",
          "hgvs_p": "p.Asp267Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 285,
          "aa_ref": "D",
          "aa_start": 267,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1335,
          "cdna_start": 1068,
          "cds_end": null,
          "cds_length": 858,
          "cds_start": 799,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000961997.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.799G>A",
          "hgvs_p": "p.Asp267Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 285,
          "aa_ref": "D",
          "aa_start": 267,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1473,
          "cdna_start": 1211,
          "cds_end": null,
          "cds_length": 858,
          "cds_start": 799,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000961998.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.799G>A",
          "hgvs_p": "p.Asp267Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 285,
          "aa_ref": "D",
          "aa_start": 267,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1331,
          "cdna_start": 1070,
          "cds_end": null,
          "cds_length": 858,
          "cds_start": 799,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000961999.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.799G>A",
          "hgvs_p": "p.Asp267Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 285,
          "aa_ref": "D",
          "aa_start": 267,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1378,
          "cdna_start": 1117,
          "cds_end": null,
          "cds_length": 858,
          "cds_start": 799,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000962002.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.799G>A",
          "hgvs_p": "p.Asp267Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "D",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1464,
          "cdna_start": 1204,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000962000.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.796G>A",
          "hgvs_p": "p.Asp266Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "D",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1290,
          "cdna_start": 1029,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000962001.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.796G>A",
          "hgvs_p": "p.Asp266Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 283,
          "aa_ref": "D",
          "aa_start": 265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1120,
          "cdna_start": 865,
          "cds_end": null,
          "cds_length": 852,
          "cds_start": 793,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001406728.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.793G>A",
          "hgvs_p": "p.Asp265Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 282,
          "aa_ref": "D",
          "aa_start": 264,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1117,
          "cdna_start": 862,
          "cds_end": null,
          "cds_length": 849,
          "cds_start": 790,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001001432.3",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.790G>A",
          "hgvs_p": "p.Asp264Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 281,
          "aa_ref": "D",
          "aa_start": 263,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1058,
          "cdna_start": 859,
          "cds_end": null,
          "cds_length": 846,
          "cds_start": 787,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000438742.6",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.787G>A",
          "hgvs_p": "p.Asp263Asn",
          "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": "Q",
          "aa_end": null,
          "aa_length": 262,
          "aa_ref": "R",
          "aa_start": 262,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1103,
          "cdna_start": 857,
          "cds_end": null,
          "cds_length": 789,
          "cds_start": 785,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000714316.2",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.785G>A",
          "hgvs_p": "p.Arg262Gln",
          "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": "N",
          "aa_end": null,
          "aa_length": 256,
          "aa_ref": "D",
          "aa_start": 238,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1034,
          "cdna_start": 782,
          "cds_end": null,
          "cds_length": 771,
          "cds_start": 712,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000962004.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.712G>A",
          "hgvs_p": "p.Asp238Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 255,
          "aa_ref": "D",
          "aa_start": 237,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1036,
          "cdna_start": 781,
          "cds_end": null,
          "cds_length": 768,
          "cds_start": 709,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001276346.2",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.709G>A",
          "hgvs_p": "p.Asp237Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "D",
          "aa_start": 228,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3108,
          "cdna_start": 2847,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 682,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000961996.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.682G>A",
          "hgvs_p": "p.Asp228Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "D",
          "aa_start": 228,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1083,
          "cdna_start": 829,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 682,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000962003.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.682G>A",
          "hgvs_p": "p.Asp228Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 244,
          "aa_ref": "D",
          "aa_start": 226,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1003,
          "cdna_start": 748,
          "cds_end": null,
          "cds_length": 735,
          "cds_start": 676,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000714313.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.676G>A",
          "hgvs_p": "p.Asp226Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "D",
          "aa_start": 211,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1077,
          "cdna_start": 822,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 631,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000714312.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.631G>A",
          "hgvs_p": "p.Asp211Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "D",
          "aa_start": 211,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1059,
          "cdna_start": 840,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 631,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000714317.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.631G>A",
          "hgvs_p": "p.Asp211Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 298,
          "aa_ref": "D",
          "aa_start": 280,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1156,
          "cdna_start": 901,
          "cds_end": null,
          "cds_length": 897,
          "cds_start": 838,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_011509938.3",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.838G>A",
          "hgvs_p": "p.Asp280Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 297,
          "aa_ref": "D",
          "aa_start": 279,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1162,
          "cdna_start": 907,
          "cds_end": null,
          "cds_length": 894,
          "cds_start": 835,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_011509939.2",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.835G>A",
          "hgvs_p": "p.Asp279Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 297,
          "aa_ref": "D",
          "aa_start": 279,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1162,
          "cdna_start": 907,
          "cds_end": null,
          "cds_length": 894,
          "cds_start": 835,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_011509940.3",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.835G>A",
          "hgvs_p": "p.Asp279Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 296,
          "aa_ref": "D",
          "aa_start": 278,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1159,
          "cdna_start": 904,
          "cds_end": null,
          "cds_length": 891,
          "cds_start": 832,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_011509941.3",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.832G>A",
          "hgvs_p": "p.Asp278Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 283,
          "aa_ref": "D",
          "aa_start": 265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1111,
          "cdna_start": 856,
          "cds_end": null,
          "cds_length": 852,
          "cds_start": 793,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_011509943.3",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.793G>A",
          "hgvs_p": "p.Asp265Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 282,
          "aa_ref": "D",
          "aa_start": 264,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1117,
          "cdna_start": 862,
          "cds_end": null,
          "cds_length": 849,
          "cds_start": 790,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_011509944.3",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.790G>A",
          "hgvs_p": "p.Asp264Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "D",
          "aa_start": 211,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1171,
          "cdna_start": 916,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 631,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_011509946.2",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.631G>A",
          "hgvs_p": "p.Asp211Asn",
          "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": "N",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "D",
          "aa_start": 211,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1156,
          "cdna_start": 901,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 631,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_047429478.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.631G>A",
          "hgvs_p": "p.Asp211Asn",
          "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": "T",
          "aa_end": null,
          "aa_length": 368,
          "aa_ref": "T",
          "aa_start": 291,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1139,
          "cdna_start": 887,
          "cds_end": null,
          "cds_length": 1107,
          "cds_start": 873,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000658476.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "c.873G>A",
          "hgvs_p": "p.Thr291Thr",
          "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": 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": 5,
          "exon_rank_end": null,
          "feature": "ENST00000460780.5",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "n.1957G>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": 5,
          "exon_rank_end": null,
          "feature": "ENST00000476888.5",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "n.255G>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": 14,
          "exon_rank_end": null,
          "feature": "ENST00000491504.5",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "n.2047G>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": 8,
          "exon_rank_end": null,
          "feature": "ENST00000651504.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "n.1299G>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": 9,
          "exon_rank_end": null,
          "feature": "ENST00000662159.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "n.*197G>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": 13,
          "exon_rank_end": null,
          "feature": "ENST00000663843.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "n.*738G>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": 15,
          "exon_rank_end": null,
          "feature": "ENST00000666449.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "n.*83G>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": 16,
          "exon_rank_end": null,
          "feature": "ENST00000671234.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000286600",
          "hgvs_c": "n.945G>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": 16,
          "exon_rank_end": null,
          "feature": "ENST00000714315.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "n.*34G>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": 9,
          "exon_rank_end": null,
          "feature": "ENST00000662159.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "n.*197G>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": 13,
          "exon_rank_end": null,
          "feature": "ENST00000663843.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "n.*738G>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": 15,
          "exon_rank_end": null,
          "feature": "ENST00000666449.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "n.*83G>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": 16,
          "exon_rank_end": null,
          "feature": "ENST00000714315.1",
          "gene_hgnc_id": 11949,
          "gene_symbol": "TNNT2",
          "hgvs_c": "n.*34G>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": "rs121964861",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000041476565,
      "gene_hgnc_id": 11949,
      "gene_symbol": "TNNT2",
      "gnomad_exomes_ac": 6,
      "gnomad_exomes_af": 0.00000414766,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "Dilated cardiomyopathy 1D|Cardiomyopathy, familial restrictive, 3;Dilated cardiomyopathy 1D;Hypertrophic cardiomyopathy 2|Cardiomyopathy|Cardiovascular phenotype|Hypertrophic cardiomyopathy 2|Cardiomyopathy, familial restrictive, 3",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.482,
      "pos": 201359636,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.442,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_001276345.2"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.