← 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: 19-11174531-GG-CA (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=11174531&ref=GG&alt=CA&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PS1",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "KANK2",
          "hgnc_id": 29300,
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "inheritance_mode": "AR,Unknown",
          "pathogenic_score": 5,
          "score": 5,
          "transcript": "NM_015493.7",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PS1,PP3",
      "acmg_score": 5,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "CA",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "19",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5183,
          "cdna_start": 2349,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001136191.3",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000586659.6",
          "protein_coding": true,
          "protein_id": "NP_001129663.1",
          "strand": false,
          "transcript": "NM_001136191.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5183,
          "cdna_start": 2349,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000586659.6",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001136191.3",
          "protein_coding": true,
          "protein_id": "ENSP00000465650.1",
          "strand": false,
          "transcript": "ENST00000586659.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5273,
          "cdna_start": 2439,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379548.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366477.1",
          "strand": false,
          "transcript": "NM_001379548.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5334,
          "cdna_start": 2500,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379549.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366478.1",
          "strand": false,
          "transcript": "NM_001379549.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5008,
          "cdna_start": 2174,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379550.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366479.1",
          "strand": false,
          "transcript": "NM_001379550.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5451,
          "cdna_start": 2617,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379551.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366480.1",
          "strand": false,
          "transcript": "NM_001379551.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5305,
          "cdna_start": 2471,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379552.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366481.1",
          "strand": false,
          "transcript": "NM_001379552.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5344,
          "cdna_start": 2510,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379553.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366482.1",
          "strand": false,
          "transcript": "NM_001379553.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5371,
          "cdna_start": 2537,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379554.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366483.1",
          "strand": false,
          "transcript": "NM_001379554.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5207,
          "cdna_start": 2373,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_015493.7",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_056308.3",
          "strand": false,
          "transcript": "NM_015493.7",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3048,
          "cdna_start": 2502,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000589359.5",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000468002.1",
          "strand": false,
          "transcript": "ENST00000589359.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5273,
          "cdna_start": 2438,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884142.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554201.1",
          "strand": false,
          "transcript": "ENST00000884142.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5230,
          "cdna_start": 2393,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884145.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554204.1",
          "strand": false,
          "transcript": "ENST00000884145.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5174,
          "cdna_start": 2343,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884149.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554208.1",
          "strand": false,
          "transcript": "ENST00000884149.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5370,
          "cdna_start": 2536,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884150.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554209.1",
          "strand": false,
          "transcript": "ENST00000884150.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4078,
          "cdna_start": 2547,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884152.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554211.1",
          "strand": false,
          "transcript": "ENST00000884152.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3946,
          "cdna_start": 2429,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960856.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630915.1",
          "strand": false,
          "transcript": "ENST00000960856.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3970,
          "cdna_start": 2456,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960857.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630916.1",
          "strand": false,
          "transcript": "ENST00000960857.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3974,
          "cdna_start": 2460,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960858.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630917.1",
          "strand": false,
          "transcript": "ENST00000960858.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3744,
          "cdna_start": 2230,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960859.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630918.1",
          "strand": false,
          "transcript": "ENST00000960859.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 852,
          "aa_ref": "A",
          "aa_start": 671,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4997,
          "cdna_start": 2162,
          "cds_end": null,
          "cds_length": 2559,
          "cds_start": 2012,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960853.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2012_2013delCCinsTG",
          "hgvs_p": "p.Ala671Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630912.1",
          "strand": false,
          "transcript": "ENST00000960853.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5249,
          "cdna_start": 2415,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001329451.2",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001316380.1",
          "strand": false,
          "transcript": "NM_001329451.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5304,
          "cdna_start": 2470,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379555.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366484.1",
          "strand": false,
          "transcript": "NM_001379555.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5310,
          "cdna_start": 2476,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379556.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366485.1",
          "strand": false,
          "transcript": "NM_001379556.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5427,
          "cdna_start": 2593,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379557.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366486.1",
          "strand": false,
          "transcript": "NM_001379557.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5488,
          "cdna_start": 2654,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379558.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366487.1",
          "strand": false,
          "transcript": "NM_001379558.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5270,
          "cdna_start": 2436,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379559.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366488.1",
          "strand": false,
          "transcript": "NM_001379559.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5431,
          "cdna_start": 2597,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379560.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366489.1",
          "strand": false,
          "transcript": "NM_001379560.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5365,
          "cdna_start": 2531,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379561.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366490.1",
          "strand": false,
          "transcript": "NM_001379561.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5347,
          "cdna_start": 2513,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379562.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366491.1",
          "strand": false,
          "transcript": "NM_001379562.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5525,
          "cdna_start": 2691,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001379563.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366492.1",
          "strand": false,
          "transcript": "NM_001379563.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5428,
          "cdna_start": 2593,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884138.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554197.1",
          "strand": false,
          "transcript": "ENST00000884138.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5082,
          "cdna_start": 2248,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884139.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554198.1",
          "strand": false,
          "transcript": "ENST00000884139.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5280,
          "cdna_start": 2446,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884140.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554199.1",
          "strand": false,
          "transcript": "ENST00000884140.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5508,
          "cdna_start": 2678,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884141.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554200.1",
          "strand": false,
          "transcript": "ENST00000884141.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5348,
          "cdna_start": 2514,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884143.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554202.1",
          "strand": false,
          "transcript": "ENST00000884143.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5384,
          "cdna_start": 2547,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884144.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554203.1",
          "strand": false,
          "transcript": "ENST00000884144.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5261,
          "cdna_start": 2425,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884146.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554205.1",
          "strand": false,
          "transcript": "ENST00000884146.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5233,
          "cdna_start": 2399,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884147.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554206.1",
          "strand": false,
          "transcript": "ENST00000884147.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5154,
          "cdna_start": 2319,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884148.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554207.1",
          "strand": false,
          "transcript": "ENST00000884148.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4982,
          "cdna_start": 2152,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884151.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554210.1",
          "strand": false,
          "transcript": "ENST00000884151.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4146,
          "cdna_start": 2615,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884153.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554212.1",
          "strand": false,
          "transcript": "ENST00000884153.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5264,
          "cdna_start": 2432,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884154.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554213.1",
          "strand": false,
          "transcript": "ENST00000884154.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3792,
          "cdna_start": 2261,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884155.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554214.1",
          "strand": false,
          "transcript": "ENST00000884155.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5222,
          "cdna_start": 2392,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924545.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594604.1",
          "strand": false,
          "transcript": "ENST00000924545.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5280,
          "cdna_start": 2450,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924546.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594605.1",
          "strand": false,
          "transcript": "ENST00000924546.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5384,
          "cdna_start": 2553,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960852.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630911.1",
          "strand": false,
          "transcript": "ENST00000960852.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5218,
          "cdna_start": 2385,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960854.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630913.1",
          "strand": false,
          "transcript": "ENST00000960854.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5264,
          "cdna_start": 2430,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960855.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630914.1",
          "strand": false,
          "transcript": "ENST00000960855.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4060,
          "cdna_start": 2547,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960860.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630919.1",
          "strand": false,
          "transcript": "ENST00000960860.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5187,
          "cdna_start": 2360,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960861.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630920.1",
          "strand": false,
          "transcript": "ENST00000960861.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 841,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2703,
          "cdna_start": 2010,
          "cds_end": null,
          "cds_length": 2526,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000589894.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000467029.1",
          "strand": false,
          "transcript": "ENST00000589894.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "A",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2952,
          "cdna_start": 208,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 206,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000588787.5",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.206_207delCCinsTG",
          "hgvs_p": "p.Ala69Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000464896.1",
          "strand": false,
          "transcript": "ENST00000588787.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5610,
          "cdna_start": 2776,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438569.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294525.1",
          "strand": false,
          "transcript": "XM_047438569.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5294,
          "cdna_start": 2460,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438570.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294526.1",
          "strand": false,
          "transcript": "XM_047438570.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5268,
          "cdna_start": 2434,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438571.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2033_2034delCCinsTG",
          "hgvs_p": "p.Ala678Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294527.1",
          "strand": false,
          "transcript": "XM_047438571.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5586,
          "cdna_start": 2752,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438572.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294528.1",
          "strand": false,
          "transcript": "XM_047438572.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4984,
          "cdna_start": 2150,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438573.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294529.1",
          "strand": false,
          "transcript": "XM_047438573.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5244,
          "cdna_start": 2410,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438574.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294530.1",
          "strand": false,
          "transcript": "XM_047438574.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5520,
          "cdna_start": 2686,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438575.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294531.1",
          "strand": false,
          "transcript": "XM_047438575.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5281,
          "cdna_start": 2447,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438576.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294532.1",
          "strand": false,
          "transcript": "XM_047438576.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "A",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5204,
          "cdna_start": 2370,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438577.1",
          "gene_hgnc_id": 29300,
          "gene_symbol": "KANK2",
          "hgvs_c": "c.2009_2010delCCinsTG",
          "hgvs_p": "p.Ala670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294533.1",
          "strand": false,
          "transcript": "XM_047438577.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 29300,
      "gene_symbol": "KANK2",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "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": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 9.588,
      "pos": 11174531,
      "ref": "GG",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_015493.7"
    }
  ]
}
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.