← 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-23419593-A-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 23419593,
      "ref": "A",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_000257.4",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "NM_000257.4",
          "protein_id": "NP_000248.2",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "cds_end": null,
          "cds_length": 5808,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000355349.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000257.4"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000355349.4",
          "protein_id": "ENSP00000347507.3",
          "transcript_support_level": 1,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "cds_end": null,
          "cds_length": 5808,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_000257.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000355349.4"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000858540.1",
          "protein_id": "ENSP00000528599.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1950,
          "cds_start": 3743,
          "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": "ENST00000858540.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000965955.1",
          "protein_id": "ENSP00000636014.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1950,
          "cds_start": 3743,
          "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": "ENST00000965955.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000713768.1",
          "protein_id": "ENSP00000519070.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1944,
          "cds_start": 3743,
          "cds_end": null,
          "cds_length": 5835,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000713768.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3770T>A",
          "hgvs_p": "p.Met1257Lys",
          "transcript": "ENST00000858547.1",
          "protein_id": "ENSP00000528606.1",
          "transcript_support_level": null,
          "aa_start": 1257,
          "aa_end": null,
          "aa_length": 1944,
          "cds_start": 3770,
          "cds_end": null,
          "cds_length": 5835,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858547.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3767T>A",
          "hgvs_p": "p.Met1256Lys",
          "transcript": "ENST00000965946.1",
          "protein_id": "ENSP00000636005.1",
          "transcript_support_level": null,
          "aa_start": 1256,
          "aa_end": null,
          "aa_length": 1943,
          "cds_start": 3767,
          "cds_end": null,
          "cds_length": 5832,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965946.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3758T>A",
          "hgvs_p": "p.Met1253Lys",
          "transcript": "ENST00000858544.1",
          "protein_id": "ENSP00000528603.1",
          "transcript_support_level": null,
          "aa_start": 1253,
          "aa_end": null,
          "aa_length": 1940,
          "cds_start": 3758,
          "cds_end": null,
          "cds_length": 5823,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858544.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "NM_001407004.1",
          "protein_id": "NP_001393933.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "NM_001407004.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000713769.1",
          "protein_id": "ENSP00000519071.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000713769.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000858541.1",
          "protein_id": "ENSP00000528600.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000858541.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000858545.1",
          "protein_id": "ENSP00000528604.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000858545.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000858546.1",
          "protein_id": "ENSP00000528605.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000858546.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000858549.1",
          "protein_id": "ENSP00000528608.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000858549.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000858550.1",
          "protein_id": "ENSP00000528609.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000858550.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000858551.1",
          "protein_id": "ENSP00000528610.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000858551.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000965935.1",
          "protein_id": "ENSP00000635994.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000965935.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000965936.1",
          "protein_id": "ENSP00000635995.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000965936.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000965937.1",
          "protein_id": "ENSP00000635996.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000965937.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000965938.1",
          "protein_id": "ENSP00000635997.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000965938.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000965941.1",
          "protein_id": "ENSP00000636000.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000965941.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000965942.1",
          "protein_id": "ENSP00000636001.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000965942.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000965943.1",
          "protein_id": "ENSP00000636002.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000965943.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000965947.1",
          "protein_id": "ENSP00000636006.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000965947.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000965950.1",
          "protein_id": "ENSP00000636009.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000965950.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000965956.1",
          "protein_id": "ENSP00000636015.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000965956.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000965958.1",
          "protein_id": "ENSP00000636017.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 3743,
          "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": "ENST00000965958.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000858543.1",
          "protein_id": "ENSP00000528602.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1934,
          "cds_start": 3743,
          "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": "ENST00000858543.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000965939.1",
          "protein_id": "ENSP00000635998.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1933,
          "cds_start": 3743,
          "cds_end": null,
          "cds_length": 5802,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965939.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3731T>A",
          "hgvs_p": "p.Met1244Lys",
          "transcript": "ENST00000858542.1",
          "protein_id": "ENSP00000528601.1",
          "transcript_support_level": null,
          "aa_start": 1244,
          "aa_end": null,
          "aa_length": 1931,
          "cds_start": 3731,
          "cds_end": null,
          "cds_length": 5796,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858542.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3728T>A",
          "hgvs_p": "p.Met1243Lys",
          "transcript": "ENST00000965944.1",
          "protein_id": "ENSP00000636003.1",
          "transcript_support_level": null,
          "aa_start": 1243,
          "aa_end": null,
          "aa_length": 1930,
          "cds_start": 3728,
          "cds_end": null,
          "cds_length": 5793,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965944.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3701T>A",
          "hgvs_p": "p.Met1234Lys",
          "transcript": "ENST00000965951.1",
          "protein_id": "ENSP00000636010.1",
          "transcript_support_level": null,
          "aa_start": 1234,
          "aa_end": null,
          "aa_length": 1921,
          "cds_start": 3701,
          "cds_end": null,
          "cds_length": 5766,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965951.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3692T>A",
          "hgvs_p": "p.Met1231Lys",
          "transcript": "ENST00000965945.1",
          "protein_id": "ENSP00000636004.1",
          "transcript_support_level": null,
          "aa_start": 1231,
          "aa_end": null,
          "aa_length": 1918,
          "cds_start": 3692,
          "cds_end": null,
          "cds_length": 5757,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965945.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3692T>A",
          "hgvs_p": "p.Met1231Lys",
          "transcript": "ENST00000965954.1",
          "protein_id": "ENSP00000636013.1",
          "transcript_support_level": null,
          "aa_start": 1231,
          "aa_end": null,
          "aa_length": 1918,
          "cds_start": 3692,
          "cds_end": null,
          "cds_length": 5757,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965954.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3656T>A",
          "hgvs_p": "p.Met1219Lys",
          "transcript": "ENST00000858539.1",
          "protein_id": "ENSP00000528598.1",
          "transcript_support_level": null,
          "aa_start": 1219,
          "aa_end": null,
          "aa_length": 1906,
          "cds_start": 3656,
          "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": "ENST00000858539.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3656T>A",
          "hgvs_p": "p.Met1219Lys",
          "transcript": "ENST00000965948.1",
          "protein_id": "ENSP00000636007.1",
          "transcript_support_level": null,
          "aa_start": 1219,
          "aa_end": null,
          "aa_length": 1906,
          "cds_start": 3656,
          "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": "ENST00000965948.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3656T>A",
          "hgvs_p": "p.Met1219Lys",
          "transcript": "ENST00000965957.1",
          "protein_id": "ENSP00000636016.1",
          "transcript_support_level": null,
          "aa_start": 1219,
          "aa_end": null,
          "aa_length": 1906,
          "cds_start": 3656,
          "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": "ENST00000965957.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3650T>A",
          "hgvs_p": "p.Met1217Lys",
          "transcript": "ENST00000965940.1",
          "protein_id": "ENSP00000635999.1",
          "transcript_support_level": null,
          "aa_start": 1217,
          "aa_end": null,
          "aa_length": 1904,
          "cds_start": 3650,
          "cds_end": null,
          "cds_length": 5715,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965940.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3650T>A",
          "hgvs_p": "p.Met1217Lys",
          "transcript": "ENST00000965949.1",
          "protein_id": "ENSP00000636008.1",
          "transcript_support_level": null,
          "aa_start": 1217,
          "aa_end": null,
          "aa_length": 1904,
          "cds_start": 3650,
          "cds_end": null,
          "cds_length": 5715,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965949.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3587T>A",
          "hgvs_p": "p.Met1196Lys",
          "transcript": "ENST00000858548.1",
          "protein_id": "ENSP00000528607.1",
          "transcript_support_level": null,
          "aa_start": 1196,
          "aa_end": null,
          "aa_length": 1883,
          "cds_start": 3587,
          "cds_end": null,
          "cds_length": 5652,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858548.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3512T>A",
          "hgvs_p": "p.Met1171Lys",
          "transcript": "ENST00000965953.1",
          "protein_id": "ENSP00000636012.1",
          "transcript_support_level": null,
          "aa_start": 1171,
          "aa_end": null,
          "aa_length": 1858,
          "cds_start": 3512,
          "cds_end": null,
          "cds_length": 5577,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965953.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys",
          "transcript": "ENST00000965952.1",
          "protein_id": "ENSP00000636011.1",
          "transcript_support_level": null,
          "aa_start": 1248,
          "aa_end": null,
          "aa_length": 1630,
          "cds_start": 3743,
          "cds_end": null,
          "cds_length": 4893,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965952.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": 26,
          "intron_rank": 22,
          "intron_rank_end": null,
          "gene_symbol": "MYH7",
          "gene_hgnc_id": 7577,
          "hgvs_c": "c.2890-4344T>A",
          "hgvs_p": null,
          "transcript": "ENST00000965959.1",
          "protein_id": "ENSP00000636018.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1130,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3393,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965959.1"
        }
      ],
      "gene_symbol": "MYH7",
      "gene_hgnc_id": 7577,
      "dbsnp": "rs1060501434",
      "frequency_reference_population": 6.840722e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84072e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.3153252899646759,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "CardioboostCm",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.456,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.385,
      "alphamissense_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": -0.06,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 4.985,
      "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": 6,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM2,PP2,PP3",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM1",
            "PM2",
            "PP2",
            "PP3"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_000257.4",
          "gene_symbol": "MYH7",
          "hgnc_id": 7577,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.3743T>A",
          "hgvs_p": "p.Met1248Lys"
        }
      ],
      "clinvar_disease": "Cardiomyopathy,Hypertrophic cardiomyopathy,not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:3",
      "phenotype_combined": "Hypertrophic cardiomyopathy|not provided|Cardiomyopathy",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}