← 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: 7-114629882-GCAGCAGCAACAA-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 114629882,
      "ref": "GCAGCAGCAACAA",
      "alt": "G",
      "effect": "disruptive_inframe_deletion",
      "transcript": "ENST00000350908.9",
      "consequences": [
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.495_506delACAACAGCAGCA",
          "hgvs_p": "p.Gln166_Gln169del",
          "transcript": "NM_014491.4",
          "protein_id": "NP_055306.1",
          "transcript_support_level": null,
          "aa_start": 165,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 495,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": 1051,
          "cdna_end": null,
          "cdna_length": 6543,
          "mane_select": "ENST00000350908.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.495_506delACAACAGCAGCA",
          "hgvs_p": "p.Gln166_Gln169del",
          "transcript": "ENST00000350908.9",
          "protein_id": "ENSP00000265436.7",
          "transcript_support_level": 1,
          "aa_start": 165,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 495,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": 1051,
          "cdna_end": null,
          "cdna_length": 6543,
          "mane_select": "NM_014491.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.570_581delACAACAGCAGCA",
          "hgvs_p": "p.Gln191_Gln194del",
          "transcript": "ENST00000408937.7",
          "protein_id": "ENSP00000386200.3",
          "transcript_support_level": 1,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 740,
          "cds_start": 570,
          "cds_end": null,
          "cds_length": 2223,
          "cdna_start": 944,
          "cdna_end": null,
          "cdna_length": 6443,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.567_578delACAACAGCAGCA",
          "hgvs_p": "p.Gln190_Gln193del",
          "transcript": "ENST00000390668.3",
          "protein_id": "ENSP00000375084.3",
          "transcript_support_level": 1,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 456,
          "cds_start": 567,
          "cds_end": null,
          "cds_length": 1371,
          "cdna_start": 567,
          "cdna_end": null,
          "cdna_length": 1472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.495_506delACAACAGCAGCA",
          "hgvs_p": "p.Gln166_Gln169del",
          "transcript": "ENST00000360232.8",
          "protein_id": "ENSP00000353367.4",
          "transcript_support_level": 1,
          "aa_start": 165,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 495,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": 507,
          "cdna_end": null,
          "cdna_length": 1412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.495_506delACAACAGCAGCA",
          "hgvs_p": "p.Gln166_Gln169del",
          "transcript": "ENST00000378237.7",
          "protein_id": "ENSP00000367482.3",
          "transcript_support_level": 1,
          "aa_start": 165,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": 495,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": 547,
          "cdna_end": null,
          "cdna_length": 2187,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "n.*289_*300delACAACAGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000393489.8",
          "protein_id": "ENSP00000377129.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "n.*682_*693delACAACAGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000440349.5",
          "protein_id": "ENSP00000395552.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1509,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "n.*289_*300delACAACAGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000393489.8",
          "protein_id": "ENSP00000377129.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "n.*682_*693delACAACAGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000440349.5",
          "protein_id": "ENSP00000395552.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1509,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.621_632delACAACAGCAGCA",
          "hgvs_p": "p.Gln208_Gln211del",
          "transcript": "ENST00000703616.1",
          "protein_id": "ENSP00000515400.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 1055,
          "cdna_end": null,
          "cdna_length": 4587,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.570_581delACAACAGCAGCA",
          "hgvs_p": "p.Gln191_Gln194del",
          "transcript": "NM_148898.4",
          "protein_id": "NP_683696.2",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 740,
          "cds_start": 570,
          "cds_end": null,
          "cds_length": 2223,
          "cdna_start": 1126,
          "cdna_end": null,
          "cdna_length": 6618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.546_557delACAACAGCAGCA",
          "hgvs_p": "p.Gln183_Gln186del",
          "transcript": "NM_148900.4",
          "protein_id": "NP_683698.2",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 546,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": 1102,
          "cdna_end": null,
          "cdna_length": 6594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.546_557delACAACAGCAGCA",
          "hgvs_p": "p.Gln183_Gln186del",
          "transcript": "ENST00000403559.9",
          "protein_id": "ENSP00000385069.4",
          "transcript_support_level": 2,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 546,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": 800,
          "cdna_end": null,
          "cdna_length": 2807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.546_557delACAACAGCAGCA",
          "hgvs_p": "p.Gln183_Gln186del",
          "transcript": "ENST00000703613.1",
          "protein_id": "ENSP00000515397.1",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 546,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": 1018,
          "cdna_end": null,
          "cdna_length": 2763,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.495_506delACAACAGCAGCA",
          "hgvs_p": "p.Gln166_Gln169del",
          "transcript": "ENST00000635638.1",
          "protein_id": "ENSP00000489073.1",
          "transcript_support_level": 5,
          "aa_start": 165,
          "aa_end": null,
          "aa_length": 716,
          "cds_start": 495,
          "cds_end": null,
          "cds_length": 2151,
          "cdna_start": 833,
          "cdna_end": null,
          "cdna_length": 2598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.495_506delACAACAGCAGCA",
          "hgvs_p": "p.Gln166_Gln169del",
          "transcript": "ENST00000393494.6",
          "protein_id": "ENSP00000377132.2",
          "transcript_support_level": 5,
          "aa_start": 165,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 495,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": 774,
          "cdna_end": null,
          "cdna_length": 2664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.495_506delACAACAGCAGCA",
          "hgvs_p": "p.Gln166_Gln169del",
          "transcript": "ENST00000703614.1",
          "protein_id": "ENSP00000515398.1",
          "transcript_support_level": null,
          "aa_start": 165,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 495,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": 849,
          "cdna_end": null,
          "cdna_length": 2597,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.495_506delACAACAGCAGCA",
          "hgvs_p": "p.Gln166_Gln169del",
          "transcript": "NM_001172766.3",
          "protein_id": "NP_001166237.1",
          "transcript_support_level": null,
          "aa_start": 165,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 495,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": 1051,
          "cdna_end": null,
          "cdna_length": 6540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.486_497delACAACAGCAGCA",
          "hgvs_p": "p.Gln163_Gln166del",
          "transcript": "ENST00000635534.1",
          "protein_id": "ENSP00000489229.1",
          "transcript_support_level": 5,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": 486,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": 638,
          "cdna_end": null,
          "cdna_length": 4290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.486_497delACAACAGCAGCA",
          "hgvs_p": "p.Gln163_Gln166del",
          "transcript": "ENST00000703612.1",
          "protein_id": "ENSP00000515396.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": 486,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": 853,
          "cdna_end": null,
          "cdna_length": 4450,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.444_455delACAACAGCAGCA",
          "hgvs_p": "p.Gln149_Gln152del",
          "transcript": "ENST00000634411.1",
          "protein_id": "ENSP00000489135.1",
          "transcript_support_level": 5,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 698,
          "cds_start": 444,
          "cds_end": null,
          "cds_length": 2097,
          "cdna_start": 593,
          "cdna_end": null,
          "cdna_length": 4065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.435_446delACAACAGCAGCA",
          "hgvs_p": "p.Gln146_Gln149del",
          "transcript": "ENST00000393498.6",
          "protein_id": "ENSP00000377135.2",
          "transcript_support_level": 5,
          "aa_start": 145,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 435,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 748,
          "cdna_end": null,
          "cdna_length": 2617,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.432_443delACAACAGCAGCA",
          "hgvs_p": "p.Gln145_Gln148del",
          "transcript": "ENST00000634623.1",
          "protein_id": "ENSP00000488944.1",
          "transcript_support_level": 5,
          "aa_start": 144,
          "aa_end": null,
          "aa_length": 588,
          "cds_start": 432,
          "cds_end": null,
          "cds_length": 1769,
          "cdna_start": 521,
          "cdna_end": null,
          "cdna_length": 1858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.219_230delACAACAGCAGCA",
          "hgvs_p": "p.Gln74_Gln77del",
          "transcript": "ENST00000703617.1",
          "protein_id": "ENSP00000515401.1",
          "transcript_support_level": null,
          "aa_start": 73,
          "aa_end": null,
          "aa_length": 530,
          "cds_start": 219,
          "cds_end": null,
          "cds_length": 1593,
          "cdna_start": 219,
          "cdna_end": null,
          "cdna_length": 1593,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.570_581delACAACAGCAGCA",
          "hgvs_p": "p.Gln191_Gln194del",
          "transcript": "NM_001172767.2",
          "protein_id": "NP_001166238.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": 570,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": 580,
          "cdna_end": null,
          "cdna_length": 1485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.495_506delACAACAGCAGCA",
          "hgvs_p": "p.Gln166_Gln169del",
          "transcript": "NM_148899.3",
          "protein_id": "NP_683697.2",
          "transcript_support_level": null,
          "aa_start": 165,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 495,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": 505,
          "cdna_end": null,
          "cdna_length": 1410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.48_59delACAACAGCAGCA",
          "hgvs_p": "p.Gln17_Gln20del",
          "transcript": "ENST00000635563.1",
          "protein_id": "ENSP00000488954.1",
          "transcript_support_level": 5,
          "aa_start": 16,
          "aa_end": null,
          "aa_length": 226,
          "cds_start": 48,
          "cds_end": null,
          "cds_length": 683,
          "cdna_start": 50,
          "cdna_end": null,
          "cdna_length": 685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.513_524delACAACAGCAGCA",
          "hgvs_p": "p.Gln172_Gln175del",
          "transcript": "ENST00000452963.6",
          "protein_id": "ENSP00000409826.2",
          "transcript_support_level": 5,
          "aa_start": 171,
          "aa_end": null,
          "aa_length": 204,
          "cds_start": 513,
          "cds_end": null,
          "cds_length": 615,
          "cdna_start": 523,
          "cdna_end": null,
          "cdna_length": 625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.495_506delACAACAGCAGCA",
          "hgvs_p": "p.Gln166_Gln169del",
          "transcript": "ENST00000703615.1",
          "protein_id": "ENSP00000515399.1",
          "transcript_support_level": null,
          "aa_start": 165,
          "aa_end": null,
          "aa_length": 169,
          "cds_start": 495,
          "cds_end": null,
          "cds_length": 510,
          "cdna_start": 928,
          "cdna_end": null,
          "cdna_length": 943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "n.*415_*426delACAACAGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000412402.5",
          "protein_id": "ENSP00000405470.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "n.*340_*351delACAACAGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000441290.6",
          "protein_id": "ENSP00000416825.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "n.*289_*300delACAACAGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000635109.1",
          "protein_id": "ENSP00000489457.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2504,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "n.1065_1076delACAACAGCAGCA",
          "hgvs_p": null,
          "transcript": "NR_033766.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6355,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "n.1109_1120delACAACAGCAGCA",
          "hgvs_p": null,
          "transcript": "NR_033767.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "n.*415_*426delACAACAGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000412402.5",
          "protein_id": "ENSP00000405470.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "n.*340_*351delACAACAGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000441290.6",
          "protein_id": "ENSP00000416825.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "n.*289_*300delACAACAGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000635109.1",
          "protein_id": "ENSP00000489457.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2504,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "c.169-1634_169-1623delACAACAGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000393495.7",
          "protein_id": "ENSP00000377133.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 170,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FOXP2",
          "gene_hgnc_id": 13875,
          "hgvs_c": "n.-62_-51delCAGCAGCAACAA",
          "hgvs_p": null,
          "transcript": "ENST00000634372.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "FOXP2",
      "gene_hgnc_id": 13875,
      "dbsnp": "rs761316361",
      "frequency_reference_population": 0.00008437384,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 136,
      "gnomad_exomes_af": 0.0000848664,
      "gnomad_genomes_af": 0.0000795999,
      "gnomad_exomes_ac": 124,
      "gnomad_genomes_ac": 12,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 5.766,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -7,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP3,BP6_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -7,
          "benign_score": 7,
          "pathogenic_score": 0,
          "criteria": [
            "BP3",
            "BP6_Moderate",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000350908.9",
          "gene_symbol": "FOXP2",
          "hgnc_id": 13875,
          "effects": [
            "disruptive_inframe_deletion"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.495_506delACAACAGCAGCA",
          "hgvs_p": "p.Gln166_Gln169del"
        }
      ],
      "clinvar_disease": "Inborn genetic diseases",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "phenotype_combined": "Inborn genetic diseases",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}