← 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: 16-16114826-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 16114826,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000399410.8",
      "consequences": [
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3140G>A",
          "hgvs_p": "p.Cys1047Tyr",
          "transcript": "NM_004996.4",
          "protein_id": "NP_004987.2",
          "transcript_support_level": null,
          "aa_start": 1047,
          "aa_end": null,
          "aa_length": 1531,
          "cds_start": 3140,
          "cds_end": null,
          "cds_length": 4596,
          "cdna_start": 3276,
          "cdna_end": null,
          "cdna_length": 6504,
          "mane_select": "ENST00000399410.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3140G>A",
          "hgvs_p": "p.Cys1047Tyr",
          "transcript": "ENST00000399410.8",
          "protein_id": "ENSP00000382342.3",
          "transcript_support_level": 1,
          "aa_start": 1047,
          "aa_end": null,
          "aa_length": 1531,
          "cds_start": 3140,
          "cds_end": null,
          "cds_length": 4596,
          "cdna_start": 3276,
          "cdna_end": null,
          "cdna_length": 6504,
          "mane_select": "NM_004996.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2963G>A",
          "hgvs_p": "p.Cys988Tyr",
          "transcript": "ENST00000572882.3",
          "protein_id": "ENSP00000461615.2",
          "transcript_support_level": 1,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1472,
          "cds_start": 2963,
          "cds_end": null,
          "cds_length": 4419,
          "cdna_start": 3138,
          "cdna_end": null,
          "cdna_length": 6387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3170G>A",
          "hgvs_p": "p.Cys1057Tyr",
          "transcript": "ENST00000399408.7",
          "protein_id": "ENSP00000382340.4",
          "transcript_support_level": 5,
          "aa_start": 1057,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 3170,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 3345,
          "cdna_end": null,
          "cdna_length": 6594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3014G>A",
          "hgvs_p": "p.Cys1005Tyr",
          "transcript": "NM_019901.2",
          "protein_id": "NP_063956.2",
          "transcript_support_level": null,
          "aa_start": 1005,
          "aa_end": null,
          "aa_length": 1489,
          "cds_start": 3014,
          "cds_end": null,
          "cds_length": 4470,
          "cdna_start": 3150,
          "cdna_end": null,
          "cdna_length": 6378,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2993G>A",
          "hgvs_p": "p.Cys998Tyr",
          "transcript": "NM_019902.2",
          "protein_id": "NP_063957.2",
          "transcript_support_level": null,
          "aa_start": 998,
          "aa_end": null,
          "aa_length": 1482,
          "cds_start": 2993,
          "cds_end": null,
          "cds_length": 4449,
          "cdna_start": 3129,
          "cdna_end": null,
          "cdna_length": 6357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2972G>A",
          "hgvs_p": "p.Cys991Tyr",
          "transcript": "NM_019898.3",
          "protein_id": "NP_063953.2",
          "transcript_support_level": null,
          "aa_start": 991,
          "aa_end": null,
          "aa_length": 1475,
          "cds_start": 2972,
          "cds_end": null,
          "cds_length": 4428,
          "cdna_start": 3108,
          "cdna_end": null,
          "cdna_length": 6336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2963G>A",
          "hgvs_p": "p.Cys988Tyr",
          "transcript": "NM_019862.3",
          "protein_id": "NP_063915.2",
          "transcript_support_level": null,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1472,
          "cds_start": 2963,
          "cds_end": null,
          "cds_length": 4419,
          "cdna_start": 3099,
          "cdna_end": null,
          "cdna_length": 6327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3140G>A",
          "hgvs_p": "p.Cys1047Tyr",
          "transcript": "NM_001438755.1",
          "protein_id": "NP_001425684.1",
          "transcript_support_level": null,
          "aa_start": 1047,
          "aa_end": null,
          "aa_length": 1466,
          "cds_start": 3140,
          "cds_end": null,
          "cds_length": 4401,
          "cdna_start": 3276,
          "cdna_end": null,
          "cdna_length": 6309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2867G>A",
          "hgvs_p": "p.Cys956Tyr",
          "transcript": "NM_001438715.1",
          "protein_id": "NP_001425644.1",
          "transcript_support_level": null,
          "aa_start": 956,
          "aa_end": null,
          "aa_length": 1440,
          "cds_start": 2867,
          "cds_end": null,
          "cds_length": 4323,
          "cdna_start": 3003,
          "cdna_end": null,
          "cdna_length": 6231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2795G>A",
          "hgvs_p": "p.Cys932Tyr",
          "transcript": "NM_019899.3",
          "protein_id": "NP_063954.2",
          "transcript_support_level": null,
          "aa_start": 932,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": 2795,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": 2931,
          "cdna_end": null,
          "cdna_length": 6159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2729G>A",
          "hgvs_p": "p.Cys910Tyr",
          "transcript": "NM_001438717.1",
          "protein_id": "NP_001425646.1",
          "transcript_support_level": null,
          "aa_start": 910,
          "aa_end": null,
          "aa_length": 1394,
          "cds_start": 2729,
          "cds_end": null,
          "cds_length": 4185,
          "cdna_start": 2865,
          "cdna_end": null,
          "cdna_length": 6093,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2678G>A",
          "hgvs_p": "p.Cys893Tyr",
          "transcript": "NM_001438718.1",
          "protein_id": "NP_001425647.1",
          "transcript_support_level": null,
          "aa_start": 893,
          "aa_end": null,
          "aa_length": 1377,
          "cds_start": 2678,
          "cds_end": null,
          "cds_length": 4134,
          "cdna_start": 2814,
          "cdna_end": null,
          "cdna_length": 6042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2669G>A",
          "hgvs_p": "p.Cys890Tyr",
          "transcript": "NM_001438719.1",
          "protein_id": "NP_001425648.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1374,
          "cds_start": 2669,
          "cds_end": null,
          "cds_length": 4125,
          "cdna_start": 2805,
          "cdna_end": null,
          "cdna_length": 6033,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2669G>A",
          "hgvs_p": "p.Cys890Tyr",
          "transcript": "ENST00000677164.1",
          "protein_id": "ENSP00000502873.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1374,
          "cds_start": 2669,
          "cds_end": null,
          "cds_length": 4125,
          "cdna_start": 2844,
          "cdna_end": null,
          "cdna_length": 6276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2648G>A",
          "hgvs_p": "p.Cys883Tyr",
          "transcript": "NM_001438720.1",
          "protein_id": "NP_001425649.1",
          "transcript_support_level": null,
          "aa_start": 883,
          "aa_end": null,
          "aa_length": 1367,
          "cds_start": 2648,
          "cds_end": null,
          "cds_length": 4104,
          "cdna_start": 2784,
          "cdna_end": null,
          "cdna_length": 6012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3299G>A",
          "hgvs_p": "p.Cys1100Tyr",
          "transcript": "XM_047434131.1",
          "protein_id": "XP_047290087.1",
          "transcript_support_level": null,
          "aa_start": 1100,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 3299,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": 4696,
          "cdna_end": null,
          "cdna_length": 7924,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3194G>A",
          "hgvs_p": "p.Cys1065Tyr",
          "transcript": "XM_017023237.2",
          "protein_id": "XP_016878726.1",
          "transcript_support_level": null,
          "aa_start": 1065,
          "aa_end": null,
          "aa_length": 1549,
          "cds_start": 3194,
          "cds_end": null,
          "cds_length": 4650,
          "cdna_start": 3197,
          "cdna_end": null,
          "cdna_length": 6425,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3173G>A",
          "hgvs_p": "p.Cys1058Tyr",
          "transcript": "XM_047434132.1",
          "protein_id": "XP_047290088.1",
          "transcript_support_level": null,
          "aa_start": 1058,
          "aa_end": null,
          "aa_length": 1542,
          "cds_start": 3173,
          "cds_end": null,
          "cds_length": 4629,
          "cdna_start": 4570,
          "cdna_end": null,
          "cdna_length": 7798,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3161G>A",
          "hgvs_p": "p.Cys1054Tyr",
          "transcript": "XM_047434133.1",
          "protein_id": "XP_047290089.1",
          "transcript_support_level": null,
          "aa_start": 1054,
          "aa_end": null,
          "aa_length": 1538,
          "cds_start": 3161,
          "cds_end": null,
          "cds_length": 4617,
          "cdna_start": 4558,
          "cdna_end": null,
          "cdna_length": 7786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3158G>A",
          "hgvs_p": "p.Cys1053Tyr",
          "transcript": "XM_047434134.1",
          "protein_id": "XP_047290090.1",
          "transcript_support_level": null,
          "aa_start": 1053,
          "aa_end": null,
          "aa_length": 1537,
          "cds_start": 3158,
          "cds_end": null,
          "cds_length": 4614,
          "cdna_start": 3210,
          "cdna_end": null,
          "cdna_length": 6438,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3152G>A",
          "hgvs_p": "p.Cys1051Tyr",
          "transcript": "XM_047434135.1",
          "protein_id": "XP_047290091.1",
          "transcript_support_level": null,
          "aa_start": 1051,
          "aa_end": null,
          "aa_length": 1535,
          "cds_start": 3152,
          "cds_end": null,
          "cds_length": 4608,
          "cdna_start": 4549,
          "cdna_end": null,
          "cdna_length": 7777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3122G>A",
          "hgvs_p": "p.Cys1041Tyr",
          "transcript": "XM_047434136.1",
          "protein_id": "XP_047290092.1",
          "transcript_support_level": null,
          "aa_start": 1041,
          "aa_end": null,
          "aa_length": 1525,
          "cds_start": 3122,
          "cds_end": null,
          "cds_length": 4578,
          "cdna_start": 4519,
          "cdna_end": null,
          "cdna_length": 7747,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3116G>A",
          "hgvs_p": "p.Cys1039Tyr",
          "transcript": "XM_011522497.2",
          "protein_id": "XP_011520799.1",
          "transcript_support_level": null,
          "aa_start": 1039,
          "aa_end": null,
          "aa_length": 1523,
          "cds_start": 3116,
          "cds_end": null,
          "cds_length": 4572,
          "cdna_start": 3131,
          "cdna_end": null,
          "cdna_length": 6359,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3035G>A",
          "hgvs_p": "p.Cys1012Tyr",
          "transcript": "XM_047434137.1",
          "protein_id": "XP_047290093.1",
          "transcript_support_level": null,
          "aa_start": 1012,
          "aa_end": null,
          "aa_length": 1496,
          "cds_start": 3035,
          "cds_end": null,
          "cds_length": 4491,
          "cdna_start": 4432,
          "cdna_end": null,
          "cdna_length": 7660,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.3002G>A",
          "hgvs_p": "p.Cys1001Tyr",
          "transcript": "XM_047434140.1",
          "protein_id": "XP_047290096.1",
          "transcript_support_level": null,
          "aa_start": 1001,
          "aa_end": null,
          "aa_length": 1485,
          "cds_start": 3002,
          "cds_end": null,
          "cds_length": 4458,
          "cdna_start": 3138,
          "cdna_end": null,
          "cdna_length": 6366,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2975G>A",
          "hgvs_p": "p.Cys992Tyr",
          "transcript": "XM_047434142.1",
          "protein_id": "XP_047290098.1",
          "transcript_support_level": null,
          "aa_start": 992,
          "aa_end": null,
          "aa_length": 1476,
          "cds_start": 2975,
          "cds_end": null,
          "cds_length": 4431,
          "cdna_start": 4372,
          "cdna_end": null,
          "cdna_length": 7600,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2954G>A",
          "hgvs_p": "p.Cys985Tyr",
          "transcript": "XM_047434144.1",
          "protein_id": "XP_047290100.1",
          "transcript_support_level": null,
          "aa_start": 985,
          "aa_end": null,
          "aa_length": 1469,
          "cds_start": 2954,
          "cds_end": null,
          "cds_length": 4410,
          "cdna_start": 4351,
          "cdna_end": null,
          "cdna_length": 7579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2876G>A",
          "hgvs_p": "p.Cys959Tyr",
          "transcript": "XM_047434145.1",
          "protein_id": "XP_047290101.1",
          "transcript_support_level": null,
          "aa_start": 959,
          "aa_end": null,
          "aa_length": 1443,
          "cds_start": 2876,
          "cds_end": null,
          "cds_length": 4332,
          "cdna_start": 3012,
          "cdna_end": null,
          "cdna_length": 6240,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2837G>A",
          "hgvs_p": "p.Cys946Tyr",
          "transcript": "XM_047434147.1",
          "protein_id": "XP_047290103.1",
          "transcript_support_level": null,
          "aa_start": 946,
          "aa_end": null,
          "aa_length": 1430,
          "cds_start": 2837,
          "cds_end": null,
          "cds_length": 4293,
          "cdna_start": 2973,
          "cdna_end": null,
          "cdna_length": 6201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "c.2816G>A",
          "hgvs_p": "p.Cys939Tyr",
          "transcript": "XM_047434148.1",
          "protein_id": "XP_047290104.1",
          "transcript_support_level": null,
          "aa_start": 939,
          "aa_end": null,
          "aa_length": 1423,
          "cds_start": 2816,
          "cds_end": null,
          "cds_length": 4272,
          "cdna_start": 2952,
          "cdna_end": null,
          "cdna_length": 6180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "n.617G>A",
          "hgvs_p": null,
          "transcript": "ENST00000574761.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": 996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "n.*432G>A",
          "hgvs_p": null,
          "transcript": "ENST00000678422.1",
          "protein_id": "ENSP00000503954.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": 6445,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC1",
          "gene_hgnc_id": 51,
          "hgvs_c": "n.*432G>A",
          "hgvs_p": null,
          "transcript": "ENST00000678422.1",
          "protein_id": "ENSP00000503954.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": 6445,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ABCC1",
      "gene_hgnc_id": 51,
      "dbsnp": "rs13337489",
      "frequency_reference_population": 0.000022969667,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 37,
      "gnomad_exomes_af": 0.0000219397,
      "gnomad_genomes_af": 0.0000328351,
      "gnomad_exomes_ac": 32,
      "gnomad_genomes_ac": 5,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.06737124919891357,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.29,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.047,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.27,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.274,
      "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": -8,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BS2",
      "acmg_by_gene": [
        {
          "score": -8,
          "benign_score": 8,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000399410.8",
          "gene_symbol": "ABCC1",
          "hgnc_id": 51,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,Unknown",
          "hgvs_c": "c.3140G>A",
          "hgvs_p": "p.Cys1047Tyr"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}