← 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: 9-463655-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=463655&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
  "variants": [
    {
      "chr": "9",
      "pos": 463655,
      "ref": "C",
      "alt": "A",
      "effect": "stop_gained",
      "transcript": "ENST00000432829.7",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.6207C>A",
          "hgvs_p": "p.Tyr2069*",
          "transcript": "NM_203447.4",
          "protein_id": "NP_982272.2",
          "transcript_support_level": null,
          "aa_start": 2069,
          "aa_end": null,
          "aa_length": 2099,
          "cds_start": 6207,
          "cds_end": null,
          "cds_length": 6300,
          "cdna_start": 6319,
          "cdna_end": null,
          "cdna_length": 7448,
          "mane_select": "ENST00000432829.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.6207C>A",
          "hgvs_p": "p.Tyr2069*",
          "transcript": "ENST00000432829.7",
          "protein_id": "ENSP00000394888.3",
          "transcript_support_level": 1,
          "aa_start": 2069,
          "aa_end": null,
          "aa_length": 2099,
          "cds_start": 6207,
          "cds_end": null,
          "cds_length": 6300,
          "cdna_start": 6319,
          "cdna_end": null,
          "cdna_length": 7448,
          "mane_select": "NM_203447.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.5907C>A",
          "hgvs_p": "p.Tyr1969*",
          "transcript": "ENST00000469391.5",
          "protein_id": "ENSP00000419438.1",
          "transcript_support_level": 1,
          "aa_start": 1969,
          "aa_end": null,
          "aa_length": 1999,
          "cds_start": 5907,
          "cds_end": null,
          "cds_length": 6000,
          "cdna_start": 5986,
          "cdna_end": null,
          "cdna_length": 6386,
          "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": 45,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "n.8162C>A",
          "hgvs_p": null,
          "transcript": "ENST00000495184.5",
          "protein_id": null,
          "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": 9277,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.6003C>A",
          "hgvs_p": "p.Tyr2001*",
          "transcript": "NM_001193536.2",
          "protein_id": "NP_001180465.1",
          "transcript_support_level": null,
          "aa_start": 2001,
          "aa_end": null,
          "aa_length": 2031,
          "cds_start": 6003,
          "cds_end": null,
          "cds_length": 6096,
          "cdna_start": 6106,
          "cdna_end": null,
          "cdna_length": 7235,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.6003C>A",
          "hgvs_p": "p.Tyr2001*",
          "transcript": "ENST00000453981.5",
          "protein_id": "ENSP00000408464.2",
          "transcript_support_level": 5,
          "aa_start": 2001,
          "aa_end": null,
          "aa_length": 2031,
          "cds_start": 6003,
          "cds_end": null,
          "cds_length": 6096,
          "cdna_start": 6104,
          "cdna_end": null,
          "cdna_length": 7237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.5907C>A",
          "hgvs_p": "p.Tyr1969*",
          "transcript": "NM_001190458.2",
          "protein_id": "NP_001177387.1",
          "transcript_support_level": null,
          "aa_start": 1969,
          "aa_end": null,
          "aa_length": 1999,
          "cds_start": 5907,
          "cds_end": null,
          "cds_length": 6000,
          "cdna_start": 6010,
          "cdna_end": null,
          "cdna_length": 7139,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 48,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.6108C>A",
          "hgvs_p": "p.Tyr2036*",
          "transcript": "XM_047423931.1",
          "protein_id": "XP_047279887.1",
          "transcript_support_level": null,
          "aa_start": 2036,
          "aa_end": null,
          "aa_length": 2068,
          "cds_start": 6108,
          "cds_end": null,
          "cds_length": 6207,
          "cdna_start": 6260,
          "cdna_end": null,
          "cdna_length": 6475,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 50,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.6108C>A",
          "hgvs_p": "p.Tyr2036*",
          "transcript": "XM_047423932.1",
          "protein_id": "XP_047279888.1",
          "transcript_support_level": null,
          "aa_start": 2036,
          "aa_end": null,
          "aa_length": 2068,
          "cds_start": 6108,
          "cds_end": null,
          "cds_length": 6207,
          "cdna_start": 6569,
          "cdna_end": null,
          "cdna_length": 6784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.6069C>A",
          "hgvs_p": "p.Tyr2023*",
          "transcript": "XM_047423934.1",
          "protein_id": "XP_047279890.1",
          "transcript_support_level": null,
          "aa_start": 2023,
          "aa_end": null,
          "aa_length": 2055,
          "cds_start": 6069,
          "cds_end": null,
          "cds_length": 6168,
          "cdna_start": 6221,
          "cdna_end": null,
          "cdna_length": 6436,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.6069C>A",
          "hgvs_p": "p.Tyr2023*",
          "transcript": "XM_011518046.3",
          "protein_id": "XP_011516348.1",
          "transcript_support_level": null,
          "aa_start": 2023,
          "aa_end": null,
          "aa_length": 2053,
          "cds_start": 6069,
          "cds_end": null,
          "cds_length": 6162,
          "cdna_start": 6221,
          "cdna_end": null,
          "cdna_length": 7350,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.6003C>A",
          "hgvs_p": "p.Tyr2001*",
          "transcript": "XM_047423927.1",
          "protein_id": "XP_047279883.1",
          "transcript_support_level": null,
          "aa_start": 2001,
          "aa_end": null,
          "aa_length": 2033,
          "cds_start": 6003,
          "cds_end": null,
          "cds_length": 6102,
          "cdna_start": 6214,
          "cdna_end": null,
          "cdna_length": 6429,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.6003C>A",
          "hgvs_p": "p.Tyr2001*",
          "transcript": "XM_047423928.1",
          "protein_id": "XP_047279884.1",
          "transcript_support_level": null,
          "aa_start": 2001,
          "aa_end": null,
          "aa_length": 2033,
          "cds_start": 6003,
          "cds_end": null,
          "cds_length": 6102,
          "cdna_start": 6216,
          "cdna_end": null,
          "cdna_length": 6431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.6003C>A",
          "hgvs_p": "p.Tyr2001*",
          "transcript": "XM_047423935.1",
          "protein_id": "XP_047279891.1",
          "transcript_support_level": null,
          "aa_start": 2001,
          "aa_end": null,
          "aa_length": 2033,
          "cds_start": 6003,
          "cds_end": null,
          "cds_length": 6102,
          "cdna_start": 6106,
          "cdna_end": null,
          "cdna_length": 6321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.6003C>A",
          "hgvs_p": "p.Tyr2001*",
          "transcript": "XM_017015173.2",
          "protein_id": "XP_016870662.1",
          "transcript_support_level": null,
          "aa_start": 2001,
          "aa_end": null,
          "aa_length": 2031,
          "cds_start": 6003,
          "cds_end": null,
          "cds_length": 6096,
          "cdna_start": 6214,
          "cdna_end": null,
          "cdna_length": 7343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.6003C>A",
          "hgvs_p": "p.Tyr2001*",
          "transcript": "XM_047423929.1",
          "protein_id": "XP_047279885.1",
          "transcript_support_level": null,
          "aa_start": 2001,
          "aa_end": null,
          "aa_length": 2031,
          "cds_start": 6003,
          "cds_end": null,
          "cds_length": 6096,
          "cdna_start": 6216,
          "cdna_end": null,
          "cdna_length": 7345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.6003C>A",
          "hgvs_p": "p.Tyr2001*",
          "transcript": "XM_047423933.1",
          "protein_id": "XP_047279889.1",
          "transcript_support_level": null,
          "aa_start": 2001,
          "aa_end": null,
          "aa_length": 2031,
          "cds_start": 6003,
          "cds_end": null,
          "cds_length": 6096,
          "cdna_start": 6085,
          "cdna_end": null,
          "cdna_length": 7214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.5973C>A",
          "hgvs_p": "p.Tyr1991*",
          "transcript": "XM_047423936.1",
          "protein_id": "XP_047279892.1",
          "transcript_support_level": null,
          "aa_start": 1991,
          "aa_end": null,
          "aa_length": 2021,
          "cds_start": 5973,
          "cds_end": null,
          "cds_length": 6066,
          "cdna_start": 6125,
          "cdna_end": null,
          "cdna_length": 7254,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.5907C>A",
          "hgvs_p": "p.Tyr1969*",
          "transcript": "XM_047423930.1",
          "protein_id": "XP_047279886.1",
          "transcript_support_level": null,
          "aa_start": 1969,
          "aa_end": null,
          "aa_length": 2001,
          "cds_start": 5907,
          "cds_end": null,
          "cds_length": 6006,
          "cdna_start": 6118,
          "cdna_end": null,
          "cdna_length": 6333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.5907C>A",
          "hgvs_p": "p.Tyr1969*",
          "transcript": "XM_047423937.1",
          "protein_id": "XP_047279893.1",
          "transcript_support_level": null,
          "aa_start": 1969,
          "aa_end": null,
          "aa_length": 2001,
          "cds_start": 5907,
          "cds_end": null,
          "cds_length": 6006,
          "cdna_start": 6010,
          "cdna_end": null,
          "cdna_length": 6225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "c.5907C>A",
          "hgvs_p": "p.Tyr1969*",
          "transcript": "XM_011518045.4",
          "protein_id": "XP_011516347.1",
          "transcript_support_level": null,
          "aa_start": 1969,
          "aa_end": null,
          "aa_length": 1999,
          "cds_start": 5907,
          "cds_end": null,
          "cds_length": 6000,
          "cdna_start": 6118,
          "cdna_end": null,
          "cdna_length": 7247,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "n.99C>A",
          "hgvs_p": null,
          "transcript": "ENST00000462618.1",
          "protein_id": "ENSP00000509973.1",
          "transcript_support_level": 3,
          "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": 428,
          "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": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "n.2682C>A",
          "hgvs_p": null,
          "transcript": "ENST00000683406.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": 3811,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "n.1888C>A",
          "hgvs_p": null,
          "transcript": "ENST00000684637.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": 2958,
          "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": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8",
          "gene_hgnc_id": 19191,
          "hgvs_c": "n.4995C>A",
          "hgvs_p": null,
          "transcript": "ENST00000685949.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": 6124,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8-AS2",
          "gene_hgnc_id": 55822,
          "hgvs_c": "n.276-6952G>T",
          "hgvs_p": null,
          "transcript": "ENST00000415004.6",
          "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": 1081,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8-AS2",
          "gene_hgnc_id": 55822,
          "hgvs_c": "n.278+2307G>T",
          "hgvs_p": null,
          "transcript": "ENST00000585819.5",
          "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": 745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8-AS2",
          "gene_hgnc_id": 55822,
          "hgvs_c": "n.198-6952G>T",
          "hgvs_p": null,
          "transcript": "ENST00000586805.5",
          "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": 722,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8-AS2",
          "gene_hgnc_id": 55822,
          "hgvs_c": "n.287+2307G>T",
          "hgvs_p": null,
          "transcript": "ENST00000588474.5",
          "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": 745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8-AS2",
          "gene_hgnc_id": 55822,
          "hgvs_c": "n.640+2307G>T",
          "hgvs_p": null,
          "transcript": "ENST00000588989.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": 835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8-AS2",
          "gene_hgnc_id": 55822,
          "hgvs_c": "n.247+3033G>T",
          "hgvs_p": null,
          "transcript": "ENST00000589287.5",
          "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": 910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8-AS2",
          "gene_hgnc_id": 55822,
          "hgvs_c": "n.189+2307G>T",
          "hgvs_p": null,
          "transcript": "ENST00000589387.5",
          "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": 723,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8-AS2",
          "gene_hgnc_id": 55822,
          "hgvs_c": "n.545+2307G>T",
          "hgvs_p": null,
          "transcript": "ENST00000590518.5",
          "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": 837,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8-AS2",
          "gene_hgnc_id": 55822,
          "hgvs_c": "n.223+2307G>T",
          "hgvs_p": null,
          "transcript": "ENST00000591577.5",
          "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": 1351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8-AS2",
          "gene_hgnc_id": 55822,
          "hgvs_c": "n.703+3033G>T",
          "hgvs_p": null,
          "transcript": "ENST00000592805.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": 889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8-AS2",
          "gene_hgnc_id": 55822,
          "hgvs_c": "n.160+2307G>T",
          "hgvs_p": null,
          "transcript": "ENST00000593137.5",
          "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": 793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "DOCK8-AS2",
          "gene_hgnc_id": 55822,
          "hgvs_c": "n.104+2307G>T",
          "hgvs_p": null,
          "transcript": "ENST00000608617.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": 204,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "DOCK8",
      "gene_hgnc_id": 19191,
      "dbsnp": "rs79568455",
      "frequency_reference_population": null,
      "hom_count_reference_population": null,
      "allele_count_reference_population": null,
      "gnomad_exomes_af": 0.0078487,
      "gnomad_genomes_af": 0.0000197332,
      "gnomad_exomes_ac": 11245,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6000000238418579,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.6,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 1.156,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.02,
      "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": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PVS1_Moderate",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PVS1_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000432829.7",
          "gene_symbol": "DOCK8",
          "hgnc_id": 19191,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.6207C>A",
          "hgvs_p": "p.Tyr2069*"
        },
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PP3_Strong"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000415004.6",
          "gene_symbol": "DOCK8-AS2",
          "hgnc_id": 55822,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.276-6952G>T",
          "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
}