← 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-5667105-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 5667105,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001201338.2",
      "consequences": [
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2394G>T",
          "hgvs_p": "p.Trp798Cys",
          "transcript": "NM_001201338.2",
          "protein_id": "NP_001188267.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": 2394,
          "cds_end": null,
          "cds_length": 2754,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000588852.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001201338.2"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2394G>T",
          "hgvs_p": "p.Trp798Cys",
          "transcript": "ENST00000588852.2",
          "protein_id": "ENSP00000467423.1",
          "transcript_support_level": 1,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": 2394,
          "cds_end": null,
          "cds_length": 2754,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001201338.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000588852.2"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2391G>T",
          "hgvs_p": "p.Trp797Cys",
          "transcript": "ENST00000592224.5",
          "protein_id": "ENSP00000464840.1",
          "transcript_support_level": 1,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 2391,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000592224.5"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2394G>T",
          "hgvs_p": "p.Trp798Cys",
          "transcript": "ENST00000292123.9",
          "protein_id": "ENSP00000292123.4",
          "transcript_support_level": 1,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2394,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000292123.9"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2526G>T",
          "hgvs_p": "p.Trp842Cys",
          "transcript": "ENST00000970177.1",
          "protein_id": "ENSP00000640236.1",
          "transcript_support_level": null,
          "aa_start": 842,
          "aa_end": null,
          "aa_length": 961,
          "cds_start": 2526,
          "cds_end": null,
          "cds_length": 2886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970177.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2523G>T",
          "hgvs_p": "p.Trp841Cys",
          "transcript": "ENST00000934691.1",
          "protein_id": "ENSP00000604750.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 960,
          "cds_start": 2523,
          "cds_end": null,
          "cds_length": 2883,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934691.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2526G>T",
          "hgvs_p": "p.Trp842Cys",
          "transcript": "ENST00000970185.1",
          "protein_id": "ENSP00000640244.1",
          "transcript_support_level": null,
          "aa_start": 842,
          "aa_end": null,
          "aa_length": 959,
          "cds_start": 2526,
          "cds_end": null,
          "cds_length": 2880,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970185.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2490G>T",
          "hgvs_p": "p.Trp830Cys",
          "transcript": "ENST00000880699.1",
          "protein_id": "ENSP00000550758.1",
          "transcript_support_level": null,
          "aa_start": 830,
          "aa_end": null,
          "aa_length": 949,
          "cds_start": 2490,
          "cds_end": null,
          "cds_length": 2850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880699.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2493G>T",
          "hgvs_p": "p.Trp831Cys",
          "transcript": "ENST00000970182.1",
          "protein_id": "ENSP00000640241.1",
          "transcript_support_level": null,
          "aa_start": 831,
          "aa_end": null,
          "aa_length": 948,
          "cds_start": 2493,
          "cds_end": null,
          "cds_length": 2847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970182.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2391G>T",
          "hgvs_p": "p.Trp797Cys",
          "transcript": "NM_001201339.2",
          "protein_id": "NP_001188268.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 2391,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001201339.2"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2391G>T",
          "hgvs_p": "p.Trp797Cys",
          "transcript": "ENST00000934687.1",
          "protein_id": "ENSP00000604746.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 2391,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934687.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2391G>T",
          "hgvs_p": "p.Trp797Cys",
          "transcript": "ENST00000970175.1",
          "protein_id": "ENSP00000640234.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 2391,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970175.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2394G>T",
          "hgvs_p": "p.Trp798Cys",
          "transcript": "NM_002967.4",
          "protein_id": "NP_002958.2",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2394,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002967.4"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2388G>T",
          "hgvs_p": "p.Trp796Cys",
          "transcript": "ENST00000970176.1",
          "protein_id": "ENSP00000640235.1",
          "transcript_support_level": null,
          "aa_start": 796,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2388,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970176.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2391G>T",
          "hgvs_p": "p.Trp797Cys",
          "transcript": "NM_001320572.2",
          "protein_id": "NP_001307501.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 914,
          "cds_start": 2391,
          "cds_end": null,
          "cds_length": 2745,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320572.2"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2391G>T",
          "hgvs_p": "p.Trp797Cys",
          "transcript": "ENST00000880693.1",
          "protein_id": "ENSP00000550752.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 914,
          "cds_start": 2391,
          "cds_end": null,
          "cds_length": 2745,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880693.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2391G>T",
          "hgvs_p": "p.Trp797Cys",
          "transcript": "ENST00000934690.1",
          "protein_id": "ENSP00000604749.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 914,
          "cds_start": 2391,
          "cds_end": null,
          "cds_length": 2745,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934690.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2391G>T",
          "hgvs_p": "p.Trp797Cys",
          "transcript": "ENST00000970178.1",
          "protein_id": "ENSP00000640237.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 914,
          "cds_start": 2391,
          "cds_end": null,
          "cds_length": 2745,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970178.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2391G>T",
          "hgvs_p": "p.Trp797Cys",
          "transcript": "ENST00000970188.1",
          "protein_id": "ENSP00000640247.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 914,
          "cds_start": 2391,
          "cds_end": null,
          "cds_length": 2745,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970188.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2388G>T",
          "hgvs_p": "p.Trp796Cys",
          "transcript": "ENST00000970173.1",
          "protein_id": "ENSP00000640232.1",
          "transcript_support_level": null,
          "aa_start": 796,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 2388,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970173.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2376G>T",
          "hgvs_p": "p.Trp792Cys",
          "transcript": "ENST00000970187.1",
          "protein_id": "ENSP00000640246.1",
          "transcript_support_level": null,
          "aa_start": 792,
          "aa_end": null,
          "aa_length": 909,
          "cds_start": 2376,
          "cds_end": null,
          "cds_length": 2730,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970187.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2361G>T",
          "hgvs_p": "p.Trp787Cys",
          "transcript": "ENST00000970180.1",
          "protein_id": "ENSP00000640239.1",
          "transcript_support_level": null,
          "aa_start": 787,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 2361,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970180.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2334G>T",
          "hgvs_p": "p.Trp778Cys",
          "transcript": "ENST00000934688.1",
          "protein_id": "ENSP00000604747.1",
          "transcript_support_level": null,
          "aa_start": 778,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 2334,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934688.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2253G>T",
          "hgvs_p": "p.Trp751Cys",
          "transcript": "ENST00000970179.1",
          "protein_id": "ENSP00000640238.1",
          "transcript_support_level": null,
          "aa_start": 751,
          "aa_end": null,
          "aa_length": 870,
          "cds_start": 2253,
          "cds_end": null,
          "cds_length": 2613,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970179.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2244G>T",
          "hgvs_p": "p.Trp748Cys",
          "transcript": "ENST00000970183.1",
          "protein_id": "ENSP00000640242.1",
          "transcript_support_level": null,
          "aa_start": 748,
          "aa_end": null,
          "aa_length": 867,
          "cds_start": 2244,
          "cds_end": null,
          "cds_length": 2604,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970183.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2244G>T",
          "hgvs_p": "p.Trp748Cys",
          "transcript": "ENST00000880698.1",
          "protein_id": "ENSP00000550757.1",
          "transcript_support_level": null,
          "aa_start": 748,
          "aa_end": null,
          "aa_length": 865,
          "cds_start": 2244,
          "cds_end": null,
          "cds_length": 2598,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880698.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2187G>T",
          "hgvs_p": "p.Trp729Cys",
          "transcript": "NM_001201340.2",
          "protein_id": "NP_001188269.1",
          "transcript_support_level": null,
          "aa_start": 729,
          "aa_end": null,
          "aa_length": 848,
          "cds_start": 2187,
          "cds_end": null,
          "cds_length": 2547,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001201340.2"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2187G>T",
          "hgvs_p": "p.Trp729Cys",
          "transcript": "ENST00000454510.5",
          "protein_id": "ENSP00000415895.1",
          "transcript_support_level": 2,
          "aa_start": 729,
          "aa_end": null,
          "aa_length": 848,
          "cds_start": 2187,
          "cds_end": null,
          "cds_length": 2547,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000454510.5"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2184G>T",
          "hgvs_p": "p.Trp728Cys",
          "transcript": "ENST00000880697.1",
          "protein_id": "ENSP00000550756.1",
          "transcript_support_level": null,
          "aa_start": 728,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2184,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880697.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2187G>T",
          "hgvs_p": "p.Trp729Cys",
          "transcript": "ENST00000970174.1",
          "protein_id": "ENSP00000640233.1",
          "transcript_support_level": null,
          "aa_start": 729,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": 2187,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970174.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2184G>T",
          "hgvs_p": "p.Trp728Cys",
          "transcript": "ENST00000880696.1",
          "protein_id": "ENSP00000550755.1",
          "transcript_support_level": null,
          "aa_start": 728,
          "aa_end": null,
          "aa_length": 845,
          "cds_start": 2184,
          "cds_end": null,
          "cds_length": 2538,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880696.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2103G>T",
          "hgvs_p": "p.Trp701Cys",
          "transcript": "ENST00000880694.1",
          "protein_id": "ENSP00000550753.1",
          "transcript_support_level": null,
          "aa_start": 701,
          "aa_end": null,
          "aa_length": 820,
          "cds_start": 2103,
          "cds_end": null,
          "cds_length": 2463,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880694.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.2103G>T",
          "hgvs_p": "p.Trp701Cys",
          "transcript": "ENST00000880700.1",
          "protein_id": "ENSP00000550759.1",
          "transcript_support_level": null,
          "aa_start": 701,
          "aa_end": null,
          "aa_length": 818,
          "cds_start": 2103,
          "cds_end": null,
          "cds_length": 2457,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880700.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.1929G>T",
          "hgvs_p": "p.Trp643Cys",
          "transcript": "ENST00000970186.1",
          "protein_id": "ENSP00000640245.1",
          "transcript_support_level": null,
          "aa_start": 643,
          "aa_end": null,
          "aa_length": 762,
          "cds_start": 1929,
          "cds_end": null,
          "cds_length": 2289,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970186.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.1920G>T",
          "hgvs_p": "p.Trp640Cys",
          "transcript": "NM_001320571.2",
          "protein_id": "NP_001307500.1",
          "transcript_support_level": null,
          "aa_start": 640,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1920,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320571.2"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.1788G>T",
          "hgvs_p": "p.Trp596Cys",
          "transcript": "ENST00000970184.1",
          "protein_id": "ENSP00000640243.1",
          "transcript_support_level": null,
          "aa_start": 596,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 1788,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970184.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.1785G>T",
          "hgvs_p": "p.Trp595Cys",
          "transcript": "ENST00000970172.1",
          "protein_id": "ENSP00000640231.1",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1785,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970172.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.1470G>T",
          "hgvs_p": "p.Trp490Cys",
          "transcript": "ENST00000880695.1",
          "protein_id": "ENSP00000550754.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 1470,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880695.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.1467G>T",
          "hgvs_p": "p.Trp489Cys",
          "transcript": "ENST00000970181.1",
          "protein_id": "ENSP00000640240.1",
          "transcript_support_level": null,
          "aa_start": 489,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 1467,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970181.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.1470G>T",
          "hgvs_p": "p.Trp490Cys",
          "transcript": "ENST00000934689.1",
          "protein_id": "ENSP00000604748.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 1470,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934689.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "c.1923G>T",
          "hgvs_p": "p.Trp641Cys",
          "transcript": "XM_017027114.2",
          "protein_id": "XP_016882603.1",
          "transcript_support_level": null,
          "aa_start": 641,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 1923,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017027114.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "n.*1798G>T",
          "hgvs_p": null,
          "transcript": "ENST00000589863.5",
          "protein_id": "ENSP00000468543.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000589863.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "n.2380G>T",
          "hgvs_p": null,
          "transcript": "ENST00000591991.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000591991.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "n.450G>T",
          "hgvs_p": null,
          "transcript": "ENST00000592555.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000592555.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SAFB",
          "gene_hgnc_id": 10520,
          "hgvs_c": "n.*1798G>T",
          "hgvs_p": null,
          "transcript": "ENST00000589863.5",
          "protein_id": "ENSP00000468543.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000589863.5"
        }
      ],
      "gene_symbol": "SAFB",
      "gene_hgnc_id": 10520,
      "dbsnp": "rs200429675",
      "frequency_reference_population": 0.0000013693378,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000136934,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.7374890446662903,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.309,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.8621,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.13,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 6.012,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001201338.2",
          "gene_symbol": "SAFB",
          "hgnc_id": 10520,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2394G>T",
          "hgvs_p": "p.Trp798Cys"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}