← 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: 2-72179431-C-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=72179431&ref=C&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 72179431,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001321729.2",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2340G>A",
          "hgvs_p": "p.Met780Ile",
          "transcript": "NM_015189.3",
          "protein_id": "NP_056004.1",
          "transcript_support_level": null,
          "aa_start": 780,
          "aa_end": null,
          "aa_length": 811,
          "cds_start": 2340,
          "cds_end": null,
          "cds_length": 2436,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000272427.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015189.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2340G>A",
          "hgvs_p": "p.Met780Ile",
          "transcript": "ENST00000272427.11",
          "protein_id": "ENSP00000272427.7",
          "transcript_support_level": 1,
          "aa_start": 780,
          "aa_end": null,
          "aa_length": 811,
          "cds_start": 2340,
          "cds_end": null,
          "cds_length": 2436,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_015189.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000272427.11"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2424G>A",
          "hgvs_p": "p.Met808Ile",
          "transcript": "ENST00000971151.1",
          "protein_id": "ENSP00000641210.1",
          "transcript_support_level": null,
          "aa_start": 808,
          "aa_end": null,
          "aa_length": 839,
          "cds_start": 2424,
          "cds_end": null,
          "cds_length": 2520,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971151.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2385G>A",
          "hgvs_p": "p.Met795Ile",
          "transcript": "ENST00000971153.1",
          "protein_id": "ENSP00000641212.1",
          "transcript_support_level": null,
          "aa_start": 795,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": 2385,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971153.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2373G>A",
          "hgvs_p": "p.Met791Ile",
          "transcript": "ENST00000862930.1",
          "protein_id": "ENSP00000532989.1",
          "transcript_support_level": null,
          "aa_start": 791,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 2373,
          "cds_end": null,
          "cds_length": 2469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862930.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2352G>A",
          "hgvs_p": "p.Met784Ile",
          "transcript": "NM_001321729.2",
          "protein_id": "NP_001308658.1",
          "transcript_support_level": null,
          "aa_start": 784,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 2352,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321729.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2352G>A",
          "hgvs_p": "p.Met784Ile",
          "transcript": "ENST00000634650.1",
          "protein_id": "ENSP00000489442.1",
          "transcript_support_level": 5,
          "aa_start": 784,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 2352,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000634650.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2334G>A",
          "hgvs_p": "p.Met778Ile",
          "transcript": "ENST00000862937.1",
          "protein_id": "ENSP00000532996.1",
          "transcript_support_level": null,
          "aa_start": 778,
          "aa_end": null,
          "aa_length": 809,
          "cds_start": 2334,
          "cds_end": null,
          "cds_length": 2430,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862937.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2313G>A",
          "hgvs_p": "p.Met771Ile",
          "transcript": "ENST00000971149.1",
          "protein_id": "ENSP00000641208.1",
          "transcript_support_level": null,
          "aa_start": 771,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 2313,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971149.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2304G>A",
          "hgvs_p": "p.Met768Ile",
          "transcript": "ENST00000971148.1",
          "protein_id": "ENSP00000641207.1",
          "transcript_support_level": null,
          "aa_start": 768,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 2304,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971148.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2292G>A",
          "hgvs_p": "p.Met764Ile",
          "transcript": "ENST00000862931.1",
          "protein_id": "ENSP00000532990.1",
          "transcript_support_level": null,
          "aa_start": 764,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": 2292,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862931.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2283G>A",
          "hgvs_p": "p.Met761Ile",
          "transcript": "ENST00000971150.1",
          "protein_id": "ENSP00000641209.1",
          "transcript_support_level": null,
          "aa_start": 761,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": 2283,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971150.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2271G>A",
          "hgvs_p": "p.Met757Ile",
          "transcript": "ENST00000862936.1",
          "protein_id": "ENSP00000532995.1",
          "transcript_support_level": null,
          "aa_start": 757,
          "aa_end": null,
          "aa_length": 788,
          "cds_start": 2271,
          "cds_end": null,
          "cds_length": 2367,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862936.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2217G>A",
          "hgvs_p": "p.Met739Ile",
          "transcript": "NM_001321730.2",
          "protein_id": "NP_001308659.1",
          "transcript_support_level": null,
          "aa_start": 739,
          "aa_end": null,
          "aa_length": 770,
          "cds_start": 2217,
          "cds_end": null,
          "cds_length": 2313,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321730.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2205G>A",
          "hgvs_p": "p.Met735Ile",
          "transcript": "NM_001321733.2",
          "protein_id": "NP_001308662.1",
          "transcript_support_level": null,
          "aa_start": 735,
          "aa_end": null,
          "aa_length": 766,
          "cds_start": 2205,
          "cds_end": null,
          "cds_length": 2301,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321733.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2190G>A",
          "hgvs_p": "p.Met730Ile",
          "transcript": "ENST00000862934.1",
          "protein_id": "ENSP00000532993.1",
          "transcript_support_level": null,
          "aa_start": 730,
          "aa_end": null,
          "aa_length": 761,
          "cds_start": 2190,
          "cds_end": null,
          "cds_length": 2286,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862934.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2184G>A",
          "hgvs_p": "p.Met728Ile",
          "transcript": "ENST00000971152.1",
          "protein_id": "ENSP00000641211.1",
          "transcript_support_level": null,
          "aa_start": 728,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 2184,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971152.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2163G>A",
          "hgvs_p": "p.Met721Ile",
          "transcript": "ENST00000862932.1",
          "protein_id": "ENSP00000532991.1",
          "transcript_support_level": null,
          "aa_start": 721,
          "aa_end": null,
          "aa_length": 752,
          "cds_start": 2163,
          "cds_end": null,
          "cds_length": 2259,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862932.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.2013G>A",
          "hgvs_p": "p.Met671Ile",
          "transcript": "NM_001321734.2",
          "protein_id": "NP_001308663.1",
          "transcript_support_level": null,
          "aa_start": 671,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": 2013,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321734.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.1989G>A",
          "hgvs_p": "p.Met663Ile",
          "transcript": "ENST00000862933.1",
          "protein_id": "ENSP00000532992.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 1989,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862933.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.1950G>A",
          "hgvs_p": "p.Met650Ile",
          "transcript": "ENST00000862935.1",
          "protein_id": "ENSP00000532994.1",
          "transcript_support_level": null,
          "aa_start": 650,
          "aa_end": null,
          "aa_length": 681,
          "cds_start": 1950,
          "cds_end": null,
          "cds_length": 2046,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000862935.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.1356G>A",
          "hgvs_p": "p.Met452Ile",
          "transcript": "XM_005264224.2",
          "protein_id": "XP_005264281.1",
          "transcript_support_level": null,
          "aa_start": 452,
          "aa_end": null,
          "aa_length": 483,
          "cds_start": 1356,
          "cds_end": null,
          "cds_length": 1452,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005264224.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.1356G>A",
          "hgvs_p": "p.Met452Ile",
          "transcript": "XM_017003642.2",
          "protein_id": "XP_016859131.1",
          "transcript_support_level": null,
          "aa_start": 452,
          "aa_end": null,
          "aa_length": 483,
          "cds_start": 1356,
          "cds_end": null,
          "cds_length": 1452,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017003642.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "c.*68G>A",
          "hgvs_p": null,
          "transcript": "NM_001321731.2",
          "protein_id": "NP_001308660.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321731.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "n.261G>A",
          "hgvs_p": null,
          "transcript": "ENST00000471335.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": "ENST00000471335.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "n.279G>A",
          "hgvs_p": null,
          "transcript": "ENST00000490919.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": "ENST00000490919.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "n.304G>A",
          "hgvs_p": null,
          "transcript": "ENST00000492257.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": "ENST00000492257.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "n.2401G>A",
          "hgvs_p": null,
          "transcript": "NR_135773.2",
          "protein_id": null,
          "transcript_support_level": null,
          "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": "NR_135773.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EXOC6B",
          "gene_hgnc_id": 17085,
          "hgvs_c": "n.2141G>A",
          "hgvs_p": null,
          "transcript": "NR_135774.2",
          "protein_id": null,
          "transcript_support_level": null,
          "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": "NR_135774.2"
        }
      ],
      "gene_symbol": "EXOC6B",
      "gene_hgnc_id": 17085,
      "dbsnp": "rs1677947977",
      "frequency_reference_population": 6.8414147e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84141e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.07853588461875916,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.066,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.149,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.58,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.866,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001321729.2",
          "gene_symbol": "EXOC6B",
          "hgnc_id": 17085,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2352G>A",
          "hgvs_p": "p.Met784Ile"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}