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

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 15,
          "criteria": [
            "BP4_Moderate",
            "BP6_Very_Strong",
            "BP7",
            "BS2"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "MYL3",
          "hgnc_id": 7584,
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "inheritance_mode": "AD,SD",
          "pathogenic_score": 0,
          "score": -15,
          "transcript": "NM_000258.3",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BS2",
      "acmg_score": -15,
      "allele_count_reference_population": 104,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.41,
      "chr": "3",
      "clinvar_classification": "Likely benign",
      "clinvar_disease": "Cardiomyopathy,Cardiovascular phenotype,Hypertrophic cardiomyopathy,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:6",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.4099999964237213,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 885,
          "cdna_start": 276,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_000258.3",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 885,
          "cdna_start": 276,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000292327.6",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1012,
          "cdna_start": 274,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000395869.5",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "G",
          "aa_start": 118,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1016,
          "cdna_start": 408,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 354,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000713934.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.354G>A",
          "hgvs_p": "p.Gly118Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "G",
          "aa_start": 118,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1638,
          "cdna_start": 403,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 354,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000957831.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.354G>A",
          "hgvs_p": "p.Gly118Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "G",
          "aa_start": 118,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1140,
          "cdna_start": 407,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 354,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000957844.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.354G>A",
          "hgvs_p": "p.Gly118Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 209,
          "aa_ref": "G",
          "aa_start": 88,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 920,
          "cdna_start": 315,
          "cds_end": null,
          "cds_length": 630,
          "cds_start": 264,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000957846.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.264G>A",
          "hgvs_p": "p.Gly88Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 205,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 910,
          "cdna_start": 276,
          "cds_end": null,
          "cds_length": 618,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000877138.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1014,
          "cdna_start": 276,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001406937.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1157,
          "cdna_start": 548,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001406938.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1039,
          "cdna_start": 430,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001406939.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1206,
          "cdna_start": 544,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000431168.2",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1748,
          "cdna_start": 276,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000653454.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1880,
          "cdna_start": 420,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000654597.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 914,
          "cdna_start": 354,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000662933.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 821,
          "cdna_start": 276,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000713933.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1303,
          "cdna_start": 661,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000877119.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2022,
          "cdna_start": 549,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000877120.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1504,
          "cdna_start": 771,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000877121.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1483,
          "cdna_start": 879,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000877122.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3222,
          "cdna_start": 426,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000877123.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1522,
          "cdna_start": 696,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000877124.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1233,
          "cdna_start": 570,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000877125.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 942,
          "cdna_start": 337,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000877126.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1280,
          "cdna_start": 542,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000877127.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1049,
          "cdna_start": 445,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000877128.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1261,
          "cdna_start": 657,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000877129.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1130,
          "cdna_start": 525,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000877130.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1015,
          "cdna_start": 406,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000877131.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2962,
          "cdna_start": 294,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000877132.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 915,
          "cdna_start": 297,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000877133.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 993,
          "cdna_start": 260,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000877134.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1917,
          "cdna_start": 445,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957828.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1796,
          "cdna_start": 324,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000957829.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1994,
          "cdna_start": 520,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957830.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1067,
          "cdna_start": 333,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000957832.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2528,
          "cdna_start": 271,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000957833.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2454,
          "cdna_start": 1845,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000957834.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1256,
          "cdna_start": 525,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957835.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1131,
          "cdna_start": 523,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957836.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1058,
          "cdna_start": 453,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957837.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1313,
          "cdna_start": 276,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000957838.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 936,
          "cdna_start": 332,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000957839.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 898,
          "cdna_start": 288,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000957840.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "G",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 866,
          "cdna_start": 261,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 210,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000957845.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.210G>A",
          "hgvs_p": "p.Gly70Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": "G",
          "aa_start": 74,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 870,
          "cdna_start": 276,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": 222,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000877136.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.222G>A",
          "hgvs_p": "p.Gly74Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 186,
          "aa_ref": "G",
          "aa_start": 65,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 854,
          "cdna_start": 249,
          "cds_end": null,
          "cds_length": 561,
          "cds_start": 195,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000877137.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.195G>A",
          "hgvs_p": "p.Gly65Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 185,
          "aa_ref": "G",
          "aa_start": 64,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 885,
          "cdna_start": 265,
          "cds_end": null,
          "cds_length": 558,
          "cds_start": 192,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000877135.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.192G>A",
          "hgvs_p": "p.Gly64Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 185,
          "aa_ref": "G",
          "aa_start": 64,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 974,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 558,
          "cds_start": 192,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000877140.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.192G>A",
          "hgvs_p": "p.Gly64Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 183,
          "aa_ref": "G",
          "aa_start": 62,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 844,
          "cdna_start": 240,
          "cds_end": null,
          "cds_length": 552,
          "cds_start": 186,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000877139.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.186G>A",
          "hgvs_p": "p.Gly62Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 183,
          "aa_ref": "G",
          "aa_start": 62,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 969,
          "cdna_start": 237,
          "cds_end": null,
          "cds_length": 552,
          "cds_start": 186,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000957847.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.186G>A",
          "hgvs_p": "p.Gly62Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "G",
          "aa_start": 16,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 789,
          "cdna_start": 180,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 48,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001406940.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.48G>A",
          "hgvs_p": "p.Gly16Gly",
          "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": "G",
          "aa_end": null,
          "aa_length": 132,
          "aa_ref": "G",
          "aa_start": 16,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1074,
          "cdna_start": 480,
          "cds_end": null,
          "cds_length": 399,
          "cds_start": 48,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001406941.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.48G>A",
          "hgvs_p": "p.Gly16Gly",
          "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": null,
          "aa_end": null,
          "aa_length": 145,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 745,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 438,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000957841.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.157+199G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "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": null,
          "aa_end": null,
          "aa_length": 119,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 662,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 360,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000957842.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.130-1163G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "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": null,
          "aa_end": null,
          "aa_length": 119,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 781,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 360,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000957843.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "c.130-1163G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "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": 3,
          "exon_rank_end": null,
          "feature": "ENST00000655244.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "n.444G>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": 3,
          "exon_rank_end": null,
          "feature": "ENST00000664891.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "n.180G>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": 3,
          "exon_rank_end": null,
          "feature": "ENST00000713932.1",
          "gene_hgnc_id": 7584,
          "gene_symbol": "MYL3",
          "hgvs_c": "n.222G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519229.1",
          "strand": false,
          "transcript": "ENST00000713932.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs144543453",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.00006443123,
      "gene_hgnc_id": 7584,
      "gene_symbol": "MYL3",
      "gnomad_exomes_ac": 102,
      "gnomad_exomes_af": 0.0000697734,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 2,
      "gnomad_genomes_af": 0.0000131365,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Likely benign",
      "phenotype_combined": "not specified|Hypertrophic cardiomyopathy|Cardiomyopathy|Cardiovascular phenotype",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.807,
      "pos": 46860761,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "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.