← 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: 5-96785539-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "5",
      "pos": 96785539,
      "ref": "C",
      "alt": "T",
      "effect": "intron_variant",
      "transcript": "ENST00000443439.7",
      "consequences": [
        {
          "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": 19,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "NM_001040458.3",
          "protein_id": "NP_001035548.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 941,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2826,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4841,
          "mane_select": "ENST00000443439.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "ENST00000443439.7",
          "protein_id": "ENSP00000406304.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 941,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2826,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4841,
          "mane_select": "NM_001040458.3",
          "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": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "ENST00000296754.7",
          "protein_id": "ENSP00000296754.3",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LOC124901031",
          "gene_hgnc_id": null,
          "hgvs_c": "n.1144C>T",
          "hgvs_p": null,
          "transcript": "XR_007058877.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": 2711,
          "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": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "NM_001349244.2",
          "protein_id": "NP_001336173.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5333,
          "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": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "NM_016442.5",
          "protein_id": "NP_057526.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5337,
          "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": 19,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "NM_001198541.3",
          "protein_id": "NP_001185470.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 941,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2826,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4843,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000248734",
          "gene_hgnc_id": null,
          "hgvs_c": "n.721+42C>T",
          "hgvs_p": null,
          "transcript": "ENST00000512856.1",
          "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": 993,
          "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": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "n.367+249G>A",
          "hgvs_p": null,
          "transcript": "ENST00000514604.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": 870,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000248734",
          "gene_hgnc_id": null,
          "hgvs_c": "n.531+49C>T",
          "hgvs_p": null,
          "transcript": "ENST00000602972.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": 811,
          "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": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "XM_005272015.6",
          "protein_id": "XP_005272072.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 951,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2856,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8210,
          "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": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "XM_005272016.5",
          "protein_id": "XP_005272073.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 951,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2856,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3551,
          "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": 24,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "XM_011543484.3",
          "protein_id": "XP_011541786.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 951,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2856,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5886,
          "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": 23,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "XM_011543485.3",
          "protein_id": "XP_011541787.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 951,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2856,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5706,
          "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": 23,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "XM_017009581.2",
          "protein_id": "XP_016865070.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 951,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2856,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5732,
          "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": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "XM_047417305.1",
          "protein_id": "XP_047273261.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 951,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2856,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3527,
          "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": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "XM_047417306.1",
          "protein_id": "XP_047273262.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 951,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2856,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3531,
          "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": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "XM_047417307.1",
          "protein_id": "XP_047273263.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 951,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2856,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3573,
          "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": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "XM_047417308.1",
          "protein_id": "XP_047273264.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5313,
          "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": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "XM_047417309.1",
          "protein_id": "XP_047273265.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5309,
          "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": 24,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "XM_047417310.1",
          "protein_id": "XP_047273266.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7672,
          "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": 23,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null,
          "transcript": "XM_011543486.4",
          "protein_id": "XP_011541788.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 941,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2826,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7176,
          "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": 15,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "c.848+249G>A",
          "hgvs_p": null,
          "transcript": "XM_017009583.3",
          "protein_id": "XP_016865072.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2438,
          "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": "ERAP1",
          "gene_hgnc_id": 18173,
          "hgvs_c": "n.*100G>A",
          "hgvs_p": null,
          "transcript": "ENST00000507859.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": 755,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ERAP1",
      "gene_hgnc_id": 18173,
      "dbsnp": "rs13186739",
      "frequency_reference_population": 0.16644351,
      "hom_count_reference_population": 7591,
      "allele_count_reference_population": 80303,
      "gnomad_exomes_af": 0.168465,
      "gnomad_genomes_af": 0.16205,
      "gnomad_exomes_ac": 55662,
      "gnomad_genomes_ac": 24641,
      "gnomad_exomes_homalt": 5319,
      "gnomad_genomes_homalt": 2272,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8299999833106995,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.83,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.258,
      "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": "ENST00000443439.7",
          "gene_symbol": "ERAP1",
          "hgnc_id": 18173,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1943+249G>A",
          "hgvs_p": null
        },
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "XR_007058877.1",
          "gene_symbol": "LOC124901031",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.1144C>T",
          "hgvs_p": null
        },
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000602972.1",
          "gene_symbol": "ENSG00000248734",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.531+49C>T",
          "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
}