← 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: 3-46858435-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP2",
            "PP3_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "MYL3",
          "hgnc_id": 7584,
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "inheritance_mode": "AD,SD",
          "pathogenic_score": 5,
          "score": 5,
          "transcript": "NM_000258.3",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP2,PP3_Moderate",
      "acmg_score": 5,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.9278,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.21,
      "chr": "3",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Hypertrophic cardiomyopathy",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Uncertain_significance",
      "computational_score_selected": 0.15427565574645996,
      "computational_source_selected": "CardioboostCm",
      "consequences": [
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 885,
          "cdna_start": 562,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_000258.3",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000292327.6",
          "protein_coding": true,
          "protein_id": "NP_000249.1",
          "strand": false,
          "transcript": "NM_000258.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 885,
          "cdna_start": 562,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000292327.6",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000258.3",
          "protein_coding": true,
          "protein_id": "ENSP00000292327.4",
          "strand": false,
          "transcript": "ENST00000292327.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1012,
          "cdna_start": 560,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000395869.5",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379210.1",
          "strand": false,
          "transcript": "ENST00000395869.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "E",
          "aa_start": 214,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1016,
          "cdna_start": 694,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 640,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000713934.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.640G>A",
          "hgvs_p": "p.Glu214Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000519231.1",
          "strand": false,
          "transcript": "ENST00000713934.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "E",
          "aa_start": 214,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1638,
          "cdna_start": 689,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 640,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957831.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.640G>A",
          "hgvs_p": "p.Glu214Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627890.1",
          "strand": false,
          "transcript": "ENST00000957831.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "E",
          "aa_start": 214,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1140,
          "cdna_start": 693,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 640,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957844.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.640G>A",
          "hgvs_p": "p.Glu214Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627903.1",
          "strand": false,
          "transcript": "ENST00000957844.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 209,
          "aa_ref": "E",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 920,
          "cdna_start": 601,
          "cds_end": null,
          "cds_length": 630,
          "cds_start": 550,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957846.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.550G>A",
          "hgvs_p": "p.Glu184Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627905.1",
          "strand": false,
          "transcript": "ENST00000957846.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 205,
          "aa_ref": "E",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 910,
          "cdna_start": 592,
          "cds_end": null,
          "cds_length": 618,
          "cds_start": 538,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000877138.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.538G>A",
          "hgvs_p": "p.Glu180Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547197.1",
          "strand": false,
          "transcript": "ENST00000877138.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1014,
          "cdna_start": 562,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001406937.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393866.1",
          "strand": false,
          "transcript": "NM_001406937.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1157,
          "cdna_start": 834,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001406938.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393867.1",
          "strand": false,
          "transcript": "NM_001406938.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1039,
          "cdna_start": 716,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001406939.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393868.1",
          "strand": false,
          "transcript": "NM_001406939.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1206,
          "cdna_start": 830,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000431168.2",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000393455.2",
          "strand": false,
          "transcript": "ENST00000431168.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1748,
          "cdna_start": 562,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000653454.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000499624.1",
          "strand": false,
          "transcript": "ENST00000653454.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1880,
          "cdna_start": 706,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000654597.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000499406.1",
          "strand": false,
          "transcript": "ENST00000654597.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 914,
          "cdna_start": 640,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000662933.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000499577.1",
          "strand": false,
          "transcript": "ENST00000662933.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 821,
          "cdna_start": 562,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000713933.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000519230.1",
          "strand": false,
          "transcript": "ENST00000713933.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1303,
          "cdna_start": 947,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000877119.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547178.1",
          "strand": false,
          "transcript": "ENST00000877119.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2022,
          "cdna_start": 835,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000877120.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547179.1",
          "strand": false,
          "transcript": "ENST00000877120.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1504,
          "cdna_start": 1057,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000877121.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547180.1",
          "strand": false,
          "transcript": "ENST00000877121.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1483,
          "cdna_start": 1165,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000877122.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547181.1",
          "strand": false,
          "transcript": "ENST00000877122.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3222,
          "cdna_start": 712,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000877123.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547182.1",
          "strand": false,
          "transcript": "ENST00000877123.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1522,
          "cdna_start": 982,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000877124.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547183.1",
          "strand": false,
          "transcript": "ENST00000877124.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1233,
          "cdna_start": 856,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000877125.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547184.1",
          "strand": false,
          "transcript": "ENST00000877125.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 942,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000877126.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547185.1",
          "strand": false,
          "transcript": "ENST00000877126.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1280,
          "cdna_start": 828,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000877127.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547186.1",
          "strand": false,
          "transcript": "ENST00000877127.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1049,
          "cdna_start": 731,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000877128.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547187.1",
          "strand": false,
          "transcript": "ENST00000877128.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1261,
          "cdna_start": 943,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000877129.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547188.1",
          "strand": false,
          "transcript": "ENST00000877129.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1130,
          "cdna_start": 811,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000877130.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547189.1",
          "strand": false,
          "transcript": "ENST00000877130.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1015,
          "cdna_start": 692,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000877131.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547190.1",
          "strand": false,
          "transcript": "ENST00000877131.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2962,
          "cdna_start": 580,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000877132.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547191.1",
          "strand": false,
          "transcript": "ENST00000877132.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 915,
          "cdna_start": 583,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000877133.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547192.1",
          "strand": false,
          "transcript": "ENST00000877133.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 993,
          "cdna_start": 546,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000877134.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547193.1",
          "strand": false,
          "transcript": "ENST00000877134.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1917,
          "cdna_start": 731,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000957828.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627887.1",
          "strand": false,
          "transcript": "ENST00000957828.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1796,
          "cdna_start": 610,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000957829.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627888.1",
          "strand": false,
          "transcript": "ENST00000957829.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1994,
          "cdna_start": 806,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000957830.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627889.1",
          "strand": false,
          "transcript": "ENST00000957830.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1067,
          "cdna_start": 619,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000957832.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627891.1",
          "strand": false,
          "transcript": "ENST00000957832.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2528,
          "cdna_start": 557,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957833.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627892.1",
          "strand": false,
          "transcript": "ENST00000957833.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2454,
          "cdna_start": 2131,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000957834.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627893.1",
          "strand": false,
          "transcript": "ENST00000957834.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1256,
          "cdna_start": 811,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000957835.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627894.1",
          "strand": false,
          "transcript": "ENST00000957835.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1131,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000957836.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627895.1",
          "strand": false,
          "transcript": "ENST00000957836.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1058,
          "cdna_start": 739,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000957837.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627896.1",
          "strand": false,
          "transcript": "ENST00000957837.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1313,
          "cdna_start": 562,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957838.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627897.1",
          "strand": false,
          "transcript": "ENST00000957838.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 936,
          "cdna_start": 618,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000957839.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627898.1",
          "strand": false,
          "transcript": "ENST00000957839.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "E",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 898,
          "cdna_start": 574,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 508,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957840.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.508G>A",
          "hgvs_p": "p.Glu170Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627899.1",
          "strand": false,
          "transcript": "ENST00000957840.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "E",
          "aa_start": 166,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 866,
          "cdna_start": 547,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 496,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957845.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.496G>A",
          "hgvs_p": "p.Glu166Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627904.1",
          "strand": false,
          "transcript": "ENST00000957845.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "E",
          "aa_start": 165,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 870,
          "cdna_start": 547,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 493,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000877136.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.493G>A",
          "hgvs_p": "p.Glu165Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547195.1",
          "strand": false,
          "transcript": "ENST00000877136.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 186,
          "aa_ref": "E",
          "aa_start": 161,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 854,
          "cdna_start": 535,
          "cds_end": null,
          "cds_length": 561,
          "cds_start": 481,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000877137.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.481G>A",
          "hgvs_p": "p.Glu161Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547196.1",
          "strand": false,
          "transcript": "ENST00000877137.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 185,
          "aa_ref": "E",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 885,
          "cdna_start": 551,
          "cds_end": null,
          "cds_length": 558,
          "cds_start": 478,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000877135.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.478G>A",
          "hgvs_p": "p.Glu160Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547194.1",
          "strand": false,
          "transcript": "ENST00000877135.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 185,
          "aa_ref": "E",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 974,
          "cdna_start": 527,
          "cds_end": null,
          "cds_length": 558,
          "cds_start": 478,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000877140.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.478G>A",
          "hgvs_p": "p.Glu160Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547199.1",
          "strand": false,
          "transcript": "ENST00000877140.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 183,
          "aa_ref": "E",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 844,
          "cdna_start": 526,
          "cds_end": null,
          "cds_length": 552,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000877139.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.472G>A",
          "hgvs_p": "p.Glu158Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547198.1",
          "strand": false,
          "transcript": "ENST00000877139.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 183,
          "aa_ref": "E",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 969,
          "cdna_start": 523,
          "cds_end": null,
          "cds_length": 552,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000957847.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.472G>A",
          "hgvs_p": "p.Glu158Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627906.1",
          "strand": false,
          "transcript": "ENST00000957847.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 145,
          "aa_ref": "E",
          "aa_start": 120,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 745,
          "cdna_start": 411,
          "cds_end": null,
          "cds_length": 438,
          "cds_start": 358,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000957841.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.358G>A",
          "hgvs_p": "p.Glu120Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627900.1",
          "strand": false,
          "transcript": "ENST00000957841.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "E",
          "aa_start": 112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 789,
          "cdna_start": 466,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 334,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001406940.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.334G>A",
          "hgvs_p": "p.Glu112Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393869.1",
          "strand": false,
          "transcript": "NM_001406940.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 132,
          "aa_ref": "E",
          "aa_start": 107,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1074,
          "cdna_start": 751,
          "cds_end": null,
          "cds_length": 399,
          "cds_start": 319,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001406941.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.319G>A",
          "hgvs_p": "p.Glu107Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393870.1",
          "strand": false,
          "transcript": "NM_001406941.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 119,
          "aa_ref": "E",
          "aa_start": 94,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 662,
          "cdna_start": 329,
          "cds_end": null,
          "cds_length": 360,
          "cds_start": 280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000957842.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.280G>A",
          "hgvs_p": "p.Glu94Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627901.1",
          "strand": false,
          "transcript": "ENST00000957842.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 119,
          "aa_ref": "E",
          "aa_start": 94,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 781,
          "cdna_start": 334,
          "cds_end": null,
          "cds_length": 360,
          "cds_start": 280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000957843.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.280G>A",
          "hgvs_p": "p.Glu94Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627902.1",
          "strand": false,
          "transcript": "ENST00000957843.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1033,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000655244.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "n.715G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000655244.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 784,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000664891.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "n.466G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000664891.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1880,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000713932.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "n.508G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519229.1",
          "strand": false,
          "transcript": "ENST00000713932.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs864622538",
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 7584,
      "gene_symbol": "MYL3",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "Hypertrophic cardiomyopathy",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 7.722,
      "pos": 46858435,
      "ref": "C",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.818,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_000258.3"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.