← 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: 14-23384549-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 23384549,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_002471.4",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "NM_002471.4",
          "protein_id": "NP_002462.2",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": 5525,
          "cdna_end": null,
          "cdna_length": 5940,
          "mane_select": "ENST00000405093.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002471.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000405093.9",
          "protein_id": "ENSP00000386041.3",
          "transcript_support_level": 5,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": 5525,
          "cdna_end": null,
          "cdna_length": 5940,
          "mane_select": "NM_002471.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000405093.9"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5491C>G",
          "hgvs_p": "p.Arg1831Gly",
          "transcript": "ENST00000968262.1",
          "protein_id": "ENSP00000638321.1",
          "transcript_support_level": null,
          "aa_start": 1831,
          "aa_end": null,
          "aa_length": 1950,
          "cds_start": 5491,
          "cds_end": null,
          "cds_length": 5853,
          "cdna_start": 5562,
          "cdna_end": null,
          "cdna_length": 6363,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968262.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968257.1",
          "protein_id": "ENSP00000638316.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1947,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5844,
          "cdna_start": 5557,
          "cdna_end": null,
          "cdna_length": 6407,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968257.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968271.1",
          "protein_id": "ENSP00000638330.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1946,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5841,
          "cdna_start": 5530,
          "cdna_end": null,
          "cdna_length": 5970,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968271.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5476C>G",
          "hgvs_p": "p.Arg1826Gly",
          "transcript": "ENST00000968258.1",
          "protein_id": "ENSP00000638317.1",
          "transcript_support_level": null,
          "aa_start": 1826,
          "aa_end": null,
          "aa_length": 1945,
          "cds_start": 5476,
          "cds_end": null,
          "cds_length": 5838,
          "cdna_start": 5578,
          "cdna_end": null,
          "cdna_length": 6380,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968258.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5476C>G",
          "hgvs_p": "p.Arg1826Gly",
          "transcript": "ENST00000968274.1",
          "protein_id": "ENSP00000638333.1",
          "transcript_support_level": null,
          "aa_start": 1826,
          "aa_end": null,
          "aa_length": 1945,
          "cds_start": 5476,
          "cds_end": null,
          "cds_length": 5838,
          "cdna_start": 5635,
          "cdna_end": null,
          "cdna_length": 6054,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968274.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5476C>G",
          "hgvs_p": "p.Arg1826Gly",
          "transcript": "ENST00000968289.1",
          "protein_id": "ENSP00000638348.1",
          "transcript_support_level": null,
          "aa_start": 1826,
          "aa_end": null,
          "aa_length": 1945,
          "cds_start": 5476,
          "cds_end": null,
          "cds_length": 5838,
          "cdna_start": 5689,
          "cdna_end": null,
          "cdna_length": 6107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968289.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968250.1",
          "protein_id": "ENSP00000638309.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": 5718,
          "cdna_end": null,
          "cdna_length": 6520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968250.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968253.1",
          "protein_id": "ENSP00000638312.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": 5586,
          "cdna_end": null,
          "cdna_length": 6410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968253.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968255.1",
          "protein_id": "ENSP00000638314.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": 5610,
          "cdna_end": null,
          "cdna_length": 6410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968255.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968256.1",
          "protein_id": "ENSP00000638315.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": 5639,
          "cdna_end": null,
          "cdna_length": 6050,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968256.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968259.1",
          "protein_id": "ENSP00000638318.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": 5623,
          "cdna_end": null,
          "cdna_length": 6448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968259.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968261.1",
          "protein_id": "ENSP00000638320.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": 6170,
          "cdna_end": null,
          "cdna_length": 6975,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968261.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968281.1",
          "protein_id": "ENSP00000638340.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": 5548,
          "cdna_end": null,
          "cdna_length": 5964,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968281.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968282.1",
          "protein_id": "ENSP00000638341.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": 5580,
          "cdna_end": null,
          "cdna_length": 5998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968282.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968283.1",
          "protein_id": "ENSP00000638342.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": 5554,
          "cdna_end": null,
          "cdna_length": 5972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968283.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968287.1",
          "protein_id": "ENSP00000638346.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": 5590,
          "cdna_end": null,
          "cdna_length": 6002,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968287.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968288.1",
          "protein_id": "ENSP00000638347.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": 5668,
          "cdna_end": null,
          "cdna_length": 6469,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968288.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968290.1",
          "protein_id": "ENSP00000638349.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": 5932,
          "cdna_end": null,
          "cdna_length": 6352,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968290.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly",
          "transcript": "ENST00000968252.1",
          "protein_id": "ENSP00000638311.1",
          "transcript_support_level": null,
          "aa_start": 1820,
          "aa_end": null,
          "aa_length": 1938,
          "cds_start": 5458,
          "cds_end": null,
          "cds_length": 5817,
          "cdna_start": 5619,
          "cdna_end": null,
          "cdna_length": 6440,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968252.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5455C>G",
          "hgvs_p": "p.Arg1819Gly",
          "transcript": "ENST00000968254.1",
          "protein_id": "ENSP00000638313.1",
          "transcript_support_level": null,
          "aa_start": 1819,
          "aa_end": null,
          "aa_length": 1938,
          "cds_start": 5455,
          "cds_end": null,
          "cds_length": 5817,
          "cdna_start": 5599,
          "cdna_end": null,
          "cdna_length": 6423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968254.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5452C>G",
          "hgvs_p": "p.Arg1818Gly",
          "transcript": "ENST00000968269.1",
          "protein_id": "ENSP00000638328.1",
          "transcript_support_level": null,
          "aa_start": 1818,
          "aa_end": null,
          "aa_length": 1937,
          "cds_start": 5452,
          "cds_end": null,
          "cds_length": 5814,
          "cdna_start": 5552,
          "cdna_end": null,
          "cdna_length": 5972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968269.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5452C>G",
          "hgvs_p": "p.Arg1818Gly",
          "transcript": "ENST00000968273.1",
          "protein_id": "ENSP00000638332.1",
          "transcript_support_level": null,
          "aa_start": 1818,
          "aa_end": null,
          "aa_length": 1937,
          "cds_start": 5452,
          "cds_end": null,
          "cds_length": 5814,
          "cdna_start": 5523,
          "cdna_end": null,
          "cdna_length": 5943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968273.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5449C>G",
          "hgvs_p": "p.Arg1817Gly",
          "transcript": "ENST00000968268.1",
          "protein_id": "ENSP00000638327.1",
          "transcript_support_level": null,
          "aa_start": 1817,
          "aa_end": null,
          "aa_length": 1936,
          "cds_start": 5449,
          "cds_end": null,
          "cds_length": 5811,
          "cdna_start": 5548,
          "cdna_end": null,
          "cdna_length": 5972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968268.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5446C>G",
          "hgvs_p": "p.Arg1816Gly",
          "transcript": "ENST00000968272.1",
          "protein_id": "ENSP00000638331.1",
          "transcript_support_level": null,
          "aa_start": 1816,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 5446,
          "cds_end": null,
          "cds_length": 5808,
          "cdna_start": 5517,
          "cdna_end": null,
          "cdna_length": 5937,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968272.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5446C>G",
          "hgvs_p": "p.Arg1816Gly",
          "transcript": "ENST00000968278.1",
          "protein_id": "ENSP00000638337.1",
          "transcript_support_level": null,
          "aa_start": 1816,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 5446,
          "cds_end": null,
          "cds_length": 5808,
          "cdna_start": 5513,
          "cdna_end": null,
          "cdna_length": 5933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968278.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5443C>G",
          "hgvs_p": "p.Arg1815Gly",
          "transcript": "ENST00000968285.1",
          "protein_id": "ENSP00000638344.1",
          "transcript_support_level": null,
          "aa_start": 1815,
          "aa_end": null,
          "aa_length": 1934,
          "cds_start": 5443,
          "cds_end": null,
          "cds_length": 5805,
          "cdna_start": 5508,
          "cdna_end": null,
          "cdna_length": 5924,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968285.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5428C>G",
          "hgvs_p": "p.Arg1810Gly",
          "transcript": "ENST00000968251.1",
          "protein_id": "ENSP00000638310.1",
          "transcript_support_level": null,
          "aa_start": 1810,
          "aa_end": null,
          "aa_length": 1929,
          "cds_start": 5428,
          "cds_end": null,
          "cds_length": 5790,
          "cdna_start": 5684,
          "cdna_end": null,
          "cdna_length": 6508,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968251.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5428C>G",
          "hgvs_p": "p.Arg1810Gly",
          "transcript": "ENST00000968267.1",
          "protein_id": "ENSP00000638326.1",
          "transcript_support_level": null,
          "aa_start": 1810,
          "aa_end": null,
          "aa_length": 1929,
          "cds_start": 5428,
          "cds_end": null,
          "cds_length": 5790,
          "cdna_start": 5528,
          "cdna_end": null,
          "cdna_length": 5941,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968267.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5428C>G",
          "hgvs_p": "p.Arg1810Gly",
          "transcript": "ENST00000968284.1",
          "protein_id": "ENSP00000638343.1",
          "transcript_support_level": null,
          "aa_start": 1810,
          "aa_end": null,
          "aa_length": 1929,
          "cds_start": 5428,
          "cds_end": null,
          "cds_length": 5790,
          "cdna_start": 5588,
          "cdna_end": null,
          "cdna_length": 5998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968284.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5416C>G",
          "hgvs_p": "p.Arg1806Gly",
          "transcript": "ENST00000968260.1",
          "protein_id": "ENSP00000638319.1",
          "transcript_support_level": null,
          "aa_start": 1806,
          "aa_end": null,
          "aa_length": 1925,
          "cds_start": 5416,
          "cds_end": null,
          "cds_length": 5778,
          "cdna_start": 5515,
          "cdna_end": null,
          "cdna_length": 6317,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968260.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5416C>G",
          "hgvs_p": "p.Arg1806Gly",
          "transcript": "ENST00000968280.1",
          "protein_id": "ENSP00000638339.1",
          "transcript_support_level": null,
          "aa_start": 1806,
          "aa_end": null,
          "aa_length": 1925,
          "cds_start": 5416,
          "cds_end": null,
          "cds_length": 5778,
          "cdna_start": 5570,
          "cdna_end": null,
          "cdna_length": 5990,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968280.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5407C>G",
          "hgvs_p": "p.Arg1803Gly",
          "transcript": "ENST00000968276.1",
          "protein_id": "ENSP00000638335.1",
          "transcript_support_level": null,
          "aa_start": 1803,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 5407,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 5478,
          "cdna_end": null,
          "cdna_length": 5896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968276.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5368C>G",
          "hgvs_p": "p.Arg1790Gly",
          "transcript": "ENST00000968263.1",
          "protein_id": "ENSP00000638322.1",
          "transcript_support_level": null,
          "aa_start": 1790,
          "aa_end": null,
          "aa_length": 1909,
          "cds_start": 5368,
          "cds_end": null,
          "cds_length": 5730,
          "cdna_start": 5433,
          "cdna_end": null,
          "cdna_length": 6233,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968263.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5365C>G",
          "hgvs_p": "p.Arg1789Gly",
          "transcript": "ENST00000968286.1",
          "protein_id": "ENSP00000638345.1",
          "transcript_support_level": null,
          "aa_start": 1789,
          "aa_end": null,
          "aa_length": 1908,
          "cds_start": 5365,
          "cds_end": null,
          "cds_length": 5727,
          "cdna_start": 5432,
          "cdna_end": null,
          "cdna_length": 5844,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968286.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5359C>G",
          "hgvs_p": "p.Arg1787Gly",
          "transcript": "ENST00000968275.1",
          "protein_id": "ENSP00000638334.1",
          "transcript_support_level": null,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 1906,
          "cds_start": 5359,
          "cds_end": null,
          "cds_length": 5721,
          "cdna_start": 5429,
          "cdna_end": null,
          "cdna_length": 5849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968275.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5341C>G",
          "hgvs_p": "p.Arg1781Gly",
          "transcript": "ENST00000968264.1",
          "protein_id": "ENSP00000638323.1",
          "transcript_support_level": null,
          "aa_start": 1781,
          "aa_end": null,
          "aa_length": 1900,
          "cds_start": 5341,
          "cds_end": null,
          "cds_length": 5703,
          "cdna_start": 5411,
          "cdna_end": null,
          "cdna_length": 6199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968264.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5287C>G",
          "hgvs_p": "p.Arg1763Gly",
          "transcript": "ENST00000968270.1",
          "protein_id": "ENSP00000638329.1",
          "transcript_support_level": null,
          "aa_start": 1763,
          "aa_end": null,
          "aa_length": 1882,
          "cds_start": 5287,
          "cds_end": null,
          "cds_length": 5649,
          "cdna_start": 5387,
          "cdna_end": null,
          "cdna_length": 5805,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968270.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5077C>G",
          "hgvs_p": "p.Arg1693Gly",
          "transcript": "ENST00000968279.1",
          "protein_id": "ENSP00000638338.1",
          "transcript_support_level": null,
          "aa_start": 1693,
          "aa_end": null,
          "aa_length": 1812,
          "cds_start": 5077,
          "cds_end": null,
          "cds_length": 5439,
          "cdna_start": 5146,
          "cdna_end": null,
          "cdna_length": 5564,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968279.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5289+367C>G",
          "hgvs_p": null,
          "transcript": "ENST00000968265.1",
          "protein_id": "ENSP00000638324.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1847,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968265.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5289+367C>G",
          "hgvs_p": null,
          "transcript": "ENST00000968277.1",
          "protein_id": "ENSP00000638336.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1847,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5758,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968277.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.1582-1229C>G",
          "hgvs_p": null,
          "transcript": "ENST00000968266.1",
          "protein_id": "ENSP00000638325.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2049,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968266.1"
        }
      ],
      "gene_symbol": "MYH6",
      "gene_hgnc_id": 7576,
      "dbsnp": "rs111473291",
      "frequency_reference_population": 0.0000018594619,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": 6.84406e-7,
      "gnomad_genomes_af": 0.0000131365,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8738157153129578,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.776,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.8409,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.28,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 2.759,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_002471.4",
          "gene_symbol": "MYH6",
          "hgnc_id": 7576,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.5458C>G",
          "hgvs_p": "p.Arg1820Gly"
        }
      ],
      "clinvar_disease": "Hypertrophic cardiomyopathy 14",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Hypertrophic cardiomyopathy 14",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.