← 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-23382444-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 23382444,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_002471.4",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu",
          "transcript": "NM_002471.4",
          "protein_id": "NP_002462.2",
          "transcript_support_level": null,
          "aa_start": 1927,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5780,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000405093.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002471.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu",
          "transcript": "ENST00000405093.9",
          "protein_id": "ENSP00000386041.3",
          "transcript_support_level": 5,
          "aa_start": 1927,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5780,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_002471.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000405093.9"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5813G>T",
          "hgvs_p": "p.Arg1938Leu",
          "transcript": "ENST00000968262.1",
          "protein_id": "ENSP00000638321.1",
          "transcript_support_level": null,
          "aa_start": 1938,
          "aa_end": null,
          "aa_length": 1950,
          "cds_start": 5813,
          "cds_end": null,
          "cds_length": 5853,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968262.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5804G>T",
          "hgvs_p": "p.Arg1935Leu",
          "transcript": "ENST00000968257.1",
          "protein_id": "ENSP00000638316.1",
          "transcript_support_level": null,
          "aa_start": 1935,
          "aa_end": null,
          "aa_length": 1947,
          "cds_start": 5804,
          "cds_end": null,
          "cds_length": 5844,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968257.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5801G>T",
          "hgvs_p": "p.Arg1934Leu",
          "transcript": "ENST00000968271.1",
          "protein_id": "ENSP00000638330.1",
          "transcript_support_level": null,
          "aa_start": 1934,
          "aa_end": null,
          "aa_length": 1946,
          "cds_start": 5801,
          "cds_end": null,
          "cds_length": 5841,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968271.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5798G>T",
          "hgvs_p": "p.Arg1933Leu",
          "transcript": "ENST00000968258.1",
          "protein_id": "ENSP00000638317.1",
          "transcript_support_level": null,
          "aa_start": 1933,
          "aa_end": null,
          "aa_length": 1945,
          "cds_start": 5798,
          "cds_end": null,
          "cds_length": 5838,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968258.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5798G>T",
          "hgvs_p": "p.Arg1933Leu",
          "transcript": "ENST00000968274.1",
          "protein_id": "ENSP00000638333.1",
          "transcript_support_level": null,
          "aa_start": 1933,
          "aa_end": null,
          "aa_length": 1945,
          "cds_start": 5798,
          "cds_end": null,
          "cds_length": 5838,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968274.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5798G>T",
          "hgvs_p": "p.Arg1933Leu",
          "transcript": "ENST00000968289.1",
          "protein_id": "ENSP00000638348.1",
          "transcript_support_level": null,
          "aa_start": 1933,
          "aa_end": null,
          "aa_length": 1945,
          "cds_start": 5798,
          "cds_end": null,
          "cds_length": 5838,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968289.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu",
          "transcript": "ENST00000968250.1",
          "protein_id": "ENSP00000638309.1",
          "transcript_support_level": null,
          "aa_start": 1927,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5780,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968250.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu",
          "transcript": "ENST00000968253.1",
          "protein_id": "ENSP00000638312.1",
          "transcript_support_level": null,
          "aa_start": 1927,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5780,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968253.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu",
          "transcript": "ENST00000968255.1",
          "protein_id": "ENSP00000638314.1",
          "transcript_support_level": null,
          "aa_start": 1927,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5780,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968255.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu",
          "transcript": "ENST00000968256.1",
          "protein_id": "ENSP00000638315.1",
          "transcript_support_level": null,
          "aa_start": 1927,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5780,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968256.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu",
          "transcript": "ENST00000968259.1",
          "protein_id": "ENSP00000638318.1",
          "transcript_support_level": null,
          "aa_start": 1927,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5780,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968259.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu",
          "transcript": "ENST00000968261.1",
          "protein_id": "ENSP00000638320.1",
          "transcript_support_level": null,
          "aa_start": 1927,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5780,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968261.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu",
          "transcript": "ENST00000968281.1",
          "protein_id": "ENSP00000638340.1",
          "transcript_support_level": null,
          "aa_start": 1927,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5780,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968281.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu",
          "transcript": "ENST00000968282.1",
          "protein_id": "ENSP00000638341.1",
          "transcript_support_level": null,
          "aa_start": 1927,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5780,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968282.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu",
          "transcript": "ENST00000968283.1",
          "protein_id": "ENSP00000638342.1",
          "transcript_support_level": null,
          "aa_start": 1927,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5780,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968283.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu",
          "transcript": "ENST00000968287.1",
          "protein_id": "ENSP00000638346.1",
          "transcript_support_level": null,
          "aa_start": 1927,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5780,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968287.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu",
          "transcript": "ENST00000968288.1",
          "protein_id": "ENSP00000638347.1",
          "transcript_support_level": null,
          "aa_start": 1927,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5780,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968288.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu",
          "transcript": "ENST00000968290.1",
          "protein_id": "ENSP00000638349.1",
          "transcript_support_level": null,
          "aa_start": 1927,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": 5780,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968290.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5777G>T",
          "hgvs_p": "p.Arg1926Leu",
          "transcript": "ENST00000968252.1",
          "protein_id": "ENSP00000638311.1",
          "transcript_support_level": null,
          "aa_start": 1926,
          "aa_end": null,
          "aa_length": 1938,
          "cds_start": 5777,
          "cds_end": null,
          "cds_length": 5817,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968252.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5777G>T",
          "hgvs_p": "p.Arg1926Leu",
          "transcript": "ENST00000968254.1",
          "protein_id": "ENSP00000638313.1",
          "transcript_support_level": null,
          "aa_start": 1926,
          "aa_end": null,
          "aa_length": 1938,
          "cds_start": 5777,
          "cds_end": null,
          "cds_length": 5817,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968254.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5774G>T",
          "hgvs_p": "p.Arg1925Leu",
          "transcript": "ENST00000968269.1",
          "protein_id": "ENSP00000638328.1",
          "transcript_support_level": null,
          "aa_start": 1925,
          "aa_end": null,
          "aa_length": 1937,
          "cds_start": 5774,
          "cds_end": null,
          "cds_length": 5814,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968269.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5774G>T",
          "hgvs_p": "p.Arg1925Leu",
          "transcript": "ENST00000968273.1",
          "protein_id": "ENSP00000638332.1",
          "transcript_support_level": null,
          "aa_start": 1925,
          "aa_end": null,
          "aa_length": 1937,
          "cds_start": 5774,
          "cds_end": null,
          "cds_length": 5814,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968273.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5771G>T",
          "hgvs_p": "p.Arg1924Leu",
          "transcript": "ENST00000968268.1",
          "protein_id": "ENSP00000638327.1",
          "transcript_support_level": null,
          "aa_start": 1924,
          "aa_end": null,
          "aa_length": 1936,
          "cds_start": 5771,
          "cds_end": null,
          "cds_length": 5811,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968268.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5768G>T",
          "hgvs_p": "p.Arg1923Leu",
          "transcript": "ENST00000968272.1",
          "protein_id": "ENSP00000638331.1",
          "transcript_support_level": null,
          "aa_start": 1923,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 5768,
          "cds_end": null,
          "cds_length": 5808,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968272.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5768G>T",
          "hgvs_p": "p.Arg1923Leu",
          "transcript": "ENST00000968278.1",
          "protein_id": "ENSP00000638337.1",
          "transcript_support_level": null,
          "aa_start": 1923,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 5768,
          "cds_end": null,
          "cds_length": 5808,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968278.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5765G>T",
          "hgvs_p": "p.Arg1922Leu",
          "transcript": "ENST00000968285.1",
          "protein_id": "ENSP00000638344.1",
          "transcript_support_level": null,
          "aa_start": 1922,
          "aa_end": null,
          "aa_length": 1934,
          "cds_start": 5765,
          "cds_end": null,
          "cds_length": 5805,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968285.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5750G>T",
          "hgvs_p": "p.Arg1917Leu",
          "transcript": "ENST00000968251.1",
          "protein_id": "ENSP00000638310.1",
          "transcript_support_level": null,
          "aa_start": 1917,
          "aa_end": null,
          "aa_length": 1929,
          "cds_start": 5750,
          "cds_end": null,
          "cds_length": 5790,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968251.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5750G>T",
          "hgvs_p": "p.Arg1917Leu",
          "transcript": "ENST00000968267.1",
          "protein_id": "ENSP00000638326.1",
          "transcript_support_level": null,
          "aa_start": 1917,
          "aa_end": null,
          "aa_length": 1929,
          "cds_start": 5750,
          "cds_end": null,
          "cds_length": 5790,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968267.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5750G>T",
          "hgvs_p": "p.Arg1917Leu",
          "transcript": "ENST00000968284.1",
          "protein_id": "ENSP00000638343.1",
          "transcript_support_level": null,
          "aa_start": 1917,
          "aa_end": null,
          "aa_length": 1929,
          "cds_start": 5750,
          "cds_end": null,
          "cds_length": 5790,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968284.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5738G>T",
          "hgvs_p": "p.Arg1913Leu",
          "transcript": "ENST00000968260.1",
          "protein_id": "ENSP00000638319.1",
          "transcript_support_level": null,
          "aa_start": 1913,
          "aa_end": null,
          "aa_length": 1925,
          "cds_start": 5738,
          "cds_end": null,
          "cds_length": 5778,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968260.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5738G>T",
          "hgvs_p": "p.Arg1913Leu",
          "transcript": "ENST00000968280.1",
          "protein_id": "ENSP00000638339.1",
          "transcript_support_level": null,
          "aa_start": 1913,
          "aa_end": null,
          "aa_length": 1925,
          "cds_start": 5738,
          "cds_end": null,
          "cds_length": 5778,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968280.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5729G>T",
          "hgvs_p": "p.Arg1910Leu",
          "transcript": "ENST00000968276.1",
          "protein_id": "ENSP00000638335.1",
          "transcript_support_level": null,
          "aa_start": 1910,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 5729,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968276.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5690G>T",
          "hgvs_p": "p.Arg1897Leu",
          "transcript": "ENST00000968263.1",
          "protein_id": "ENSP00000638322.1",
          "transcript_support_level": null,
          "aa_start": 1897,
          "aa_end": null,
          "aa_length": 1909,
          "cds_start": 5690,
          "cds_end": null,
          "cds_length": 5730,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968263.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5687G>T",
          "hgvs_p": "p.Arg1896Leu",
          "transcript": "ENST00000968286.1",
          "protein_id": "ENSP00000638345.1",
          "transcript_support_level": null,
          "aa_start": 1896,
          "aa_end": null,
          "aa_length": 1908,
          "cds_start": 5687,
          "cds_end": null,
          "cds_length": 5727,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968286.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5681G>T",
          "hgvs_p": "p.Arg1894Leu",
          "transcript": "ENST00000968275.1",
          "protein_id": "ENSP00000638334.1",
          "transcript_support_level": null,
          "aa_start": 1894,
          "aa_end": null,
          "aa_length": 1906,
          "cds_start": 5681,
          "cds_end": null,
          "cds_length": 5721,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968275.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5663G>T",
          "hgvs_p": "p.Arg1888Leu",
          "transcript": "ENST00000968264.1",
          "protein_id": "ENSP00000638323.1",
          "transcript_support_level": null,
          "aa_start": 1888,
          "aa_end": null,
          "aa_length": 1900,
          "cds_start": 5663,
          "cds_end": null,
          "cds_length": 5703,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968264.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5609G>T",
          "hgvs_p": "p.Arg1870Leu",
          "transcript": "ENST00000968270.1",
          "protein_id": "ENSP00000638329.1",
          "transcript_support_level": null,
          "aa_start": 1870,
          "aa_end": null,
          "aa_length": 1882,
          "cds_start": 5609,
          "cds_end": null,
          "cds_length": 5649,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968270.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5504G>T",
          "hgvs_p": "p.Arg1835Leu",
          "transcript": "ENST00000968265.1",
          "protein_id": "ENSP00000638324.1",
          "transcript_support_level": null,
          "aa_start": 1835,
          "aa_end": null,
          "aa_length": 1847,
          "cds_start": 5504,
          "cds_end": null,
          "cds_length": 5544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968265.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5504G>T",
          "hgvs_p": "p.Arg1835Leu",
          "transcript": "ENST00000968277.1",
          "protein_id": "ENSP00000638336.1",
          "transcript_support_level": null,
          "aa_start": 1835,
          "aa_end": null,
          "aa_length": 1847,
          "cds_start": 5504,
          "cds_end": null,
          "cds_length": 5544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968277.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.5399G>T",
          "hgvs_p": "p.Arg1800Leu",
          "transcript": "ENST00000968279.1",
          "protein_id": "ENSP00000638338.1",
          "transcript_support_level": null,
          "aa_start": 1800,
          "aa_end": null,
          "aa_length": 1812,
          "cds_start": 5399,
          "cds_end": null,
          "cds_length": 5439,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968279.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "c.1796G>T",
          "hgvs_p": "p.Arg599Leu",
          "transcript": "ENST00000968266.1",
          "protein_id": "ENSP00000638325.1",
          "transcript_support_level": null,
          "aa_start": 599,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": 1796,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968266.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH6",
          "gene_hgnc_id": 7576,
          "hgvs_c": "n.1007G>T",
          "hgvs_p": null,
          "transcript": "ENST00000651452.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000651452.1"
        }
      ],
      "gene_symbol": "MYH6",
      "gene_hgnc_id": 7576,
      "dbsnp": "rs730880152",
      "frequency_reference_population": 0.000006195695,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 10,
      "gnomad_exomes_af": 0.00000478841,
      "gnomad_genomes_af": 0.0000197161,
      "gnomad_exomes_ac": 7,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9155409336090088,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.772,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.8933,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.17,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 5.011,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PP3_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PP3_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_002471.4",
          "gene_symbol": "MYH6",
          "hgnc_id": 7576,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.5780G>T",
          "hgvs_p": "p.Arg1927Leu"
        }
      ],
      "clinvar_disease": " susceptibility to,Atrial septal defect 3,Cardiovascular phenotype,Dilated cardiomyopathy 1EE,Hypertrophic cardiomyopathy 1,Hypertrophic cardiomyopathy 14,MYH6-related disorder,Primary familial hypertrophic cardiomyopathy,Sick sinus syndrome 3",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:3",
      "phenotype_combined": "Primary familial hypertrophic cardiomyopathy|Hypertrophic cardiomyopathy 14|Cardiovascular phenotype|MYH6-related disorder|Hypertrophic cardiomyopathy 14;Sick sinus syndrome 3, susceptibility to;Hypertrophic cardiomyopathy 1;Dilated cardiomyopathy 1EE;Atrial septal defect 3",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}