← 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: 8-139988740-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 139988740,
      "ref": "G",
      "alt": "A",
      "effect": "synonymous_variant",
      "transcript": "ENST00000438773.4",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.2796C>T",
          "hgvs_p": "p.Ala932Ala",
          "transcript": "NM_001160372.4",
          "protein_id": "NP_001153844.1",
          "transcript_support_level": null,
          "aa_start": 932,
          "aa_end": null,
          "aa_length": 1148,
          "cds_start": 2796,
          "cds_end": null,
          "cds_length": 3447,
          "cdna_start": 2912,
          "cdna_end": null,
          "cdna_length": 6899,
          "mane_select": "ENST00000438773.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.2796C>T",
          "hgvs_p": "p.Ala932Ala",
          "transcript": "ENST00000438773.4",
          "protein_id": "ENSP00000405060.3",
          "transcript_support_level": 1,
          "aa_start": 932,
          "aa_end": null,
          "aa_length": 1148,
          "cds_start": 2796,
          "cds_end": null,
          "cds_length": 3447,
          "cdna_start": 2912,
          "cdna_end": null,
          "cdna_length": 6899,
          "mane_select": "NM_001160372.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.2325C>T",
          "hgvs_p": "p.Ala775Ala",
          "transcript": "ENST00000520857.5",
          "protein_id": "ENSP00000430116.1",
          "transcript_support_level": 1,
          "aa_start": 775,
          "aa_end": null,
          "aa_length": 991,
          "cds_start": 2325,
          "cds_end": null,
          "cds_length": 2976,
          "cdna_start": 2326,
          "cdna_end": null,
          "cdna_length": 3693,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "n.1201C>T",
          "hgvs_p": null,
          "transcript": "ENST00000521667.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": 2021,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.2817C>T",
          "hgvs_p": "p.Ala939Ala",
          "transcript": "NM_001374682.1",
          "protein_id": "NP_001361611.1",
          "transcript_support_level": null,
          "aa_start": 939,
          "aa_end": null,
          "aa_length": 1155,
          "cds_start": 2817,
          "cds_end": null,
          "cds_length": 3468,
          "cdna_start": 2933,
          "cdna_end": null,
          "cdna_length": 6920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.2796C>T",
          "hgvs_p": "p.Ala932Ala",
          "transcript": "NM_031466.8",
          "protein_id": "NP_113654.5",
          "transcript_support_level": null,
          "aa_start": 932,
          "aa_end": null,
          "aa_length": 1148,
          "cds_start": 2796,
          "cds_end": null,
          "cds_length": 3447,
          "cdna_start": 3105,
          "cdna_end": null,
          "cdna_length": 7092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.2796C>T",
          "hgvs_p": "p.Ala932Ala",
          "transcript": "ENST00000648948.2",
          "protein_id": "ENSP00000498020.1",
          "transcript_support_level": null,
          "aa_start": 932,
          "aa_end": null,
          "aa_length": 1148,
          "cds_start": 2796,
          "cds_end": null,
          "cds_length": 3447,
          "cdna_start": 3105,
          "cdna_end": null,
          "cdna_length": 7092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.2769C>T",
          "hgvs_p": "p.Ala923Ala",
          "transcript": "NM_001321646.2",
          "protein_id": "NP_001308575.1",
          "transcript_support_level": null,
          "aa_start": 923,
          "aa_end": null,
          "aa_length": 1139,
          "cds_start": 2769,
          "cds_end": null,
          "cds_length": 3420,
          "cdna_start": 2885,
          "cdna_end": null,
          "cdna_length": 6872,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.2652C>T",
          "hgvs_p": "p.Ala884Ala",
          "transcript": "NM_001374684.1",
          "protein_id": "NP_001361613.1",
          "transcript_support_level": null,
          "aa_start": 884,
          "aa_end": null,
          "aa_length": 1100,
          "cds_start": 2652,
          "cds_end": null,
          "cds_length": 3303,
          "cdna_start": 2768,
          "cdna_end": null,
          "cdna_length": 6755,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.3063C>T",
          "hgvs_p": "p.Ala1021Ala",
          "transcript": "XM_011517326.3",
          "protein_id": "XP_011515628.1",
          "transcript_support_level": null,
          "aa_start": 1021,
          "aa_end": null,
          "aa_length": 1237,
          "cds_start": 3063,
          "cds_end": null,
          "cds_length": 3714,
          "cdna_start": 3078,
          "cdna_end": null,
          "cdna_length": 7065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.3090C>T",
          "hgvs_p": "p.Ala1030Ala",
          "transcript": "XM_011517328.3",
          "protein_id": "XP_011515630.1",
          "transcript_support_level": null,
          "aa_start": 1030,
          "aa_end": null,
          "aa_length": 1128,
          "cds_start": 3090,
          "cds_end": null,
          "cds_length": 3387,
          "cdna_start": 3105,
          "cdna_end": null,
          "cdna_length": 4047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.3063C>T",
          "hgvs_p": "p.Ala1021Ala",
          "transcript": "XM_047422294.1",
          "protein_id": "XP_047278250.1",
          "transcript_support_level": null,
          "aa_start": 1021,
          "aa_end": null,
          "aa_length": 1119,
          "cds_start": 3063,
          "cds_end": null,
          "cds_length": 3360,
          "cdna_start": 3078,
          "cdna_end": null,
          "cdna_length": 4020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.2796C>T",
          "hgvs_p": "p.Ala932Ala",
          "transcript": "XM_047422295.1",
          "protein_id": "XP_047278251.1",
          "transcript_support_level": null,
          "aa_start": 932,
          "aa_end": null,
          "aa_length": 1041,
          "cds_start": 2796,
          "cds_end": null,
          "cds_length": 3126,
          "cdna_start": 2912,
          "cdna_end": null,
          "cdna_length": 3478,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.2796C>T",
          "hgvs_p": "p.Ala932Ala",
          "transcript": "XM_047422296.1",
          "protein_id": "XP_047278252.1",
          "transcript_support_level": null,
          "aa_start": 932,
          "aa_end": null,
          "aa_length": 1030,
          "cds_start": 2796,
          "cds_end": null,
          "cds_length": 3093,
          "cdna_start": 2912,
          "cdna_end": null,
          "cdna_length": 3854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.2769C>T",
          "hgvs_p": "p.Ala923Ala",
          "transcript": "XM_047422297.1",
          "protein_id": "XP_047278253.1",
          "transcript_support_level": null,
          "aa_start": 923,
          "aa_end": null,
          "aa_length": 1021,
          "cds_start": 2769,
          "cds_end": null,
          "cds_length": 3066,
          "cdna_start": 2885,
          "cdna_end": null,
          "cdna_length": 3827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.1416C>T",
          "hgvs_p": "p.Ala472Ala",
          "transcript": "XM_017013894.3",
          "protein_id": "XP_016869383.1",
          "transcript_support_level": null,
          "aa_start": 472,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 1416,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 1801,
          "cdna_end": null,
          "cdna_length": 5788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.1245C>T",
          "hgvs_p": "p.Ala415Ala",
          "transcript": "XM_011517330.3",
          "protein_id": "XP_011515632.1",
          "transcript_support_level": null,
          "aa_start": 415,
          "aa_end": null,
          "aa_length": 631,
          "cds_start": 1245,
          "cds_end": null,
          "cds_length": 1896,
          "cdna_start": 1469,
          "cdna_end": null,
          "cdna_length": 5456,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "n.518C>T",
          "hgvs_p": null,
          "transcript": "ENST00000517667.5",
          "protein_id": null,
          "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": 518,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "n.405C>T",
          "hgvs_p": null,
          "transcript": "ENST00000523777.5",
          "protein_id": null,
          "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": 705,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "n.222C>T",
          "hgvs_p": null,
          "transcript": "ENST00000524162.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 591,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "n.2885C>T",
          "hgvs_p": null,
          "transcript": "NR_164662.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": 6945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "c.2699+35197C>T",
          "hgvs_p": null,
          "transcript": "NM_001374683.1",
          "protein_id": "NP_001361612.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1111,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3336,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRAPPC9",
          "gene_hgnc_id": 30832,
          "hgvs_c": "n.*83C>T",
          "hgvs_p": null,
          "transcript": "ENST00000520532.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": 560,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TRAPPC9",
      "gene_hgnc_id": 30832,
      "dbsnp": "rs145607512",
      "frequency_reference_population": 0.00036713656,
      "hom_count_reference_population": 1,
      "allele_count_reference_population": 569,
      "gnomad_exomes_af": 0.000363496,
      "gnomad_genomes_af": 0.000400541,
      "gnomad_exomes_ac": 508,
      "gnomad_genomes_ac": 61,
      "gnomad_exomes_homalt": 1,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.014000000432133675,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "REVEL",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.014,
      "revel_prediction": "Benign",
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.37,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.728,
      "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": -6,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong,BP6,BP7",
      "acmg_by_gene": [
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6",
            "BP7"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000438773.4",
          "gene_symbol": "TRAPPC9",
          "hgnc_id": 30832,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2796C>T",
          "hgvs_p": "p.Ala932Ala"
        }
      ],
      "clinvar_disease": " Recessive,Inborn genetic diseases,Intellectual Disability,TRAPPC9-related disorder,not provided,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:4",
      "phenotype_combined": "Intellectual Disability, Recessive|not specified|not provided|Inborn genetic diseases|TRAPPC9-related disorder",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}