← 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: 10-127142042-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 127142042,
      "ref": "A",
      "alt": "G",
      "effect": "intron_variant",
      "transcript": "ENST00000623213.2",
      "consequences": [
        {
          "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": 52,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2847+14278A>G",
          "hgvs_p": null,
          "transcript": "NM_001290223.2",
          "protein_id": "NP_001277152.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1886,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5661,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6840,
          "mane_select": "ENST00000623213.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 52,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2847+14278A>G",
          "hgvs_p": null,
          "transcript": "ENST00000623213.2",
          "protein_id": "ENSP00000485033.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1886,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5661,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6840,
          "mane_select": "NM_001290223.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "INSYN2A",
          "gene_hgnc_id": 33859,
          "hgvs_c": "c.1257-4022T>C",
          "hgvs_p": null,
          "transcript": "NM_001039762.3",
          "protein_id": "NP_001034851.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4836,
          "mane_select": "ENST00000522781.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "INSYN2A",
          "gene_hgnc_id": 33859,
          "hgvs_c": "c.1257-4022T>C",
          "hgvs_p": null,
          "transcript": "ENST00000522781.6",
          "protein_id": "ENSP00000429763.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4836,
          "mane_select": "NM_001039762.3",
          "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": 52,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2784+14278A>G",
          "hgvs_p": null,
          "transcript": "ENST00000280333.9",
          "protein_id": "ENSP00000280333.6",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1865,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5598,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6797,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "INSYN2A",
          "gene_hgnc_id": 33859,
          "hgvs_c": "c.1185-4022T>C",
          "hgvs_p": null,
          "transcript": "ENST00000424811.2",
          "protein_id": "ENSP00000428730.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1368,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3149,
          "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": 53,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2784+14278A>G",
          "hgvs_p": null,
          "transcript": "NM_001377543.1",
          "protein_id": "NP_001364472.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1919,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6939,
          "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": 53,
          "intron_rank": 28,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2820+14278A>G",
          "hgvs_p": null,
          "transcript": "NM_001377544.1",
          "protein_id": "NP_001364473.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1877,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5634,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6813,
          "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": 52,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2784+14278A>G",
          "hgvs_p": null,
          "transcript": "NM_001380.5",
          "protein_id": "NP_001371.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1865,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5598,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6777,
          "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": 51,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2847+14278A>G",
          "hgvs_p": null,
          "transcript": "NM_001377546.1",
          "protein_id": "NP_001364475.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1846,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5541,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6720,
          "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": 51,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2721+14278A>G",
          "hgvs_p": null,
          "transcript": "NM_001377547.1",
          "protein_id": "NP_001364476.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6714,
          "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": 51,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2700+14278A>G",
          "hgvs_p": null,
          "transcript": "NM_001377548.1",
          "protein_id": "NP_001364477.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1837,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6693,
          "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": 51,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2685+14278A>G",
          "hgvs_p": null,
          "transcript": "NM_001377550.1",
          "protein_id": "NP_001364479.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1832,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5499,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6678,
          "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": 51,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2784+14278A>G",
          "hgvs_p": null,
          "transcript": "NM_001377553.1",
          "protein_id": "NP_001364482.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1825,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5478,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6657,
          "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": 50,
          "intron_rank": 25,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2631+14278A>G",
          "hgvs_p": null,
          "transcript": "NM_001377554.1",
          "protein_id": "NP_001364483.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6624,
          "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": 50,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2784+14278A>G",
          "hgvs_p": null,
          "transcript": "NM_001377556.1",
          "protein_id": "NP_001364485.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1800,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5403,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6582,
          "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": 50,
          "intron_rank": 25,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2577+14278A>G",
          "hgvs_p": null,
          "transcript": "NM_001377558.1",
          "protein_id": "NP_001364487.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1796,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5391,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6570,
          "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": 44,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.1992+14278A>G",
          "hgvs_p": null,
          "transcript": "NM_001377560.1",
          "protein_id": "NP_001364489.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1601,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4806,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5985,
          "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": 30,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2847+14278A>G",
          "hgvs_p": null,
          "transcript": "NM_001377561.1",
          "protein_id": "NP_001364490.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1046,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3141,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3308,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "INSYN2A",
          "gene_hgnc_id": 33859,
          "hgvs_c": "c.1185-4022T>C",
          "hgvs_p": null,
          "transcript": "ENST00000614311.4",
          "protein_id": "ENSP00000479733.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1368,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4335,
          "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": 52,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2913+14278A>G",
          "hgvs_p": null,
          "transcript": "XM_011539422.4",
          "protein_id": "XP_011537724.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1908,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5727,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6845,
          "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": 52,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2850+14278A>G",
          "hgvs_p": null,
          "transcript": "XM_017015813.3",
          "protein_id": "XP_016871302.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1887,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5664,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7199,
          "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": 52,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2829+14278A>G",
          "hgvs_p": null,
          "transcript": "XM_011539424.2",
          "protein_id": "XP_011537726.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1880,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5643,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6747,
          "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": 30,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2913+14278A>G",
          "hgvs_p": null,
          "transcript": "XM_017015814.2",
          "protein_id": "XP_016871303.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3207,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3299,
          "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": 30,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2850+14278A>G",
          "hgvs_p": null,
          "transcript": "XM_047424700.1",
          "protein_id": "XP_047280656.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1047,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3144,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3236,
          "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": 30,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "c.2784+14278A>G",
          "hgvs_p": null,
          "transcript": "XM_047424701.1",
          "protein_id": "XP_047280657.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "INSYN2A",
          "gene_hgnc_id": 33859,
          "hgvs_c": "c.1257-4022T>C",
          "hgvs_p": null,
          "transcript": "XM_005252694.5",
          "protein_id": "XP_005252751.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4447,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "INSYN2A",
          "gene_hgnc_id": 33859,
          "hgvs_c": "c.1257-4022T>C",
          "hgvs_p": null,
          "transcript": "XM_017016537.3",
          "protein_id": "XP_016872026.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "INSYN2A",
          "gene_hgnc_id": 33859,
          "hgvs_c": "c.1257-4022T>C",
          "hgvs_p": null,
          "transcript": "XM_017016539.3",
          "protein_id": "XP_016872028.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5186,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "INSYN2A",
          "gene_hgnc_id": 33859,
          "hgvs_c": "c.1257-4022T>C",
          "hgvs_p": null,
          "transcript": "XM_017016541.2",
          "protein_id": "XP_016872030.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 20920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "INSYN2A",
          "gene_hgnc_id": 33859,
          "hgvs_c": "c.1257-4022T>C",
          "hgvs_p": null,
          "transcript": "XM_047425634.1",
          "protein_id": "XP_047281590.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 22250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "INSYN2A",
          "gene_hgnc_id": 33859,
          "hgvs_c": "c.1257-4022T>C",
          "hgvs_p": null,
          "transcript": "XM_047425635.1",
          "protein_id": "XP_047281591.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 22726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "INSYN2A",
          "gene_hgnc_id": 33859,
          "hgvs_c": "c.1257-4022T>C",
          "hgvs_p": null,
          "transcript": "XM_047425636.1",
          "protein_id": "XP_047281592.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 22924,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "INSYN2A",
          "gene_hgnc_id": 33859,
          "hgvs_c": "c.1257-4022T>C",
          "hgvs_p": null,
          "transcript": "XM_047425637.1",
          "protein_id": "XP_047281593.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 22556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "INSYN2A",
          "gene_hgnc_id": 33859,
          "hgvs_c": "c.1257-4022T>C",
          "hgvs_p": null,
          "transcript": "XM_047425638.1",
          "protein_id": "XP_047281594.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 20777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "INSYN2A",
          "gene_hgnc_id": 33859,
          "hgvs_c": "c.1185-4022T>C",
          "hgvs_p": null,
          "transcript": "XM_047425639.1",
          "protein_id": "XP_047281595.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1368,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 22178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "DOCK1",
          "gene_hgnc_id": 2987,
          "hgvs_c": "n.2937+14278A>G",
          "hgvs_p": null,
          "transcript": "XR_007061946.1",
          "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": 6381,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "DOCK1",
      "gene_hgnc_id": 2987,
      "dbsnp": "rs2483853",
      "frequency_reference_population": 0.46516842,
      "hom_count_reference_population": 18618,
      "allele_count_reference_population": 70767,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.465168,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 70767,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 18618,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8600000143051147,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.86,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.256,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000623213.2",
          "gene_symbol": "DOCK1",
          "hgnc_id": 2987,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2847+14278A>G",
          "hgvs_p": null
        },
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000522781.6",
          "gene_symbol": "INSYN2A",
          "hgnc_id": 33859,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.1257-4022T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}