← 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-206453482-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 206453482,
      "ref": "G",
      "alt": "C",
      "effect": "intron_variant",
      "transcript": "ENST00000573034.8",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2360+102G>C",
          "hgvs_p": null,
          "transcript": "NM_015326.5",
          "protein_id": "NP_056141.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1071,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3216,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6884,
          "mane_select": "ENST00000573034.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2360+102G>C",
          "hgvs_p": null,
          "transcript": "ENST00000573034.8",
          "protein_id": "ENSP00000459615.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1071,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3216,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6884,
          "mane_select": "NM_015326.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2357+102G>C",
          "hgvs_p": null,
          "transcript": "ENST00000624873.3",
          "protein_id": "ENSP00000485517.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1070,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3213,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4705,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.1202+102G>C",
          "hgvs_p": null,
          "transcript": "ENST00000605476.5",
          "protein_id": "ENSP00000474270.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 450,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1353,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2484,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2357+102G>C",
          "hgvs_p": null,
          "transcript": "NM_001170637.4",
          "protein_id": "NP_001164108.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1070,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3213,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6881,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2360+102G>C",
          "hgvs_p": null,
          "transcript": "NM_001377444.1",
          "protein_id": "NP_001364373.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 973,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2922,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6979,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2360+102G>C",
          "hgvs_p": null,
          "transcript": "NM_001377445.1",
          "protein_id": "NP_001364374.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 841,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2526,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3546,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2357+102G>C",
          "hgvs_p": null,
          "transcript": "NM_001377446.1",
          "protein_id": "NP_001364375.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 840,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2523,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3543,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2360+102G>C",
          "hgvs_p": null,
          "transcript": "NM_001377447.1",
          "protein_id": "NP_001364376.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 790,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2373,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5028,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2357+102G>C",
          "hgvs_p": null,
          "transcript": "NM_001300952.2",
          "protein_id": "NP_001287881.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5025,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2357+102G>C",
          "hgvs_p": null,
          "transcript": "ENST00000605610.5",
          "protein_id": "ENSP00000473954.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.182+102G>C",
          "hgvs_p": null,
          "transcript": "ENST00000604010.1",
          "protein_id": "ENSP00000474818.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 293,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 884,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 884,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.506+102G>C",
          "hgvs_p": null,
          "transcript": "ENST00000604925.5",
          "protein_id": "ENSP00000474699.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 223,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 672,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1013,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2360+102G>C",
          "hgvs_p": null,
          "transcript": "XM_011509354.3",
          "protein_id": "XP_011507656.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1084,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3255,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6923,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2357+102G>C",
          "hgvs_p": null,
          "transcript": "XM_011509355.3",
          "protein_id": "XP_011507657.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2267+102G>C",
          "hgvs_p": null,
          "transcript": "XM_024446014.2",
          "protein_id": "XP_024301782.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1053,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3162,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2267+102G>C",
          "hgvs_p": null,
          "transcript": "XM_024446015.2",
          "protein_id": "XP_024301783.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1053,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3162,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2360+102G>C",
          "hgvs_p": null,
          "transcript": "XM_047416530.1",
          "protein_id": "XP_047272486.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 986,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2961,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3617,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2357+102G>C",
          "hgvs_p": null,
          "transcript": "XM_047416531.1",
          "protein_id": "XP_047272487.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3575,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.1901+102G>C",
          "hgvs_p": null,
          "transcript": "XM_047416532.1",
          "protein_id": "XP_047272488.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 931,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2796,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.1901+102G>C",
          "hgvs_p": null,
          "transcript": "XM_047416533.1",
          "protein_id": "XP_047272489.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 931,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2796,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6457,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.2267+102G>C",
          "hgvs_p": null,
          "transcript": "XM_047416534.1",
          "protein_id": "XP_047272490.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4855,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "c.1901+102G>C",
          "hgvs_p": null,
          "transcript": "XM_047416535.1",
          "protein_id": "XP_047272491.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SRGAP2",
          "gene_hgnc_id": 19751,
          "hgvs_c": "n.-179G>C",
          "hgvs_p": null,
          "transcript": "ENST00000604247.1",
          "protein_id": null,
          "transcript_support_level": 6,
          "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": 2499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SRGAP2",
      "gene_hgnc_id": 19751,
      "dbsnp": "rs2483058",
      "frequency_reference_population": 0.4698122,
      "hom_count_reference_population": 55507,
      "allele_count_reference_population": 220263,
      "gnomad_exomes_af": 0.452139,
      "gnomad_genomes_af": 0.50693,
      "gnomad_exomes_ac": 143603,
      "gnomad_genomes_ac": 76660,
      "gnomad_exomes_homalt": 34925,
      "gnomad_genomes_homalt": 20582,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9300000071525574,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.93,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.445,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000573034.8",
          "gene_symbol": "SRGAP2",
          "hgnc_id": 19751,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2360+102G>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}