← 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-11575174-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 11575174,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000648477.1",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "NM_001611.5",
          "protein_id": "NP_001602.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 867,
          "cdna_end": null,
          "cdna_length": 1381,
          "mane_select": "ENST00000648477.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "ENST00000648477.1",
          "protein_id": "ENSP00000496973.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 867,
          "cdna_end": null,
          "cdna_length": 1381,
          "mane_select": "NM_001611.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "ENST00000218758.10",
          "protein_id": "ENSP00000218758.4",
          "transcript_support_level": 1,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1238,
          "cdna_end": null,
          "cdna_length": 1752,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "NM_001111034.3",
          "protein_id": "NP_001104504.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1057,
          "cdna_end": null,
          "cdna_length": 1571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "NM_001111035.3",
          "protein_id": "NP_001104505.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1106,
          "cdna_end": null,
          "cdna_length": 1620,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "NM_001111036.3",
          "protein_id": "NP_001104506.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1033,
          "cdna_end": null,
          "cdna_length": 1547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "NM_001322023.2",
          "protein_id": "NP_001308952.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1135,
          "cdna_end": null,
          "cdna_length": 1649,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "NM_001439233.1",
          "protein_id": "NP_001426162.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1213,
          "cdna_end": null,
          "cdna_length": 1727,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "NM_001439234.1",
          "protein_id": "NP_001426163.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1211,
          "cdna_end": null,
          "cdna_length": 1725,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "NM_001439235.1",
          "protein_id": "NP_001426164.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1277,
          "cdna_end": null,
          "cdna_length": 1791,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "NM_001439236.1",
          "protein_id": "NP_001426165.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 1898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "ENST00000412435.7",
          "protein_id": "ENSP00000392374.1",
          "transcript_support_level": 2,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1088,
          "cdna_end": null,
          "cdna_length": 1602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "ENST00000589792.6",
          "protein_id": "ENSP00000468685.2",
          "transcript_support_level": 3,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1213,
          "cdna_end": null,
          "cdna_length": 1727,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "ENST00000590832.2",
          "protein_id": "ENSP00000465127.2",
          "transcript_support_level": 2,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1024,
          "cdna_end": null,
          "cdna_length": 1538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "ENST00000591319.2",
          "protein_id": "ENSP00000464831.2",
          "transcript_support_level": 3,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1237,
          "cdna_end": null,
          "cdna_length": 1751,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "ENST00000592659.2",
          "protein_id": "ENSP00000465498.2",
          "transcript_support_level": 5,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1600,
          "cdna_end": null,
          "cdna_length": 2114,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "ENST00000592828.7",
          "protein_id": "ENSP00000468767.3",
          "transcript_support_level": 5,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1225,
          "cdna_end": null,
          "cdna_length": 1746,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "ENST00000649386.2",
          "protein_id": "ENSP00000497140.2",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1224,
          "cdna_end": null,
          "cdna_length": 1738,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "ENST00000695791.1",
          "protein_id": "ENSP00000512173.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1103,
          "cdna_end": null,
          "cdna_length": 1617,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "ENST00000695811.1",
          "protein_id": "ENSP00000512191.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1283,
          "cdna_end": null,
          "cdna_length": 1797,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.811C>T",
          "hgvs_p": "p.Arg271Cys",
          "transcript": "ENST00000695809.1",
          "protein_id": "ENSP00000512189.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 975,
          "cdna_start": 1196,
          "cdna_end": null,
          "cdna_length": 1710,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.811C>T",
          "hgvs_p": "p.Arg271Cys",
          "transcript": "ENST00000695813.1",
          "protein_id": "ENSP00000512192.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 975,
          "cdna_start": 1037,
          "cdna_end": null,
          "cdna_length": 1551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.811C>T",
          "hgvs_p": "p.Arg271Cys",
          "transcript": "ENST00000695815.1",
          "protein_id": "ENSP00000512194.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 975,
          "cdna_start": 1118,
          "cdna_end": null,
          "cdna_length": 1632,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.811C>T",
          "hgvs_p": "p.Arg271Cys",
          "transcript": "ENST00000695817.1",
          "protein_id": "ENSP00000512195.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 975,
          "cdna_start": 1217,
          "cdna_end": null,
          "cdna_length": 1649,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.736C>T",
          "hgvs_p": "p.Arg246Cys",
          "transcript": "ENST00000695810.1",
          "protein_id": "ENSP00000512190.1",
          "transcript_support_level": null,
          "aa_start": 246,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": 736,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": 1014,
          "cdna_end": null,
          "cdna_length": 1528,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.736C>T",
          "hgvs_p": "p.Arg246Cys",
          "transcript": "ENST00000695820.1",
          "protein_id": "ENSP00000512198.1",
          "transcript_support_level": null,
          "aa_start": 246,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": 736,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": 943,
          "cdna_end": null,
          "cdna_length": 1457,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.736C>T",
          "hgvs_p": "p.Arg246Cys",
          "transcript": "ENST00000695821.1",
          "protein_id": "ENSP00000512199.1",
          "transcript_support_level": null,
          "aa_start": 246,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": 736,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": 1178,
          "cdna_end": null,
          "cdna_length": 1599,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "c.715C>T",
          "hgvs_p": "p.Arg239Cys",
          "transcript": "ENST00000695814.1",
          "protein_id": "ENSP00000512193.1",
          "transcript_support_level": null,
          "aa_start": 239,
          "aa_end": null,
          "aa_length": 292,
          "cds_start": 715,
          "cds_end": null,
          "cds_length": 879,
          "cdna_start": 941,
          "cdna_end": null,
          "cdna_length": 1455,
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "n.1447C>T",
          "hgvs_p": null,
          "transcript": "ENST00000588524.6",
          "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": 1961,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "n.1432C>T",
          "hgvs_p": null,
          "transcript": "ENST00000695812.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": 1946,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "n.1369C>T",
          "hgvs_p": null,
          "transcript": "ENST00000695816.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": 1871,
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "n.*317C>T",
          "hgvs_p": null,
          "transcript": "ENST00000695818.1",
          "protein_id": "ENSP00000512196.1",
          "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": 2330,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "n.1319C>T",
          "hgvs_p": null,
          "transcript": "ENST00000695819.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": 1673,
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "n.2790C>T",
          "hgvs_p": null,
          "transcript": "ENST00000695838.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": 3304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACP5",
          "gene_hgnc_id": 124,
          "hgvs_c": "n.*317C>T",
          "hgvs_p": null,
          "transcript": "ENST00000695818.1",
          "protein_id": "ENSP00000512196.1",
          "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": 2330,
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "ZNF627",
          "gene_hgnc_id": 30570,
          "hgvs_c": "c.-197-76G>A",
          "hgvs_p": null,
          "transcript": "ENST00000585493.5",
          "protein_id": "ENSP00000464997.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 16,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 51,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 541,
          "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": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ZNF627",
          "gene_hgnc_id": 30570,
          "hgvs_c": "n.428-76G>A",
          "hgvs_p": null,
          "transcript": "ENST00000588651.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": 745,
          "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": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ZNF627",
          "gene_hgnc_id": 30570,
          "hgvs_c": "n.416-76G>A",
          "hgvs_p": null,
          "transcript": "ENST00000593279.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": 588,
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LOC124904638",
          "gene_hgnc_id": null,
          "hgvs_c": "n.-75G>A",
          "hgvs_p": null,
          "transcript": "XR_007067140.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": 353,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ACP5",
      "gene_hgnc_id": 124,
      "dbsnp": "rs147025508",
      "frequency_reference_population": 0.004129185,
      "hom_count_reference_population": 23,
      "allele_count_reference_population": 6665,
      "gnomad_exomes_af": 0.00421187,
      "gnomad_genomes_af": 0.00333557,
      "gnomad_exomes_ac": 6157,
      "gnomad_genomes_ac": 508,
      "gnomad_exomes_homalt": 21,
      "gnomad_genomes_homalt": 2,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.007423758506774902,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.212,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2782,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.34,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.612,
      "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": -13,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -13,
          "benign_score": 13,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000648477.1",
          "gene_symbol": "ACP5",
          "hgnc_id": 124,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys"
        },
        {
          "score": -9,
          "benign_score": 9,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000588651.1",
          "gene_symbol": "ZNF627",
          "hgnc_id": 30570,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "n.428-76G>A",
          "hgvs_p": null
        },
        {
          "score": -9,
          "benign_score": 9,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "XR_007067140.1",
          "gene_symbol": "LOC124904638",
          "hgnc_id": null,
          "effects": [
            "upstream_gene_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.-75G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "ACP5-related disorder,Spondyloenchondrodysplasia with immune dysregulation,not provided,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:3 B:3",
      "phenotype_combined": "not specified|not provided|Spondyloenchondrodysplasia with immune dysregulation|ACP5-related disorder",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}