← 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: 20-63413481-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "20",
      "pos": 63413481,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000359125.7",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1732A>G",
          "hgvs_p": "p.Met578Val",
          "transcript": "NM_172107.4",
          "protein_id": "NP_742105.1",
          "transcript_support_level": null,
          "aa_start": 578,
          "aa_end": null,
          "aa_length": 872,
          "cds_start": 1732,
          "cds_end": null,
          "cds_length": 2619,
          "cdna_start": 1924,
          "cdna_end": null,
          "cdna_length": 9247,
          "mane_select": "ENST00000359125.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1732A>G",
          "hgvs_p": "p.Met578Val",
          "transcript": "ENST00000359125.7",
          "protein_id": "ENSP00000352035.2",
          "transcript_support_level": 1,
          "aa_start": 578,
          "aa_end": null,
          "aa_length": 872,
          "cds_start": 1732,
          "cds_end": null,
          "cds_length": 2619,
          "cdna_start": 1924,
          "cdna_end": null,
          "cdna_length": 9247,
          "mane_select": "NM_172107.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1678A>G",
          "hgvs_p": "p.Met560Val",
          "transcript": "ENST00000626839.2",
          "protein_id": "ENSP00000486706.1",
          "transcript_support_level": 1,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 1678,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1892,
          "cdna_end": null,
          "cdna_length": 9213,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1639A>G",
          "hgvs_p": "p.Met547Val",
          "transcript": "ENST00000344462.8",
          "protein_id": "ENSP00000339611.4",
          "transcript_support_level": 1,
          "aa_start": 547,
          "aa_end": null,
          "aa_length": 841,
          "cds_start": 1639,
          "cds_end": null,
          "cds_length": 2526,
          "cdna_start": 1685,
          "cdna_end": null,
          "cdna_length": 2750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1678A>G",
          "hgvs_p": "p.Met560Val",
          "transcript": "NM_001382235.1",
          "protein_id": "NP_001369164.1",
          "transcript_support_level": null,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 890,
          "cds_start": 1678,
          "cds_end": null,
          "cds_length": 2673,
          "cdna_start": 1870,
          "cdna_end": null,
          "cdna_length": 9301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1678A>G",
          "hgvs_p": "p.Met560Val",
          "transcript": "ENST00000706989.1",
          "protein_id": "ENSP00000516702.1",
          "transcript_support_level": null,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 890,
          "cds_start": 1678,
          "cds_end": null,
          "cds_length": 2673,
          "cdna_start": 1870,
          "cdna_end": null,
          "cdna_length": 9301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1678A>G",
          "hgvs_p": "p.Met560Val",
          "transcript": "NM_172106.3",
          "protein_id": "NP_742104.1",
          "transcript_support_level": null,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 1678,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1870,
          "cdna_end": null,
          "cdna_length": 9193,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1675A>G",
          "hgvs_p": "p.Met559Val",
          "transcript": "NM_001439003.1",
          "protein_id": "NP_001425932.1",
          "transcript_support_level": null,
          "aa_start": 559,
          "aa_end": null,
          "aa_length": 853,
          "cds_start": 1675,
          "cds_end": null,
          "cds_length": 2562,
          "cdna_start": 1867,
          "cdna_end": null,
          "cdna_length": 9190,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1648A>G",
          "hgvs_p": "p.Met550Val",
          "transcript": "NM_004518.6",
          "protein_id": "NP_004509.2",
          "transcript_support_level": null,
          "aa_start": 550,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": 1648,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": 1840,
          "cdna_end": null,
          "cdna_length": 9163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1648A>G",
          "hgvs_p": "p.Met550Val",
          "transcript": "ENST00000360480.7",
          "protein_id": "ENSP00000353668.3",
          "transcript_support_level": 5,
          "aa_start": 550,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": 1648,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": 1690,
          "cdna_end": null,
          "cdna_length": 2775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1645A>G",
          "hgvs_p": "p.Met549Val",
          "transcript": "NM_001439004.1",
          "protein_id": "NP_001425933.1",
          "transcript_support_level": null,
          "aa_start": 549,
          "aa_end": null,
          "aa_length": 843,
          "cds_start": 1645,
          "cds_end": null,
          "cds_length": 2532,
          "cdna_start": 1837,
          "cdna_end": null,
          "cdna_length": 9160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1645A>G",
          "hgvs_p": "p.Met549Val",
          "transcript": "ENST00000627221.3",
          "protein_id": "ENSP00000487469.2",
          "transcript_support_level": 5,
          "aa_start": 549,
          "aa_end": null,
          "aa_length": 843,
          "cds_start": 1645,
          "cds_end": null,
          "cds_length": 2532,
          "cdna_start": 1837,
          "cdna_end": null,
          "cdna_length": 9160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1639A>G",
          "hgvs_p": "p.Met547Val",
          "transcript": "NM_172108.5",
          "protein_id": "NP_742106.1",
          "transcript_support_level": null,
          "aa_start": 547,
          "aa_end": null,
          "aa_length": 841,
          "cds_start": 1639,
          "cds_end": null,
          "cds_length": 2526,
          "cdna_start": 1831,
          "cdna_end": null,
          "cdna_length": 9154,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1612A>G",
          "hgvs_p": "p.Met538Val",
          "transcript": "ENST00000713605.1",
          "protein_id": "ENSP00000518901.1",
          "transcript_support_level": null,
          "aa_start": 538,
          "aa_end": null,
          "aa_length": 832,
          "cds_start": 1612,
          "cds_end": null,
          "cds_length": 2499,
          "cdna_start": 1804,
          "cdna_end": null,
          "cdna_length": 3296,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1648A>G",
          "hgvs_p": "p.Met550Val",
          "transcript": "ENST00000370224.5",
          "protein_id": "ENSP00000359244.2",
          "transcript_support_level": 5,
          "aa_start": 550,
          "aa_end": null,
          "aa_length": 766,
          "cds_start": 1648,
          "cds_end": null,
          "cds_length": 2301,
          "cdna_start": 1783,
          "cdna_end": null,
          "cdna_length": 3004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1612A>G",
          "hgvs_p": "p.Met538Val",
          "transcript": "ENST00000625514.2",
          "protein_id": "ENSP00000486040.1",
          "transcript_support_level": 5,
          "aa_start": 538,
          "aa_end": null,
          "aa_length": 754,
          "cds_start": 1612,
          "cds_end": null,
          "cds_length": 2265,
          "cdna_start": 1704,
          "cdna_end": null,
          "cdna_length": 2925,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1648A>G",
          "hgvs_p": "p.Met550Val",
          "transcript": "ENST00000629241.2",
          "protein_id": "ENSP00000487142.1",
          "transcript_support_level": 5,
          "aa_start": 550,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 1648,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": 1740,
          "cdna_end": null,
          "cdna_length": 2853,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1300A>G",
          "hgvs_p": "p.Met434Val",
          "transcript": "ENST00000357249.6",
          "protein_id": "ENSP00000349789.3",
          "transcript_support_level": 5,
          "aa_start": 434,
          "aa_end": null,
          "aa_length": 728,
          "cds_start": 1300,
          "cds_end": null,
          "cds_length": 2187,
          "cdna_start": 1300,
          "cdna_end": null,
          "cdna_length": 2594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1129A>G",
          "hgvs_p": "p.Met377Val",
          "transcript": "ENST00000637193.1",
          "protein_id": "ENSP00000490734.1",
          "transcript_support_level": 5,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 1129,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": 1531,
          "cdna_end": null,
          "cdna_length": 2983,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1648A>G",
          "hgvs_p": "p.Met550Val",
          "transcript": "ENST00000629676.2",
          "protein_id": "ENSP00000486194.1",
          "transcript_support_level": 5,
          "aa_start": 550,
          "aa_end": null,
          "aa_length": 645,
          "cds_start": 1648,
          "cds_end": null,
          "cds_length": 1938,
          "cdna_start": 1740,
          "cdna_end": null,
          "cdna_length": 2399,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1129A>G",
          "hgvs_p": "p.Met377Val",
          "transcript": "ENST00000629318.2",
          "protein_id": "ENSP00000487384.2",
          "transcript_support_level": 4,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 442,
          "cds_start": 1129,
          "cds_end": null,
          "cds_length": 1329,
          "cdna_start": 1460,
          "cdna_end": null,
          "cdna_length": 1665,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1675A>G",
          "hgvs_p": "p.Met559Val",
          "transcript": "XM_017027841.3",
          "protein_id": "XP_016883330.1",
          "transcript_support_level": null,
          "aa_start": 559,
          "aa_end": null,
          "aa_length": 889,
          "cds_start": 1675,
          "cds_end": null,
          "cds_length": 2670,
          "cdna_start": 1867,
          "cdna_end": null,
          "cdna_length": 9298,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1648A>G",
          "hgvs_p": "p.Met550Val",
          "transcript": "XM_011528811.3",
          "protein_id": "XP_011527113.1",
          "transcript_support_level": null,
          "aa_start": 550,
          "aa_end": null,
          "aa_length": 880,
          "cds_start": 1648,
          "cds_end": null,
          "cds_length": 2643,
          "cdna_start": 1840,
          "cdna_end": null,
          "cdna_length": 9271,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1645A>G",
          "hgvs_p": "p.Met549Val",
          "transcript": "XM_047440144.1",
          "protein_id": "XP_047296100.1",
          "transcript_support_level": null,
          "aa_start": 549,
          "aa_end": null,
          "aa_length": 879,
          "cds_start": 1645,
          "cds_end": null,
          "cds_length": 2640,
          "cdna_start": 1837,
          "cdna_end": null,
          "cdna_length": 9268,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1678A>G",
          "hgvs_p": "p.Met560Val",
          "transcript": "XM_017027842.3",
          "protein_id": "XP_016883331.1",
          "transcript_support_level": null,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 868,
          "cds_start": 1678,
          "cds_end": null,
          "cds_length": 2607,
          "cdna_start": 1870,
          "cdna_end": null,
          "cdna_length": 9235,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.1609A>G",
          "hgvs_p": "p.Met537Val",
          "transcript": "XM_017027843.2",
          "protein_id": "XP_016883332.1",
          "transcript_support_level": null,
          "aa_start": 537,
          "aa_end": null,
          "aa_length": 867,
          "cds_start": 1609,
          "cds_end": null,
          "cds_length": 2604,
          "cdna_start": 1698,
          "cdna_end": null,
          "cdna_length": 9129,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "c.640A>G",
          "hgvs_p": "p.Met214Val",
          "transcript": "XM_017027845.2",
          "protein_id": "XP_016883334.1",
          "transcript_support_level": null,
          "aa_start": 214,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 640,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1244,
          "cdna_end": null,
          "cdna_length": 8675,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "n.*984A>G",
          "hgvs_p": null,
          "transcript": "ENST00000636873.2",
          "protein_id": "ENSP00000518908.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": 2166,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "n.*512A>G",
          "hgvs_p": null,
          "transcript": "ENST00000637632.2",
          "protein_id": "ENSP00000518917.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": 9338,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "n.*984A>G",
          "hgvs_p": null,
          "transcript": "ENST00000636873.2",
          "protein_id": "ENSP00000518908.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": 2166,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "n.*512A>G",
          "hgvs_p": null,
          "transcript": "ENST00000637632.2",
          "protein_id": "ENSP00000518917.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": 9338,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ2",
          "gene_hgnc_id": 6296,
          "hgvs_c": "n.-42A>G",
          "hgvs_p": null,
          "transcript": "ENST00000636499.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": 100,
          "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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LOC105372724",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*131T>C",
          "hgvs_p": null,
          "transcript": "XR_937002.3",
          "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": 1686,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "KCNQ2",
      "gene_hgnc_id": 6296,
      "dbsnp": "rs1057516123",
      "frequency_reference_population": 6.844458e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84446e-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.9383121728897095,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.966,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9889,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.45,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.826,
      "phylop100way_prediction": "Pathogenic",
      "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": 17,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM1,PM2,PM5,PP2,PP3_Moderate,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 17,
          "benign_score": 0,
          "pathogenic_score": 17,
          "criteria": [
            "PM1",
            "PM2",
            "PM5",
            "PP2",
            "PP3_Moderate",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000359125.7",
          "gene_symbol": "KCNQ2",
          "hgnc_id": 6296,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1732A>G",
          "hgvs_p": "p.Met578Val"
        },
        {
          "score": 12,
          "benign_score": 0,
          "pathogenic_score": 12,
          "criteria": [
            "PM2",
            "PP3_Moderate",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "XR_937002.3",
          "gene_symbol": "LOC105372724",
          "hgnc_id": null,
          "effects": [
            "downstream_gene_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.*131T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " 1, benign familial neonatal,Complex neurodevelopmental disorder,Developmental and epileptic encephalopathy,Seizures,not provided",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:1 LP:1 O:1",
      "phenotype_combined": "not provided|Seizures, benign familial neonatal, 1|Developmental and epileptic encephalopathy|Complex neurodevelopmental disorder",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}