← 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: 1-62455443-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 62455443,
      "ref": "G",
      "alt": "A",
      "effect": "stop_gained",
      "transcript": "NM_001367561.1",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 50,
          "exon_rank_end": null,
          "exon_count": 50,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6394C>T",
          "hgvs_p": "p.Arg2132*",
          "transcript": "NM_001367561.1",
          "protein_id": "NP_001354490.1",
          "transcript_support_level": null,
          "aa_start": 2132,
          "aa_end": null,
          "aa_length": 2140,
          "cds_start": 6394,
          "cds_end": null,
          "cds_length": 6423,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000635253.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367561.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 50,
          "exon_rank_end": null,
          "exon_count": 50,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6394C>T",
          "hgvs_p": "p.Arg2132*",
          "transcript": "ENST00000635253.2",
          "protein_id": "ENSP00000489124.1",
          "transcript_support_level": 5,
          "aa_start": 2132,
          "aa_end": null,
          "aa_length": 2140,
          "cds_start": 6394,
          "cds_end": null,
          "cds_length": 6423,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001367561.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000635253.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 49,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6361C>T",
          "hgvs_p": "p.Arg2121*",
          "transcript": "ENST00000454575.6",
          "protein_id": "ENSP00000413583.2",
          "transcript_support_level": 1,
          "aa_start": 2121,
          "aa_end": null,
          "aa_length": 2129,
          "cds_start": 6361,
          "cds_end": null,
          "cds_length": 6390,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000454575.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 49,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6388C>T",
          "hgvs_p": "p.Arg2130*",
          "transcript": "ENST00000912940.1",
          "protein_id": "ENSP00000582999.1",
          "transcript_support_level": null,
          "aa_start": 2130,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 6388,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912940.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 50,
          "exon_rank_end": null,
          "exon_count": 50,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6367C>T",
          "hgvs_p": "p.Arg2123*",
          "transcript": "NM_001330614.2",
          "protein_id": "NP_001317543.1",
          "transcript_support_level": null,
          "aa_start": 2123,
          "aa_end": null,
          "aa_length": 2131,
          "cds_start": 6367,
          "cds_end": null,
          "cds_length": 6396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001330614.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 50,
          "exon_rank_end": null,
          "exon_count": 50,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6367C>T",
          "hgvs_p": "p.Arg2123*",
          "transcript": "ENST00000251157.10",
          "protein_id": "ENSP00000251157.6",
          "transcript_support_level": 5,
          "aa_start": 2123,
          "aa_end": null,
          "aa_length": 2131,
          "cds_start": 6367,
          "cds_end": null,
          "cds_length": 6396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000251157.10"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 49,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6361C>T",
          "hgvs_p": "p.Arg2121*",
          "transcript": "NM_001271999.2",
          "protein_id": "NP_001258928.1",
          "transcript_support_level": null,
          "aa_start": 2121,
          "aa_end": null,
          "aa_length": 2129,
          "cds_start": 6361,
          "cds_end": null,
          "cds_length": 6390,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001271999.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 49,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6352C>T",
          "hgvs_p": "p.Arg2118*",
          "transcript": "ENST00000912941.1",
          "protein_id": "ENSP00000583000.1",
          "transcript_support_level": null,
          "aa_start": 2118,
          "aa_end": null,
          "aa_length": 2126,
          "cds_start": 6352,
          "cds_end": null,
          "cds_length": 6381,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912941.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 49,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6301C>T",
          "hgvs_p": "p.Arg2101*",
          "transcript": "NM_033407.4",
          "protein_id": "NP_212132.2",
          "transcript_support_level": null,
          "aa_start": 2101,
          "aa_end": null,
          "aa_length": 2109,
          "cds_start": 6301,
          "cds_end": null,
          "cds_length": 6330,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_033407.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 49,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6301C>T",
          "hgvs_p": "p.Arg2101*",
          "transcript": "ENST00000340370.10",
          "protein_id": "ENSP00000340742.5",
          "transcript_support_level": 2,
          "aa_start": 2101,
          "aa_end": null,
          "aa_length": 2109,
          "cds_start": 6301,
          "cds_end": null,
          "cds_length": 6330,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000340370.10"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 48,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6295C>T",
          "hgvs_p": "p.Arg2099*",
          "transcript": "ENST00000895032.1",
          "protein_id": "ENSP00000565091.1",
          "transcript_support_level": null,
          "aa_start": 2099,
          "aa_end": null,
          "aa_length": 2107,
          "cds_start": 6295,
          "cds_end": null,
          "cds_length": 6324,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000895032.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 48,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6286C>T",
          "hgvs_p": "p.Arg2096*",
          "transcript": "ENST00000912939.1",
          "protein_id": "ENSP00000582998.1",
          "transcript_support_level": null,
          "aa_start": 2096,
          "aa_end": null,
          "aa_length": 2104,
          "cds_start": 6286,
          "cds_end": null,
          "cds_length": 6315,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912939.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 49,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6283C>T",
          "hgvs_p": "p.Arg2095*",
          "transcript": "ENST00000941402.1",
          "protein_id": "ENSP00000611461.1",
          "transcript_support_level": null,
          "aa_start": 2095,
          "aa_end": null,
          "aa_length": 2103,
          "cds_start": 6283,
          "cds_end": null,
          "cds_length": 6312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000941402.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 49,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6274C>T",
          "hgvs_p": "p.Arg2092*",
          "transcript": "NM_001272000.2",
          "protein_id": "NP_001258929.1",
          "transcript_support_level": null,
          "aa_start": 2092,
          "aa_end": null,
          "aa_length": 2100,
          "cds_start": 6274,
          "cds_end": null,
          "cds_length": 6303,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001272000.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 49,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6274C>T",
          "hgvs_p": "p.Arg2092*",
          "transcript": "ENST00000634264.1",
          "protein_id": "ENSP00000489284.1",
          "transcript_support_level": 5,
          "aa_start": 2092,
          "aa_end": null,
          "aa_length": 2100,
          "cds_start": 6274,
          "cds_end": null,
          "cds_length": 6303,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000634264.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 48,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6268C>T",
          "hgvs_p": "p.Arg2090*",
          "transcript": "NM_001272001.2",
          "protein_id": "NP_001258930.1",
          "transcript_support_level": null,
          "aa_start": 2090,
          "aa_end": null,
          "aa_length": 2098,
          "cds_start": 6268,
          "cds_end": null,
          "cds_length": 6297,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001272001.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 48,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6268C>T",
          "hgvs_p": "p.Arg2090*",
          "transcript": "ENST00000635123.1",
          "protein_id": "ENSP00000489499.1",
          "transcript_support_level": 5,
          "aa_start": 2090,
          "aa_end": null,
          "aa_length": 2098,
          "cds_start": 6268,
          "cds_end": null,
          "cds_length": 6297,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000635123.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 48,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6259C>T",
          "hgvs_p": "p.Arg2087*",
          "transcript": "ENST00000912938.1",
          "protein_id": "ENSP00000582997.1",
          "transcript_support_level": null,
          "aa_start": 2087,
          "aa_end": null,
          "aa_length": 2095,
          "cds_start": 6259,
          "cds_end": null,
          "cds_length": 6288,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912938.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 48,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6256C>T",
          "hgvs_p": "p.Arg2086*",
          "transcript": "ENST00000895031.1",
          "protein_id": "ENSP00000565090.1",
          "transcript_support_level": null,
          "aa_start": 2086,
          "aa_end": null,
          "aa_length": 2094,
          "cds_start": 6256,
          "cds_end": null,
          "cds_length": 6285,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000895031.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 48,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6229C>T",
          "hgvs_p": "p.Arg2077*",
          "transcript": "ENST00000895033.1",
          "protein_id": "ENSP00000565092.1",
          "transcript_support_level": null,
          "aa_start": 2077,
          "aa_end": null,
          "aa_length": 2085,
          "cds_start": 6229,
          "cds_end": null,
          "cds_length": 6258,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000895033.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6037C>T",
          "hgvs_p": "p.Arg2013*",
          "transcript": "ENST00000941404.1",
          "protein_id": "ENSP00000611463.1",
          "transcript_support_level": null,
          "aa_start": 2013,
          "aa_end": null,
          "aa_length": 2021,
          "cds_start": 6037,
          "cds_end": null,
          "cds_length": 6066,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000941404.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.5587C>T",
          "hgvs_p": "p.Arg1863*",
          "transcript": "ENST00000941403.1",
          "protein_id": "ENSP00000611462.1",
          "transcript_support_level": null,
          "aa_start": 1863,
          "aa_end": null,
          "aa_length": 1871,
          "cds_start": 5587,
          "cds_end": null,
          "cds_length": 5616,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000941403.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.3661C>T",
          "hgvs_p": "p.Arg1221*",
          "transcript": "ENST00000637255.1",
          "protein_id": "ENSP00000490888.1",
          "transcript_support_level": 5,
          "aa_start": 1221,
          "aa_end": null,
          "aa_length": 1229,
          "cds_start": 3661,
          "cds_end": null,
          "cds_length": 3690,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000637255.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 49,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6388C>T",
          "hgvs_p": "p.Arg2130*",
          "transcript": "XM_011542327.3",
          "protein_id": "XP_011540629.1",
          "transcript_support_level": null,
          "aa_start": 2130,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 6388,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011542327.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 49,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6379C>T",
          "hgvs_p": "p.Arg2127*",
          "transcript": "XM_011542328.3",
          "protein_id": "XP_011540630.1",
          "transcript_support_level": null,
          "aa_start": 2127,
          "aa_end": null,
          "aa_length": 2135,
          "cds_start": 6379,
          "cds_end": null,
          "cds_length": 6408,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011542328.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 49,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6352C>T",
          "hgvs_p": "p.Arg2118*",
          "transcript": "XM_047432964.1",
          "protein_id": "XP_047288920.1",
          "transcript_support_level": null,
          "aa_start": 2118,
          "aa_end": null,
          "aa_length": 2126,
          "cds_start": 6352,
          "cds_end": null,
          "cds_length": 6381,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432964.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 48,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6295C>T",
          "hgvs_p": "p.Arg2099*",
          "transcript": "XM_017002639.2",
          "protein_id": "XP_016858128.1",
          "transcript_support_level": null,
          "aa_start": 2099,
          "aa_end": null,
          "aa_length": 2107,
          "cds_start": 6295,
          "cds_end": null,
          "cds_length": 6324,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017002639.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 48,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6286C>T",
          "hgvs_p": "p.Arg2096*",
          "transcript": "XM_047432966.1",
          "protein_id": "XP_047288922.1",
          "transcript_support_level": null,
          "aa_start": 2096,
          "aa_end": null,
          "aa_length": 2104,
          "cds_start": 6286,
          "cds_end": null,
          "cds_length": 6315,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432966.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 48,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "c.6259C>T",
          "hgvs_p": "p.Arg2087*",
          "transcript": "XM_047432967.1",
          "protein_id": "XP_047288923.1",
          "transcript_support_level": null,
          "aa_start": 2087,
          "aa_end": null,
          "aa_length": 2095,
          "cds_start": 6259,
          "cds_end": null,
          "cds_length": 6288,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432967.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "n.2533C>T",
          "hgvs_p": null,
          "transcript": "ENST00000634495.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000634495.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "n.1676C>T",
          "hgvs_p": null,
          "transcript": "ENST00000635348.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000635348.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DOCK7",
          "gene_hgnc_id": 19190,
          "hgvs_c": "n.6073C>T",
          "hgvs_p": null,
          "transcript": "ENST00000635983.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000635983.1"
        }
      ],
      "gene_symbol": "DOCK7",
      "gene_hgnc_id": 19190,
      "dbsnp": "rs756798144",
      "frequency_reference_population": 0.0000061589585,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 9,
      "gnomad_exomes_af": 0.00000615896,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 9,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.04600000008940697,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "REVEL",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.046,
      "revel_prediction": "Benign",
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.52,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 4.333,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.03,
      "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": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PVS1_Moderate,PM2",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PVS1_Moderate",
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001367561.1",
          "gene_symbol": "DOCK7",
          "hgnc_id": 19190,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.6394C>T",
          "hgvs_p": "p.Arg2132*"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}