← 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: 15-72045956-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "15",
      "pos": 72045956,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000356056.10",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "NM_006901.4",
          "protein_id": "NP_008832.2",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2548,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7647,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12478,
          "mane_select": "ENST00000356056.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "ENST00000356056.10",
          "protein_id": "ENSP00000348349.5",
          "transcript_support_level": 1,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2548,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7647,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12478,
          "mane_select": "NM_006901.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "ENST00000564571.5",
          "protein_id": "ENSP00000456192.1",
          "transcript_support_level": 1,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2396,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7191,
          "cdna_start": 768,
          "cdna_end": null,
          "cdna_length": 8111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "n.681A>G",
          "hgvs_p": null,
          "transcript": "ENST00000563542.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 8864,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "n.1081A>G",
          "hgvs_p": null,
          "transcript": "ENST00000567560.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 4056,
          "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": 23,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.-318-13368A>G",
          "hgvs_p": null,
          "transcript": "ENST00000566885.5",
          "protein_id": "ENSP00000454446.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1301,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3906,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_011521613.4",
          "protein_id": "XP_011519915.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2638,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7917,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12748,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_011521614.4",
          "protein_id": "XP_011519916.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2638,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7917,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 12793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_011521615.4",
          "protein_id": "XP_011519917.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2638,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7917,
          "cdna_start": 953,
          "cdna_end": null,
          "cdna_length": 12551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_011521616.4",
          "protein_id": "XP_011519918.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2638,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7917,
          "cdna_start": 747,
          "cdna_end": null,
          "cdna_length": 12345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_011521617.4",
          "protein_id": "XP_011519919.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2637,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7914,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432547.1",
          "protein_id": "XP_047288503.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2637,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7914,
          "cdna_start": 747,
          "cdna_end": null,
          "cdna_length": 12342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432548.1",
          "protein_id": "XP_047288504.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2637,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7914,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 12790,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_011521618.4",
          "protein_id": "XP_011519920.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2620,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7863,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_006720539.4",
          "protein_id": "XP_006720602.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2619,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7860,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_011521619.4",
          "protein_id": "XP_011519921.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2619,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7860,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432549.1",
          "protein_id": "XP_047288505.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2619,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7860,
          "cdna_start": 747,
          "cdna_end": null,
          "cdna_length": 12288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432550.1",
          "protein_id": "XP_047288506.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2619,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7860,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 12736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432551.1",
          "protein_id": "XP_047288507.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2619,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7860,
          "cdna_start": 747,
          "cdna_end": null,
          "cdna_length": 12288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432552.1",
          "protein_id": "XP_047288508.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2619,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7860,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 12736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432553.1",
          "protein_id": "XP_047288509.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2619,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7860,
          "cdna_start": 969,
          "cdna_end": null,
          "cdna_length": 12510,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_011521620.4",
          "protein_id": "XP_011519922.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2618,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7857,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12688,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432554.1",
          "protein_id": "XP_047288510.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2618,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7857,
          "cdna_start": 747,
          "cdna_end": null,
          "cdna_length": 12285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432555.1",
          "protein_id": "XP_047288511.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2618,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7857,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 12733,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432556.1",
          "protein_id": "XP_047288512.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2618,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7857,
          "cdna_start": 953,
          "cdna_end": null,
          "cdna_length": 12491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432557.1",
          "protein_id": "XP_047288513.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2601,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7806,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432558.1",
          "protein_id": "XP_047288514.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2600,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7803,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12634,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432559.1",
          "protein_id": "XP_047288515.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2600,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7803,
          "cdna_start": 747,
          "cdna_end": null,
          "cdna_length": 12231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432560.1",
          "protein_id": "XP_047288516.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2600,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7803,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 12679,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_011521621.4",
          "protein_id": "XP_011519923.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2598,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7797,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12628,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432561.1",
          "protein_id": "XP_047288517.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2598,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7797,
          "cdna_start": 747,
          "cdna_end": null,
          "cdna_length": 12225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432562.1",
          "protein_id": "XP_047288518.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2598,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7797,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 12673,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432564.1",
          "protein_id": "XP_047288520.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2597,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7794,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432565.1",
          "protein_id": "XP_047288521.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2597,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7794,
          "cdna_start": 747,
          "cdna_end": null,
          "cdna_length": 12222,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432566.1",
          "protein_id": "XP_047288522.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2597,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7794,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 12670,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432567.1",
          "protein_id": "XP_047288523.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2579,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7740,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432568.1",
          "protein_id": "XP_047288524.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2579,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7740,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432569.1",
          "protein_id": "XP_047288525.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2579,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7740,
          "cdna_start": 747,
          "cdna_end": null,
          "cdna_length": 12168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432570.1",
          "protein_id": "XP_047288526.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2579,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7740,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 12616,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432571.1",
          "protein_id": "XP_047288527.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2579,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7740,
          "cdna_start": 953,
          "cdna_end": null,
          "cdna_length": 12374,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432572.1",
          "protein_id": "XP_047288528.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2578,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7737,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432573.1",
          "protein_id": "XP_047288529.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2578,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7737,
          "cdna_start": 747,
          "cdna_end": null,
          "cdna_length": 12165,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_011521622.4",
          "protein_id": "XP_011519924.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2566,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7701,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_017022229.2",
          "protein_id": "XP_016877718.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2566,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7701,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 12577,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432575.1",
          "protein_id": "XP_047288531.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2566,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7701,
          "cdna_start": 747,
          "cdna_end": null,
          "cdna_length": 12129,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432576.1",
          "protein_id": "XP_047288532.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2566,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7701,
          "cdna_start": 975,
          "cdna_end": null,
          "cdna_length": 12357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432577.1",
          "protein_id": "XP_047288533.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2560,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7683,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432578.1",
          "protein_id": "XP_047288534.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2548,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7647,
          "cdna_start": 953,
          "cdna_end": null,
          "cdna_length": 12281,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_017022230.3",
          "protein_id": "XP_016877719.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2547,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7644,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12475,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432579.1",
          "protein_id": "XP_047288535.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2547,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7644,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 12520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432580.1",
          "protein_id": "XP_047288536.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2547,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7644,
          "cdna_start": 747,
          "cdna_end": null,
          "cdna_length": 12072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432581.1",
          "protein_id": "XP_047288537.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2529,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7590,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432583.1",
          "protein_id": "XP_047288539.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2526,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7581,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 12412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432584.1",
          "protein_id": "XP_047288540.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2526,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7581,
          "cdna_start": 747,
          "cdna_end": null,
          "cdna_length": 12009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys",
          "transcript": "XM_047432585.1",
          "protein_id": "XP_047288541.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 2507,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 7524,
          "cdna_start": 953,
          "cdna_end": null,
          "cdna_length": 12158,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "n.26A>G",
          "hgvs_p": null,
          "transcript": "ENST00000568438.1",
          "protein_id": "ENSP00000457235.1",
          "transcript_support_level": 4,
          "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": 549,
          "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": "ENSG00000261632",
          "gene_hgnc_id": 58543,
          "hgvs_c": "n.276-145T>C",
          "hgvs_p": null,
          "transcript": "ENST00000819060.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": 708,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO9A",
          "gene_hgnc_id": 7608,
          "hgvs_c": "c.*186A>G",
          "hgvs_p": null,
          "transcript": "ENST00000569314.1",
          "protein_id": "ENSP00000454517.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 139,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 422,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 560,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MYO9A",
      "gene_hgnc_id": 7608,
      "dbsnp": "rs374155761",
      "frequency_reference_population": 0.00011771616,
      "hom_count_reference_population": 3,
      "allele_count_reference_population": 190,
      "gnomad_exomes_af": 0.000124498,
      "gnomad_genomes_af": 0.0000525693,
      "gnomad_exomes_ac": 182,
      "gnomad_genomes_ac": 8,
      "gnomad_exomes_homalt": 3,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8459455966949463,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.904,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9669,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.4,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 6.254,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PP3_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PP3_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000356056.10",
          "gene_symbol": "MYO9A",
          "hgnc_id": 7608,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,Unknown,AD",
          "hgvs_c": "c.608A>G",
          "hgvs_p": "p.Tyr203Cys"
        },
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PP3_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000819060.1",
          "gene_symbol": "ENSG00000261632",
          "hgnc_id": 58543,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.276-145T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " 24, congenital, presynaptic,Flexion contracture,Myasthenic syndrome,not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "Myasthenic syndrome, congenital, 24, presynaptic|not provided|Flexion contracture",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}