← 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-63413535-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 11,
          "criteria": [
            "PM2",
            "BP4_Moderate",
            "BP6_Very_Strong",
            "BP7"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "KCNQ2",
          "hgnc_id": 6296,
          "hgvs_c": "c.1624C>A",
          "hgvs_p": "p.Arg542Arg",
          "inheritance_mode": "AD",
          "pathogenic_score": 2,
          "score": -9,
          "transcript": "NM_001382235.1",
          "verdict": "Benign"
        },
        {
          "benign_score": 10,
          "criteria": [
            "PM2",
            "BP4_Moderate",
            "BP6_Very_Strong"
          ],
          "effects": [
            "downstream_gene_variant"
          ],
          "gene_symbol": "LOC105372724",
          "hgnc_id": null,
          "hgvs_c": "n.*185G>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": -8,
          "transcript": "XR_937002.3",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "PM2,BP4_Moderate,BP6_Very_Strong,BP7",
      "acmg_score": -9,
      "allele_count_reference_population": 3,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.41,
      "chr": "20",
      "clinvar_classification": "Likely benign",
      "clinvar_disease": "not provided",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.4099999964237213,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 872,
          "aa_ref": "R",
          "aa_start": 560,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9247,
          "cdna_start": 1870,
          "cds_end": null,
          "cds_length": 2619,
          "cds_start": 1678,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_172107.4",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1678C>A",
          "hgvs_p": "p.Arg560Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000359125.7",
          "protein_coding": true,
          "protein_id": "NP_742105.1",
          "strand": false,
          "transcript": "NM_172107.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 872,
          "aa_ref": "R",
          "aa_start": 560,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 9247,
          "cdna_start": 1870,
          "cds_end": null,
          "cds_length": 2619,
          "cds_start": 1678,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000359125.7",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1678C>A",
          "hgvs_p": "p.Arg560Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_172107.4",
          "protein_coding": true,
          "protein_id": "ENSP00000352035.2",
          "strand": false,
          "transcript": "ENST00000359125.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 854,
          "aa_ref": "R",
          "aa_start": 542,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9213,
          "cdna_start": 1838,
          "cds_end": null,
          "cds_length": 2565,
          "cds_start": 1624,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000626839.2",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1624C>A",
          "hgvs_p": "p.Arg542Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000486706.1",
          "strand": false,
          "transcript": "ENST00000626839.2",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 841,
          "aa_ref": "R",
          "aa_start": 529,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2750,
          "cdna_start": 1631,
          "cds_end": null,
          "cds_length": 2526,
          "cds_start": 1585,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000344462.8",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1585C>A",
          "hgvs_p": "p.Arg529Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000339611.4",
          "strand": false,
          "transcript": "ENST00000344462.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "R",
          "aa_start": 542,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9301,
          "cdna_start": 1816,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 1624,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001382235.1",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1624C>A",
          "hgvs_p": "p.Arg542Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001369164.1",
          "strand": false,
          "transcript": "NM_001382235.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "R",
          "aa_start": 542,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9301,
          "cdna_start": 1816,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 1624,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000706989.1",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1624C>A",
          "hgvs_p": "p.Arg542Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000516702.1",
          "strand": false,
          "transcript": "ENST00000706989.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 858,
          "aa_ref": "R",
          "aa_start": 541,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3338,
          "cdna_start": 1779,
          "cds_end": null,
          "cds_length": 2577,
          "cds_start": 1621,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000852160.1",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1621C>A",
          "hgvs_p": "p.Arg541Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522219.1",
          "strand": false,
          "transcript": "ENST00000852160.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 858,
          "aa_ref": "R",
          "aa_start": 532,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9209,
          "cdna_start": 1790,
          "cds_end": null,
          "cds_length": 2577,
          "cds_start": 1594,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000921679.1",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1594C>A",
          "hgvs_p": "p.Arg532Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591738.1",
          "strand": false,
          "transcript": "ENST00000921679.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 854,
          "aa_ref": "R",
          "aa_start": 542,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9193,
          "cdna_start": 1816,
          "cds_end": null,
          "cds_length": 2565,
          "cds_start": 1624,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_172106.3",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1624C>A",
          "hgvs_p": "p.Arg542Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_742104.1",
          "strand": false,
          "transcript": "NM_172106.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 853,
          "aa_ref": "R",
          "aa_start": 541,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9190,
          "cdna_start": 1813,
          "cds_end": null,
          "cds_length": 2562,
          "cds_start": 1621,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001439003.1",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1621C>A",
          "hgvs_p": "p.Arg541Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425932.1",
          "strand": false,
          "transcript": "NM_001439003.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 853,
          "aa_ref": "R",
          "aa_start": 541,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3362,
          "cdna_start": 1818,
          "cds_end": null,
          "cds_length": 2562,
          "cds_start": 1621,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000852159.1",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1621C>A",
          "hgvs_p": "p.Arg541Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522218.1",
          "strand": false,
          "transcript": "ENST00000852159.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 844,
          "aa_ref": "R",
          "aa_start": 532,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9163,
          "cdna_start": 1786,
          "cds_end": null,
          "cds_length": 2535,
          "cds_start": 1594,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "NM_004518.6",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1594C>A",
          "hgvs_p": "p.Arg532Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_004509.2",
          "strand": false,
          "transcript": "NM_004518.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 844,
          "aa_ref": "R",
          "aa_start": 532,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2775,
          "cdna_start": 1636,
          "cds_end": null,
          "cds_length": 2535,
          "cds_start": 1594,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000360480.7",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1594C>A",
          "hgvs_p": "p.Arg532Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000353668.3",
          "strand": false,
          "transcript": "ENST00000360480.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 843,
          "aa_ref": "R",
          "aa_start": 531,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9160,
          "cdna_start": 1783,
          "cds_end": null,
          "cds_length": 2532,
          "cds_start": 1591,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "NM_001439004.1",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1591C>A",
          "hgvs_p": "p.Arg531Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425933.1",
          "strand": false,
          "transcript": "NM_001439004.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 843,
          "aa_ref": "R",
          "aa_start": 531,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9160,
          "cdna_start": 1783,
          "cds_end": null,
          "cds_length": 2532,
          "cds_start": 1591,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000627221.3",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1591C>A",
          "hgvs_p": "p.Arg531Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000487469.2",
          "strand": false,
          "transcript": "ENST00000627221.3",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 841,
          "aa_ref": "R",
          "aa_start": 529,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9154,
          "cdna_start": 1777,
          "cds_end": null,
          "cds_length": 2526,
          "cds_start": 1585,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_172108.5",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1585C>A",
          "hgvs_p": "p.Arg529Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_742106.1",
          "strand": false,
          "transcript": "NM_172108.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 832,
          "aa_ref": "R",
          "aa_start": 520,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3296,
          "cdna_start": 1750,
          "cds_end": null,
          "cds_length": 2499,
          "cds_start": 1558,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000713605.1",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1558C>A",
          "hgvs_p": "p.Arg520Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000518901.1",
          "strand": false,
          "transcript": "ENST00000713605.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 802,
          "aa_ref": "R",
          "aa_start": 490,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3228,
          "cdna_start": 1682,
          "cds_end": null,
          "cds_length": 2409,
          "cds_start": 1468,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000921680.1",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1468C>A",
          "hgvs_p": "p.Arg490Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591739.1",
          "strand": false,
          "transcript": "ENST00000921680.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 766,
          "aa_ref": "R",
          "aa_start": 532,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3004,
          "cdna_start": 1729,
          "cds_end": null,
          "cds_length": 2301,
          "cds_start": 1594,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000370224.5",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1594C>A",
          "hgvs_p": "p.Arg532Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000359244.2",
          "strand": false,
          "transcript": "ENST00000370224.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 754,
          "aa_ref": "R",
          "aa_start": 520,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2925,
          "cdna_start": 1650,
          "cds_end": null,
          "cds_length": 2265,
          "cds_start": 1558,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000625514.2",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1558C>A",
          "hgvs_p": "p.Arg520Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000486040.1",
          "strand": false,
          "transcript": "ENST00000625514.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 730,
          "aa_ref": "R",
          "aa_start": 532,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2853,
          "cdna_start": 1686,
          "cds_end": null,
          "cds_length": 2193,
          "cds_start": 1594,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000629241.2",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1594C>A",
          "hgvs_p": "p.Arg532Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000487142.1",
          "strand": false,
          "transcript": "ENST00000629241.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 728,
          "aa_ref": "R",
          "aa_start": 416,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2594,
          "cdna_start": 1246,
          "cds_end": null,
          "cds_length": 2187,
          "cds_start": 1246,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000357249.6",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1246C>A",
          "hgvs_p": "p.Arg416Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000349789.3",
          "strand": false,
          "transcript": "ENST00000357249.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 671,
          "aa_ref": "R",
          "aa_start": 359,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2983,
          "cdna_start": 1477,
          "cds_end": null,
          "cds_length": 2016,
          "cds_start": 1075,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000637193.1",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1075C>A",
          "hgvs_p": "p.Arg359Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490734.1",
          "strand": false,
          "transcript": "ENST00000637193.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 645,
          "aa_ref": "R",
          "aa_start": 532,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2399,
          "cdna_start": 1686,
          "cds_end": null,
          "cds_length": 1938,
          "cds_start": 1594,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000629676.2",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1594C>A",
          "hgvs_p": "p.Arg532Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000486194.1",
          "strand": false,
          "transcript": "ENST00000629676.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 536,
          "aa_ref": "R",
          "aa_start": 224,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8243,
          "cdna_start": 866,
          "cds_end": null,
          "cds_length": 1611,
          "cds_start": 670,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000921678.1",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.670C>A",
          "hgvs_p": "p.Arg224Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591737.1",
          "strand": false,
          "transcript": "ENST00000921678.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 442,
          "aa_ref": "R",
          "aa_start": 359,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1665,
          "cdna_start": 1406,
          "cds_end": null,
          "cds_length": 1329,
          "cds_start": 1075,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000629318.2",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1075C>A",
          "hgvs_p": "p.Arg359Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000487384.2",
          "strand": false,
          "transcript": "ENST00000629318.2",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 889,
          "aa_ref": "R",
          "aa_start": 541,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9298,
          "cdna_start": 1813,
          "cds_end": null,
          "cds_length": 2670,
          "cds_start": 1621,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_017027841.3",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1621C>A",
          "hgvs_p": "p.Arg541Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016883330.1",
          "strand": false,
          "transcript": "XM_017027841.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 880,
          "aa_ref": "R",
          "aa_start": 532,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9271,
          "cdna_start": 1786,
          "cds_end": null,
          "cds_length": 2643,
          "cds_start": 1594,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_011528811.3",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1594C>A",
          "hgvs_p": "p.Arg532Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011527113.1",
          "strand": false,
          "transcript": "XM_011528811.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 879,
          "aa_ref": "R",
          "aa_start": 531,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9268,
          "cdna_start": 1783,
          "cds_end": null,
          "cds_length": 2640,
          "cds_start": 1591,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_047440144.1",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1591C>A",
          "hgvs_p": "p.Arg531Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296100.1",
          "strand": false,
          "transcript": "XM_047440144.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 868,
          "aa_ref": "R",
          "aa_start": 542,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9235,
          "cdna_start": 1816,
          "cds_end": null,
          "cds_length": 2607,
          "cds_start": 1624,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_017027842.3",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1624C>A",
          "hgvs_p": "p.Arg542Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016883331.1",
          "strand": false,
          "transcript": "XM_017027842.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 867,
          "aa_ref": "R",
          "aa_start": 519,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9129,
          "cdna_start": 1644,
          "cds_end": null,
          "cds_length": 2604,
          "cds_start": 1555,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_017027843.2",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.1555C>A",
          "hgvs_p": "p.Arg519Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016883332.1",
          "strand": false,
          "transcript": "XM_017027843.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 544,
          "aa_ref": "R",
          "aa_start": 196,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8675,
          "cdna_start": 1190,
          "cds_end": null,
          "cds_length": 1635,
          "cds_start": 586,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_017027845.2",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "c.586C>A",
          "hgvs_p": "p.Arg196Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016883334.1",
          "strand": false,
          "transcript": "XM_017027845.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2166,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000636873.2",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "n.*930C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000518908.1",
          "strand": false,
          "transcript": "ENST00000636873.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9338,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 18,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000637632.2",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "n.*458C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000518917.1",
          "strand": false,
          "transcript": "ENST00000637632.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2166,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000636873.2",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "n.*930C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000518908.1",
          "strand": false,
          "transcript": "ENST00000636873.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9338,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 18,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000637632.2",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "n.*458C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000518917.1",
          "strand": false,
          "transcript": "ENST00000637632.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 100,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000636499.1",
          "gene_hgnc_id": 6296,
          "gene_symbol": "KCNQ2",
          "hgvs_c": "n.-96C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000636499.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1686,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_937002.3",
          "gene_hgnc_id": null,
          "gene_symbol": "LOC105372724",
          "hgvs_c": "n.*185G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "XR_937002.3",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs773171451",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.00000205327,
      "gene_hgnc_id": 6296,
      "gene_symbol": "KCNQ2",
      "gnomad_exomes_ac": 3,
      "gnomad_exomes_af": 0.00000205327,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Likely benign",
      "phenotype_combined": "not provided",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.643,
      "pos": 63413535,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001382235.1"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.