← 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: 6-52438565-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 52438565,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_018100.4",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.547G>A",
          "hgvs_p": "p.Val183Ile",
          "transcript": "NM_018100.4",
          "protein_id": "NP_060570.2",
          "transcript_support_level": null,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 547,
          "cds_end": null,
          "cds_length": 1923,
          "cdna_start": 616,
          "cdna_end": null,
          "cdna_length": 6849,
          "mane_select": "ENST00000371068.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.547G>A",
          "hgvs_p": "p.Val183Ile",
          "transcript": "ENST00000371068.11",
          "protein_id": "ENSP00000360107.4",
          "transcript_support_level": 1,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 547,
          "cds_end": null,
          "cds_length": 1923,
          "cdna_start": 616,
          "cdna_end": null,
          "cdna_length": 6849,
          "mane_select": "NM_018100.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.1215G>A",
          "hgvs_p": null,
          "transcript": "ENST00000637340.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.547G>A",
          "hgvs_p": "p.Val183Ile",
          "transcript": "ENST00000637353.1",
          "protein_id": "ENSP00000490441.1",
          "transcript_support_level": 5,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 641,
          "cds_start": 547,
          "cds_end": null,
          "cds_length": 1926,
          "cdna_start": 667,
          "cdna_end": null,
          "cdna_length": 3829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.547G>A",
          "hgvs_p": "p.Val183Ile",
          "transcript": "ENST00000635996.1",
          "protein_id": "ENSP00000490256.1",
          "transcript_support_level": 5,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 632,
          "cds_start": 547,
          "cds_end": null,
          "cds_length": 1899,
          "cdna_start": 594,
          "cdna_end": null,
          "cdna_length": 2548,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.547G>A",
          "hgvs_p": "p.Val183Ile",
          "transcript": "ENST00000637089.1",
          "protein_id": "ENSP00000489854.1",
          "transcript_support_level": 5,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 631,
          "cds_start": 547,
          "cds_end": null,
          "cds_length": 1896,
          "cdna_start": 669,
          "cdna_end": null,
          "cdna_length": 2133,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.517G>A",
          "hgvs_p": "p.Val173Ile",
          "transcript": "ENST00000636702.1",
          "protein_id": "ENSP00000489623.1",
          "transcript_support_level": 5,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 517,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 755,
          "cdna_end": null,
          "cdna_length": 2197,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.490G>A",
          "hgvs_p": "p.Val164Ile",
          "transcript": "NM_001172420.2",
          "protein_id": "NP_001165891.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 621,
          "cds_start": 490,
          "cds_end": null,
          "cds_length": 1866,
          "cdna_start": 673,
          "cdna_end": null,
          "cdna_length": 6906,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.490G>A",
          "hgvs_p": "p.Val164Ile",
          "transcript": "ENST00000538167.2",
          "protein_id": "ENSP00000444521.1",
          "transcript_support_level": 5,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 621,
          "cds_start": 490,
          "cds_end": null,
          "cds_length": 1866,
          "cdna_start": 490,
          "cdna_end": null,
          "cdna_length": 5308,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.490G>A",
          "hgvs_p": "p.Val164Ile",
          "transcript": "ENST00000636489.1",
          "protein_id": "ENSP00000489998.1",
          "transcript_support_level": 5,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 621,
          "cds_start": 490,
          "cds_end": null,
          "cds_length": 1866,
          "cdna_start": 979,
          "cdna_end": null,
          "cdna_length": 2421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.490G>A",
          "hgvs_p": "p.Val164Ile",
          "transcript": "ENST00000636954.1",
          "protein_id": "ENSP00000489966.1",
          "transcript_support_level": 2,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 621,
          "cds_start": 490,
          "cds_end": null,
          "cds_length": 1866,
          "cdna_start": 674,
          "cdna_end": null,
          "cdna_length": 2129,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.547G>A",
          "hgvs_p": "p.Val183Ile",
          "transcript": "ENST00000636107.1",
          "protein_id": "ENSP00000489680.1",
          "transcript_support_level": 5,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 582,
          "cds_start": 547,
          "cds_end": null,
          "cds_length": 1749,
          "cdna_start": 616,
          "cdna_end": null,
          "cdna_length": 3530,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.547G>A",
          "hgvs_p": "p.Val183Ile",
          "transcript": "ENST00000637263.1",
          "protein_id": "ENSP00000489700.1",
          "transcript_support_level": 5,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 552,
          "cds_start": 547,
          "cds_end": null,
          "cds_length": 1659,
          "cdna_start": 644,
          "cdna_end": null,
          "cdna_length": 2089,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.223G>A",
          "hgvs_p": "p.Val75Ile",
          "transcript": "ENST00000635760.1",
          "protein_id": "ENSP00000489765.1",
          "transcript_support_level": 5,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 596,
          "cdna_end": null,
          "cdna_length": 2030,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.211G>A",
          "hgvs_p": "p.Val71Ile",
          "transcript": "ENST00000636343.1",
          "protein_id": "ENSP00000490193.1",
          "transcript_support_level": 5,
          "aa_start": 71,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 211,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 213,
          "cdna_end": null,
          "cdna_length": 2965,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.223G>A",
          "hgvs_p": "p.Val75Ile",
          "transcript": "ENST00000635984.1",
          "protein_id": "ENSP00000489921.1",
          "transcript_support_level": 5,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 474,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 1425,
          "cdna_start": 611,
          "cdna_end": null,
          "cdna_length": 3293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.223G>A",
          "hgvs_p": "p.Val75Ile",
          "transcript": "ENST00000636566.1",
          "protein_id": "ENSP00000490602.1",
          "transcript_support_level": 4,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 75,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 230,
          "cdna_start": 545,
          "cdna_end": null,
          "cdna_length": 552,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.547G>A",
          "hgvs_p": null,
          "transcript": "ENST00000480623.6",
          "protein_id": "ENSP00000434498.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2549,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.547G>A",
          "hgvs_p": null,
          "transcript": "ENST00000635812.1",
          "protein_id": "ENSP00000490859.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2539,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.*416G>A",
          "hgvs_p": null,
          "transcript": "ENST00000635866.1",
          "protein_id": "ENSP00000489866.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.808G>A",
          "hgvs_p": null,
          "transcript": "ENST00000635911.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3509,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.201G>A",
          "hgvs_p": null,
          "transcript": "ENST00000636253.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.214G>A",
          "hgvs_p": null,
          "transcript": "ENST00000636398.1",
          "protein_id": "ENSP00000489654.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.*563G>A",
          "hgvs_p": null,
          "transcript": "ENST00000637200.1",
          "protein_id": "ENSP00000490567.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.*248G>A",
          "hgvs_p": null,
          "transcript": "ENST00000637602.1",
          "protein_id": "ENSP00000490074.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.611G>A",
          "hgvs_p": null,
          "transcript": "ENST00000637849.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2746,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.751G>A",
          "hgvs_p": null,
          "transcript": "ENST00000637892.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2635,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.616G>A",
          "hgvs_p": null,
          "transcript": "NR_033327.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8106,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.-72G>A",
          "hgvs_p": null,
          "transcript": "ENST00000638075.1",
          "protein_id": "ENSP00000490711.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 11,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 38,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.*416G>A",
          "hgvs_p": null,
          "transcript": "ENST00000635866.1",
          "protein_id": "ENSP00000489866.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.*563G>A",
          "hgvs_p": null,
          "transcript": "ENST00000637200.1",
          "protein_id": "ENSP00000490567.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.*248G>A",
          "hgvs_p": null,
          "transcript": "ENST00000637602.1",
          "protein_id": "ENSP00000490074.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.286-14123G>A",
          "hgvs_p": null,
          "transcript": "ENST00000636379.1",
          "protein_id": "ENSP00000490622.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.467+111G>A",
          "hgvs_p": null,
          "transcript": "ENST00000636311.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1897,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "c.*84G>A",
          "hgvs_p": null,
          "transcript": "ENST00000637315.1",
          "protein_id": "ENSP00000489708.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 147,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 552,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.*238G>A",
          "hgvs_p": null,
          "transcript": "ENST00000491749.2",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EFHC1",
          "gene_hgnc_id": 16406,
          "hgvs_c": "n.*325G>A",
          "hgvs_p": null,
          "transcript": "ENST00000635963.1",
          "protein_id": "ENSP00000489852.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 507,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "EFHC1",
      "gene_hgnc_id": 16406,
      "dbsnp": "rs769591944",
      "frequency_reference_population": 0.000006815982,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 11,
      "gnomad_exomes_af": 0.0000068413,
      "gnomad_genomes_af": 0.00000657272,
      "gnomad_exomes_ac": 10,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.0767492949962616,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.06,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0575,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.61,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.881,
      "phylop100way_prediction": "Benign",
      "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": -7,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6,BS2",
      "acmg_by_gene": [
        {
          "score": -7,
          "benign_score": 7,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_018100.4",
          "gene_symbol": "EFHC1",
          "hgnc_id": 16406,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.547G>A",
          "hgvs_p": "p.Val183Ile"
        }
      ],
      "clinvar_disease": " 1, juvenile, susceptibility to,Absence seizure,Myoclonic epilepsy,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:2 LB:2",
      "phenotype_combined": "not specified|Absence seizure;Myoclonic epilepsy, juvenile, susceptibility to, 1",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}