← 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: 19-6760963-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 6760963,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000245908.11",
      "consequences": [
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.94A>G",
          "hgvs_p": "p.Asn32Asp",
          "transcript": "NM_005490.3",
          "protein_id": "NP_005481.2",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 576,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 1731,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 2281,
          "mane_select": "ENST00000245908.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.94A>G",
          "hgvs_p": "p.Asn32Asp",
          "transcript": "ENST00000245908.11",
          "protein_id": "ENSP00000245908.5",
          "transcript_support_level": 1,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 576,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 1731,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 2281,
          "mane_select": "NM_005490.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.94A>G",
          "hgvs_p": "p.Asn32Asp",
          "transcript": "NM_001439225.1",
          "protein_id": "NP_001426154.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 2368,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.94A>G",
          "hgvs_p": "p.Asn32Asp",
          "transcript": "NM_001386585.1",
          "protein_id": "NP_001373514.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 2278,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.94A>G",
          "hgvs_p": "p.Asn32Asp",
          "transcript": "NM_001386584.1",
          "protein_id": "NP_001373513.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 2630,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.94A>G",
          "hgvs_p": "p.Asn32Asp",
          "transcript": "NM_001439227.1",
          "protein_id": "NP_001426156.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 2008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.94A>G",
          "hgvs_p": "p.Asn32Asp",
          "transcript": "NM_001386586.1",
          "protein_id": "NP_001373515.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 463,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 1392,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 1942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.94A>G",
          "hgvs_p": "p.Asn32Asp",
          "transcript": "NM_001386587.1",
          "protein_id": "NP_001373516.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 456,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 1371,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 1921,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.94A>G",
          "hgvs_p": "p.Asn32Asp",
          "transcript": "NM_001386583.1",
          "protein_id": "NP_001373512.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 1819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.94A>G",
          "hgvs_p": "p.Asn32Asp",
          "transcript": "ENST00000597687.1",
          "protein_id": "ENSP00000470700.1",
          "transcript_support_level": 3,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 237,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 714,
          "cdna_start": 239,
          "cdna_end": null,
          "cdna_length": 859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.94A>G",
          "hgvs_p": "p.Asn32Asp",
          "transcript": "XM_017026123.2",
          "protein_id": "XP_016881612.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 1406,
          "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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "n.827A>G",
          "hgvs_p": null,
          "transcript": "ENST00000595369.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 3493,
          "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": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "n.211A>G",
          "hgvs_p": null,
          "transcript": "ENST00000595681.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": 1750,
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "n.101A>G",
          "hgvs_p": null,
          "transcript": "ENST00000599563.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": 845,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.-192A>G",
          "hgvs_p": null,
          "transcript": "NM_001439226.1",
          "protein_id": "NP_001426155.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 510,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1533,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.-192A>G",
          "hgvs_p": null,
          "transcript": "NM_001439229.1",
          "protein_id": "NP_001426158.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 481,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1446,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2144,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.-192A>G",
          "hgvs_p": null,
          "transcript": "NM_001439231.1",
          "protein_id": "NP_001426160.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.-192A>G",
          "hgvs_p": null,
          "transcript": "XM_011527608.3",
          "protein_id": "XP_011525910.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 510,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1533,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2798,
          "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": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.54-1293A>G",
          "hgvs_p": null,
          "transcript": "NM_001439228.1",
          "protein_id": "NP_001426157.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 483,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1452,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2018,
          "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": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.54-1293A>G",
          "hgvs_p": null,
          "transcript": "ENST00000437152.7",
          "protein_id": "ENSP00000393303.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 483,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1452,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2013,
          "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": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.54-1293A>G",
          "hgvs_p": null,
          "transcript": "NM_001386588.1",
          "protein_id": "NP_001373517.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 454,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1365,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1931,
          "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": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.54-1293A>G",
          "hgvs_p": null,
          "transcript": "NM_001439230.1",
          "protein_id": "NP_001426159.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1658,
          "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": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "c.-43-1293A>G",
          "hgvs_p": null,
          "transcript": "NM_001386589.1",
          "protein_id": "NP_001373518.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 302,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 909,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1434,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SH2D3A",
          "gene_hgnc_id": 16885,
          "hgvs_c": "n.176+2717A>G",
          "hgvs_p": null,
          "transcript": "ENST00000597254.1",
          "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": 586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SH2D3A",
      "gene_hgnc_id": 16885,
      "dbsnp": "rs7258236",
      "frequency_reference_population": 0.2276893,
      "hom_count_reference_population": 44770,
      "allele_count_reference_population": 366909,
      "gnomad_exomes_af": 0.223489,
      "gnomad_genomes_af": 0.267975,
      "gnomad_exomes_ac": 326135,
      "gnomad_genomes_ac": 40774,
      "gnomad_exomes_homalt": 38535,
      "gnomad_genomes_homalt": 6235,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.007875233888626099,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.118,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0448,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.68,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.379,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.02,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -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": "ENST00000245908.11",
          "gene_symbol": "SH2D3A",
          "hgnc_id": 16885,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.94A>G",
          "hgvs_p": "p.Asn32Asp"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}