← 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: 12-75042374-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "PP2",
            "BS2"
          ],
          "effects": [
            "missense_variant",
            "splice_region_variant"
          ],
          "gene_symbol": "KCNC2",
          "hgnc_id": 6234,
          "hgvs_c": "c.1781A>T",
          "hgvs_p": "p.Asp594Val",
          "inheritance_mode": "AD",
          "pathogenic_score": 1,
          "score": -3,
          "transcript": "NM_139136.4",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "ENSG00000257434",
          "hgnc_id": null,
          "hgvs_c": "n.1635T>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "ENST00000547040.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PP2,BS2",
      "acmg_score": -3,
      "allele_count_reference_population": 6,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.2396,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": 0.08,
      "chr": "12",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Inborn genetic diseases",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Uncertain_significance",
      "computational_score_selected": 0.6079496741294861,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 613,
          "aa_ref": "D",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3026,
          "cdna_start": 1802,
          "cds_end": null,
          "cds_length": 1842,
          "cds_start": 1781,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000548513.5",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.1781A>T",
          "hgvs_p": "p.Asp594Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000449941.1",
          "strand": false,
          "transcript": "ENST00000548513.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 638,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5596,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1917,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_139137.4",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*731A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000549446.6",
          "protein_coding": true,
          "protein_id": "NP_631875.1",
          "strand": false,
          "transcript": "NM_139137.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 638,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5596,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1917,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000549446.6",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*731A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_139137.4",
          "protein_coding": true,
          "protein_id": "ENSP00000449253.2",
          "strand": false,
          "transcript": "ENST00000549446.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 629,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2931,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1890,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000550433.5",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.1781-1168A>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000448301.1",
          "strand": false,
          "transcript": "ENST00000550433.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 613,
          "aa_ref": "D",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3267,
          "cdna_start": 1802,
          "cds_end": null,
          "cds_length": 1842,
          "cds_start": 1781,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001414195.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.1781A>T",
          "hgvs_p": "p.Asp594Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001401124.1",
          "strand": false,
          "transcript": "NM_001414195.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 613,
          "aa_ref": "D",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3025,
          "cdna_start": 1802,
          "cds_end": null,
          "cds_length": 1842,
          "cds_start": 1781,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001414196.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.1781A>T",
          "hgvs_p": "p.Asp594Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001401125.1",
          "strand": false,
          "transcript": "NM_001414196.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 613,
          "aa_ref": "D",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3656,
          "cdna_start": 2433,
          "cds_end": null,
          "cds_length": 1842,
          "cds_start": 1781,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_139136.4",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.1781A>T",
          "hgvs_p": "p.Asp594Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_631874.1",
          "strand": false,
          "transcript": "NM_139136.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 613,
          "aa_ref": "D",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3563,
          "cdna_start": 2342,
          "cds_end": null,
          "cds_length": 1842,
          "cds_start": 1781,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000298972.5",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.1781A>T",
          "hgvs_p": "p.Asp594Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000298972.1",
          "strand": false,
          "transcript": "ENST00000298972.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 558,
          "aa_ref": "D",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3491,
          "cdna_start": 2268,
          "cds_end": null,
          "cds_length": 1677,
          "cds_start": 1616,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_153748.3",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.1616A>T",
          "hgvs_p": "p.Asp539Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_715624.1",
          "strand": false,
          "transcript": "NM_153748.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 558,
          "aa_ref": "D",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3344,
          "cdna_start": 2160,
          "cds_end": null,
          "cds_length": 1677,
          "cds_start": 1616,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000350228.6",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.1616A>T",
          "hgvs_p": "p.Asp539Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000319877.2",
          "strand": false,
          "transcript": "ENST00000350228.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 613,
          "aa_ref": "D",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4098,
          "cdna_start": 1802,
          "cds_end": null,
          "cds_length": 1842,
          "cds_start": 1781,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047428812.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.1781A>T",
          "hgvs_p": "p.Asp594Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284768.1",
          "strand": false,
          "transcript": "XM_047428812.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 612,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4202,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1839,
          "cds_start": null,
          "consequences": [
            "splice_region_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_006719383.5",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*46A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006719446.1",
          "strand": false,
          "transcript": "XM_006719383.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 638,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4965,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1917,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001414192.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*731A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001401121.1",
          "strand": false,
          "transcript": "NM_001414192.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 638,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5336,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1917,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000888265.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*731A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558324.1",
          "strand": false,
          "transcript": "ENST00000888265.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 638,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5044,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1917,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000962253.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*731A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000632312.1",
          "strand": false,
          "transcript": "ENST00000962253.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 625,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5557,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1878,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001414193.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*731A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001401122.1",
          "strand": false,
          "transcript": "NM_001414193.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 621,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5545,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1866,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001414194.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*731A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001401123.1",
          "strand": false,
          "transcript": "NM_001414194.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 618,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6168,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1857,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001260497.2",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*1363A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001247426.1",
          "strand": false,
          "transcript": "NM_001260497.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 612,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6150,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1839,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001414197.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*1363A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001401126.1",
          "strand": false,
          "transcript": "NM_001414197.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 612,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5700,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1839,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001414202.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*913A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001401131.1",
          "strand": false,
          "transcript": "NM_001414202.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 612,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6272,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1839,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001414206.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*1485A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001401135.1",
          "strand": false,
          "transcript": "NM_001414206.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 612,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5641,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1839,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001414213.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*1485A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001401142.1",
          "strand": false,
          "transcript": "NM_001414213.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 601,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6117,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1806,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001414198.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*1363A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001401127.1",
          "strand": false,
          "transcript": "NM_001414198.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 583,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5431,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1752,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001260499.2",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*731A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001247428.1",
          "strand": false,
          "transcript": "NM_001260499.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 618,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5537,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1857,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047428811.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*1363A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284767.1",
          "strand": false,
          "transcript": "XM_047428811.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 612,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4202,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1839,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_006719383.5",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*46A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006719446.1",
          "strand": false,
          "transcript": "XM_006719383.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 612,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5069,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1839,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047428813.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*913A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284769.1",
          "strand": false,
          "transcript": "XM_047428813.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 583,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4800,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1752,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047428817.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*731A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284773.1",
          "strand": false,
          "transcript": "XM_047428817.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 629,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3561,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1890,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001260498.2",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.1781-1168A>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001247427.1",
          "strand": false,
          "transcript": "NM_001260498.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 559,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3638,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1680,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001414199.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.1616-926A>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001401128.1",
          "strand": false,
          "transcript": "NM_001414199.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 629,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2930,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1890,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047428810.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.1781-1168A>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284766.1",
          "strand": false,
          "transcript": "XM_047428810.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 612,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3034,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1839,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047428816.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.*46-1168A>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284772.1",
          "strand": false,
          "transcript": "XM_047428816.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 574,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2765,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1725,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047428818.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "c.1616-1168A>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284774.1",
          "strand": false,
          "transcript": "XM_047428818.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2631,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000547040.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000257434",
          "hgvs_c": "n.1635T>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": "ENST00000547040.1",
          "transcript_support_level": 2
        },
        {
          "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": 3956,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000647764.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "n.*46A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000497415.1",
          "strand": false,
          "transcript": "ENST00000647764.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3760,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NR_182257.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "n.2537A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_182257.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4933,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NR_182259.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "n.2637A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_182259.1",
          "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": 3956,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000647764.1",
          "gene_hgnc_id": 6234,
          "gene_symbol": "KCNC2",
          "hgvs_c": "n.*46A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000497415.1",
          "strand": false,
          "transcript": "ENST00000647764.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 732,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000550049.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000257434",
          "hgvs_c": "n.416+1232T>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000550049.1",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": "Benign",
      "dbscsnv_ada_score": 0.92961721136914,
      "dbsnp": "rs201339164",
      "effect": "missense_variant,splice_region_variant",
      "frequency_reference_population": 0.0000037242608,
      "gene_hgnc_id": 6234,
      "gene_symbol": "KCNC2",
      "gnomad_exomes_ac": 5,
      "gnomad_exomes_af": 0.00000342694,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000657756,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "Inborn genetic diseases",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 5.272,
      "pos": 75042374,
      "ref": "T",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.553,
      "splice_prediction_selected": "Pathogenic",
      "splice_score_selected": 0.8159999847412109,
      "splice_source_selected": "dbscSNV1_RF",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_139136.4"
    }
  ]
}
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.