← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 2-178652486-A-G (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=178652486&ref=A&alt=G&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 178652486,
      "ref": "A",
      "alt": "G",
      "effect": "synonymous_variant",
      "transcript": "NM_001267550.2",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 202,
          "exon_rank_end": null,
          "exon_count": 363,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.39099T>C",
          "hgvs_p": "p.Pro13033Pro",
          "transcript": "NM_001267550.2",
          "protein_id": "NP_001254479.2",
          "transcript_support_level": null,
          "aa_start": 13033,
          "aa_end": null,
          "aa_length": 35991,
          "cds_start": 39099,
          "cds_end": null,
          "cds_length": 107976,
          "cdna_start": 39324,
          "cdna_end": null,
          "cdna_length": 109224,
          "mane_select": "ENST00000589042.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 202,
          "exon_rank_end": null,
          "exon_count": 363,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.39099T>C",
          "hgvs_p": "p.Pro13033Pro",
          "transcript": "ENST00000589042.5",
          "protein_id": "ENSP00000467141.1",
          "transcript_support_level": 5,
          "aa_start": 13033,
          "aa_end": null,
          "aa_length": 35991,
          "cds_start": 39099,
          "cds_end": null,
          "cds_length": 107976,
          "cdna_start": 39324,
          "cdna_end": null,
          "cdna_length": 109224,
          "mane_select": "NM_001267550.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 202,
          "exon_rank_end": null,
          "exon_count": 361,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.39099T>C",
          "hgvs_p": "p.Pro13033Pro",
          "transcript": "ENST00000446966.2",
          "protein_id": "ENSP00000408004.2",
          "transcript_support_level": 1,
          "aa_start": 13033,
          "aa_end": null,
          "aa_length": 35939,
          "cds_start": 39099,
          "cds_end": null,
          "cds_length": 107820,
          "cdna_start": 39324,
          "cdna_end": null,
          "cdna_length": 109068,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 200,
          "exon_rank_end": null,
          "exon_count": 361,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.38823T>C",
          "hgvs_p": "p.Pro12941Pro",
          "transcript": "ENST00000436599.2",
          "protein_id": "ENSP00000405517.2",
          "transcript_support_level": 1,
          "aa_start": 12941,
          "aa_end": null,
          "aa_length": 35899,
          "cds_start": 38823,
          "cds_end": null,
          "cds_length": 107700,
          "cdna_start": 39048,
          "cdna_end": null,
          "cdna_length": 108948,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 202,
          "exon_rank_end": null,
          "exon_count": 356,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.39099T>C",
          "hgvs_p": "p.Pro13033Pro",
          "transcript": "ENST00000426232.6",
          "protein_id": "ENSP00000392336.2",
          "transcript_support_level": 1,
          "aa_start": 13033,
          "aa_end": null,
          "aa_length": 35805,
          "cds_start": 39099,
          "cds_end": null,
          "cds_length": 107418,
          "cdna_start": 39324,
          "cdna_end": null,
          "cdna_length": 108666,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 204,
          "exon_rank_end": null,
          "exon_count": 365,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.39099T>C",
          "hgvs_p": "p.Pro13033Pro",
          "transcript": "ENST00000412264.2",
          "protein_id": "ENSP00000394672.2",
          "transcript_support_level": 3,
          "aa_start": 13033,
          "aa_end": null,
          "aa_length": 35991,
          "cds_start": 39099,
          "cds_end": null,
          "cds_length": 107976,
          "cdna_start": 39588,
          "cdna_end": null,
          "cdna_length": 109488,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 201,
          "exon_rank_end": null,
          "exon_count": 362,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.39015T>C",
          "hgvs_p": "p.Pro13005Pro",
          "transcript": "ENST00000425332.3",
          "protein_id": "ENSP00000396805.3",
          "transcript_support_level": 5,
          "aa_start": 13005,
          "aa_end": null,
          "aa_length": 35963,
          "cds_start": 39015,
          "cds_end": null,
          "cds_length": 107892,
          "cdna_start": 39240,
          "cdna_end": null,
          "cdna_length": 109140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 199,
          "exon_rank_end": null,
          "exon_count": 360,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.38685T>C",
          "hgvs_p": "p.Pro12895Pro",
          "transcript": "ENST00000715174.1",
          "protein_id": "ENSP00000520370.1",
          "transcript_support_level": null,
          "aa_start": 12895,
          "aa_end": null,
          "aa_length": 35853,
          "cds_start": 38685,
          "cds_end": null,
          "cds_length": 107562,
          "cdna_start": 38910,
          "cdna_end": null,
          "cdna_length": 108810,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 157,
          "exon_rank_end": null,
          "exon_count": 313,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.34578T>C",
          "hgvs_p": "p.Pro11526Pro",
          "transcript": "NM_001256850.1",
          "protein_id": "NP_001243779.1",
          "transcript_support_level": null,
          "aa_start": 11526,
          "aa_end": null,
          "aa_length": 34350,
          "cds_start": 34578,
          "cds_end": null,
          "cds_length": 103053,
          "cdna_start": 34803,
          "cdna_end": null,
          "cdna_length": 104301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 157,
          "exon_rank_end": null,
          "exon_count": 313,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.34578T>C",
          "hgvs_p": "p.Pro11526Pro",
          "transcript": "ENST00000591111.5",
          "protein_id": "ENSP00000465570.1",
          "transcript_support_level": 5,
          "aa_start": 11526,
          "aa_end": null,
          "aa_length": 34350,
          "cds_start": 34578,
          "cds_end": null,
          "cds_length": 103053,
          "cdna_start": 34803,
          "cdna_end": null,
          "cdna_length": 104301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 156,
          "exon_rank_end": null,
          "exon_count": 312,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.31797T>C",
          "hgvs_p": "p.Pro10599Pro",
          "transcript": "NM_133378.4",
          "protein_id": "NP_596869.4",
          "transcript_support_level": null,
          "aa_start": 10599,
          "aa_end": null,
          "aa_length": 33423,
          "cds_start": 31797,
          "cds_end": null,
          "cds_length": 100272,
          "cdna_start": 32022,
          "cdna_end": null,
          "cdna_length": 101520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 156,
          "exon_rank_end": null,
          "exon_count": 312,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.31797T>C",
          "hgvs_p": "p.Pro10599Pro",
          "transcript": "ENST00000342992.11",
          "protein_id": "ENSP00000343764.6",
          "transcript_support_level": 5,
          "aa_start": 10599,
          "aa_end": null,
          "aa_length": 33423,
          "cds_start": 31797,
          "cds_end": null,
          "cds_length": 100272,
          "cdna_start": 32022,
          "cdna_end": null,
          "cdna_length": 101520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 198,
          "exon_rank_end": null,
          "exon_count": 359,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.37992T>C",
          "hgvs_p": "p.Pro12664Pro",
          "transcript": "XM_017004819.1",
          "protein_id": "XP_016860308.1",
          "transcript_support_level": null,
          "aa_start": 12664,
          "aa_end": null,
          "aa_length": 35622,
          "cds_start": 37992,
          "cds_end": null,
          "cds_length": 106869,
          "cdna_start": 38217,
          "cdna_end": null,
          "cdna_length": 108117,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 156,
          "exon_rank_end": null,
          "exon_count": 317,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.34104T>C",
          "hgvs_p": "p.Pro11368Pro",
          "transcript": "XM_047445660.1",
          "protein_id": "XP_047301616.1",
          "transcript_support_level": null,
          "aa_start": 11368,
          "aa_end": null,
          "aa_length": 34326,
          "cds_start": 34104,
          "cds_end": null,
          "cds_length": 102981,
          "cdna_start": 34329,
          "cdna_end": null,
          "cdna_length": 104229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 175,
          "exon_rank_end": null,
          "exon_count": 336,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.33390T>C",
          "hgvs_p": "p.Pro11130Pro",
          "transcript": "XM_017004820.1",
          "protein_id": "XP_016860309.1",
          "transcript_support_level": null,
          "aa_start": 11130,
          "aa_end": null,
          "aa_length": 34088,
          "cds_start": 33390,
          "cds_end": null,
          "cds_length": 102267,
          "cdna_start": 33615,
          "cdna_end": null,
          "cdna_length": 103515,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 175,
          "exon_rank_end": null,
          "exon_count": 336,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.33387T>C",
          "hgvs_p": "p.Pro11129Pro",
          "transcript": "XM_017004821.1",
          "protein_id": "XP_016860310.1",
          "transcript_support_level": null,
          "aa_start": 11129,
          "aa_end": null,
          "aa_length": 34087,
          "cds_start": 33387,
          "cds_end": null,
          "cds_length": 102264,
          "cdna_start": 33612,
          "cdna_end": null,
          "cdna_length": 103512,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 184,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.1848T>C",
          "hgvs_p": "p.Pro616Pro",
          "transcript": "XM_024453100.2",
          "protein_id": "XP_024308868.1",
          "transcript_support_level": null,
          "aa_start": 616,
          "aa_end": null,
          "aa_length": 23574,
          "cds_start": 1848,
          "cds_end": null,
          "cds_length": 70725,
          "cdna_start": 2012,
          "cdna_end": null,
          "cdna_length": 71912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 192,
          "intron_rank": 47,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.13859-10169T>C",
          "hgvs_p": null,
          "transcript": "NM_133437.4",
          "protein_id": "NP_597681.4",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 27118,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 81357,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 82605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 191,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.13859-10169T>C",
          "hgvs_p": null,
          "transcript": "ENST00000342175.12",
          "protein_id": "ENSP00000340554.6",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 27118,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 81357,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 82380,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 192,
          "intron_rank": 47,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.13658-10169T>C",
          "hgvs_p": null,
          "transcript": "NM_133432.3",
          "protein_id": "NP_597676.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 27051,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 81156,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 82404,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 191,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.13658-10169T>C",
          "hgvs_p": null,
          "transcript": "ENST00000359218.11",
          "protein_id": "ENSP00000352154.5",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 27051,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 81156,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 82179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 191,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.13283-10169T>C",
          "hgvs_p": null,
          "transcript": "NM_003319.4",
          "protein_id": "NP_003310.4",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 26926,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 80781,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 82029,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 191,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.13283-10169T>C",
          "hgvs_p": null,
          "transcript": "ENST00000460472.6",
          "protein_id": "ENSP00000434586.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 26926,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 80781,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 82029,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.124+15788A>G",
          "hgvs_p": null,
          "transcript": "ENST00000431752.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.199-108454A>G",
          "hgvs_p": null,
          "transcript": "ENST00000585451.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.318+7985A>G",
          "hgvs_p": null,
          "transcript": "ENST00000589487.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1077,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.211+15788A>G",
          "hgvs_p": null,
          "transcript": "ENST00000589830.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.683+54805A>G",
          "hgvs_p": null,
          "transcript": "ENST00000590773.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2377,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.1290+7985A>G",
          "hgvs_p": null,
          "transcript": "ENST00000592600.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1748,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.519+54805A>G",
          "hgvs_p": null,
          "transcript": "ENST00000592630.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 666,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.135+54805A>G",
          "hgvs_p": null,
          "transcript": "ENST00000625480.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 633,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.393+51819A>G",
          "hgvs_p": null,
          "transcript": "ENST00000625536.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 693,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.336+54805A>G",
          "hgvs_p": null,
          "transcript": "ENST00000626117.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 572,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.415+51819A>G",
          "hgvs_p": null,
          "transcript": "ENST00000653807.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.314+51819A>G",
          "hgvs_p": null,
          "transcript": "ENST00000657023.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.502+54805A>G",
          "hgvs_p": null,
          "transcript": "ENST00000659121.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.1749+7985A>G",
          "hgvs_p": null,
          "transcript": "ENST00000671355.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.516+54805A>G",
          "hgvs_p": null,
          "transcript": "ENST00000702938.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "TTN-AS1",
          "gene_hgnc_id": 44124,
          "hgvs_c": "n.710+54805A>G",
          "hgvs_p": null,
          "transcript": "ENST00000768381.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 313,
          "intron_rank": 152,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.33797-139T>C",
          "hgvs_p": null,
          "transcript": "XM_047445661.1",
          "protein_id": "XP_047301617.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 34214,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 102645,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 103893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 310,
          "intron_rank": 149,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.33566-139T>C",
          "hgvs_p": null,
          "transcript": "XM_024453095.1",
          "protein_id": "XP_024308863.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 34137,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 102414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 103662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 300,
          "intron_rank": 144,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.33074-139T>C",
          "hgvs_p": null,
          "transcript": "XM_047445663.1",
          "protein_id": "XP_047301619.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 33839,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 101520,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 102768,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 282,
          "intron_rank": 137,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.32462-10169T>C",
          "hgvs_p": null,
          "transcript": "XM_047445665.1",
          "protein_id": "XP_047301621.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 33319,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 99960,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 101208,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 277,
          "intron_rank": 132,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.32038+1959T>C",
          "hgvs_p": null,
          "transcript": "XM_047445668.1",
          "protein_id": "XP_047301624.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 33178,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 99537,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 100785,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 274,
          "intron_rank": 130,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.31859-10169T>C",
          "hgvs_p": null,
          "transcript": "XM_017004822.1",
          "protein_id": "XP_016860311.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 33101,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 99306,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 100554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 273,
          "intron_rank": 128,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.31691-10169T>C",
          "hgvs_p": null,
          "transcript": "XM_024453097.1",
          "protein_id": "XP_024308865.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 33062,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 99189,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 100437,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 272,
          "intron_rank": 127,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.31610-10169T>C",
          "hgvs_p": null,
          "transcript": "XM_024453098.1",
          "protein_id": "XP_024308866.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 33035,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 99108,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 100356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 192,
          "intron_rank": 47,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.13424-10169T>C",
          "hgvs_p": null,
          "transcript": "XM_017004823.1",
          "protein_id": "XP_016860312.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 26973,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 80922,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 82170,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 191,
          "intron_rank": 47,
          "intron_rank_end": null,
          "gene_symbol": "TTN",
          "gene_hgnc_id": 12403,
          "hgvs_c": "c.13424-10169T>C",
          "hgvs_p": null,
          "transcript": "XM_024453099.1",
          "protein_id": "XP_024308867.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 26956,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 80871,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 82119,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "LOC124906100",
          "gene_hgnc_id": null,
          "hgvs_c": "n.2185+7985A>G",
          "hgvs_p": null,
          "transcript": "XR_007087318.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TTN",
      "gene_hgnc_id": 12403,
      "dbsnp": "rs755793186",
      "frequency_reference_population": 0.000069414404,
      "hom_count_reference_population": 1,
      "allele_count_reference_population": 112,
      "gnomad_exomes_af": 0.0000704834,
      "gnomad_genomes_af": 0.0000591483,
      "gnomad_exomes_ac": 103,
      "gnomad_genomes_ac": 9,
      "gnomad_exomes_homalt": 1,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.6299999952316284,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.63,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -1.025,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -6,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong,BP6,BP7",
      "acmg_by_gene": [
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6",
            "BP7"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001267550.2",
          "gene_symbol": "TTN",
          "hgnc_id": 12403,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.39099T>C",
          "hgvs_p": "p.Pro13033Pro"
        },
        {
          "score": -9,
          "benign_score": 9,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6",
            "BS1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000431752.1",
          "gene_symbol": "TTN-AS1",
          "hgnc_id": 44124,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.124+15788A>G",
          "hgvs_p": null
        },
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6"
          ],
          "verdict": "Likely_benign",
          "transcript": "XR_007087318.1",
          "gene_symbol": "LOC124906100",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.2185+7985A>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Autosomal recessive limb-girdle muscular dystrophy type 2J,Dilated cardiomyopathy 1G,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:3",
      "phenotype_combined": "not provided|Autosomal recessive limb-girdle muscular dystrophy type 2J;Dilated cardiomyopathy 1G",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}