← 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: 22-40354266-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "22",
      "pos": 40354266,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_000026.4",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.421C>G",
          "hgvs_p": "p.Arg141Gly",
          "transcript": "NM_000026.4",
          "protein_id": "NP_000017.1",
          "transcript_support_level": null,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 4359,
          "mane_select": "ENST00000623063.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.421C>G",
          "hgvs_p": "p.Arg141Gly",
          "transcript": "ENST00000623063.3",
          "protein_id": "ENSP00000485525.1",
          "transcript_support_level": 1,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 4359,
          "mane_select": "NM_000026.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.421C>G",
          "hgvs_p": "p.Arg141Gly",
          "transcript": "ENST00000342312.9",
          "protein_id": "ENSP00000341429.6",
          "transcript_support_level": 1,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 425,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 1278,
          "cdna_start": 477,
          "cdna_end": null,
          "cdna_length": 1808,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.421C>G",
          "hgvs_p": null,
          "transcript": "ENST00000480775.3",
          "protein_id": "ENSP00000485462.2",
          "transcript_support_level": 1,
          "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": 2135,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000284431",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*178+4231C>G",
          "hgvs_p": null,
          "transcript": "ENST00000639722.1",
          "protein_id": "ENSP00000492828.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.-120C>G",
          "hgvs_p": null,
          "transcript": "ENST00000623978.3",
          "protein_id": "ENSP00000485477.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 132,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 401,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 712,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.421C>G",
          "hgvs_p": "p.Arg141Gly",
          "transcript": "NM_001410812.1",
          "protein_id": "NP_001397741.1",
          "transcript_support_level": null,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 3389,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.421C>G",
          "hgvs_p": "p.Arg141Gly",
          "transcript": "ENST00000680978.1",
          "protein_id": "ENSP00000505244.1",
          "transcript_support_level": null,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 1859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.508C>G",
          "hgvs_p": "p.Arg170Gly",
          "transcript": "ENST00000680378.1",
          "protein_id": "ENSP00000505556.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 513,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1542,
          "cdna_start": 512,
          "cdna_end": null,
          "cdna_length": 1989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.463C>G",
          "hgvs_p": "p.Arg155Gly",
          "transcript": "ENST00000216194.11",
          "protein_id": "ENSP00000216194.8",
          "transcript_support_level": 2,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": 463,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": 494,
          "cdna_end": null,
          "cdna_length": 1620,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.421C>G",
          "hgvs_p": "p.Arg141Gly",
          "transcript": "ENST00000625194.4",
          "protein_id": "ENSP00000485289.2",
          "transcript_support_level": 5,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 2002,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.421C>G",
          "hgvs_p": "p.Arg141Gly",
          "transcript": "NM_001363840.3",
          "protein_id": "NP_001350769.1",
          "transcript_support_level": null,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 1799,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.421C>G",
          "hgvs_p": "p.Arg141Gly",
          "transcript": "ENST00000636714.1",
          "protein_id": "ENSP00000490946.1",
          "transcript_support_level": 5,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 466,
          "cdna_end": null,
          "cdna_length": 1734,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.376C>G",
          "hgvs_p": "p.Arg126Gly",
          "transcript": "NM_001410814.1",
          "protein_id": "NP_001397743.1",
          "transcript_support_level": null,
          "aa_start": 126,
          "aa_end": null,
          "aa_length": 469,
          "cds_start": 376,
          "cds_end": null,
          "cds_length": 1410,
          "cdna_start": 435,
          "cdna_end": null,
          "cdna_length": 4314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.376C>G",
          "hgvs_p": "p.Arg126Gly",
          "transcript": "ENST00000679723.1",
          "protein_id": "ENSP00000505155.1",
          "transcript_support_level": null,
          "aa_start": 126,
          "aa_end": null,
          "aa_length": 469,
          "cds_start": 376,
          "cds_end": null,
          "cds_length": 1410,
          "cdna_start": 435,
          "cdna_end": null,
          "cdna_length": 4372,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.421C>G",
          "hgvs_p": "p.Arg141Gly",
          "transcript": "NM_001410816.1",
          "protein_id": "NP_001397745.1",
          "transcript_support_level": null,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 467,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 1404,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 3212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.421C>G",
          "hgvs_p": "p.Arg141Gly",
          "transcript": "ENST00000637666.2",
          "protein_id": "ENSP00000489696.2",
          "transcript_support_level": 5,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 467,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 1404,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 1682,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.421C>G",
          "hgvs_p": "p.Arg141Gly",
          "transcript": "NM_001123378.3",
          "protein_id": "NP_001116850.1",
          "transcript_support_level": null,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 425,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 1278,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 4182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.229C>G",
          "hgvs_p": "p.Arg77Gly",
          "transcript": "NM_001317923.2",
          "protein_id": "NP_001304852.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 425,
          "cdna_end": null,
          "cdna_length": 4304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.421C>G",
          "hgvs_p": "p.Arg141Gly",
          "transcript": "ENST00000636265.1",
          "protein_id": "ENSP00000490909.1",
          "transcript_support_level": 5,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 402,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 1209,
          "cdna_start": 451,
          "cdna_end": null,
          "cdna_length": 1239,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.421C>G",
          "hgvs_p": "p.Arg141Gly",
          "transcript": "ENST00000623632.4",
          "protein_id": "ENSP00000485288.2",
          "transcript_support_level": 5,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 519,
          "cdna_end": null,
          "cdna_length": 1336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.376C>G",
          "hgvs_p": "p.Arg126Gly",
          "transcript": "XM_017028636.2",
          "protein_id": "XP_016884125.1",
          "transcript_support_level": null,
          "aa_start": 126,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": 376,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": 435,
          "cdna_end": null,
          "cdna_length": 1858,
          "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": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.113C>G",
          "hgvs_p": null,
          "transcript": "ENST00000636124.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 280,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.443C>G",
          "hgvs_p": null,
          "transcript": "ENST00000636433.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1444,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.421C>G",
          "hgvs_p": null,
          "transcript": "ENST00000637669.1",
          "protein_id": "ENSP00000489728.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1927,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.558C>G",
          "hgvs_p": null,
          "transcript": "ENST00000638161.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 668,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.445C>G",
          "hgvs_p": null,
          "transcript": "ENST00000674592.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": 2969,
          "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": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.3488C>G",
          "hgvs_p": null,
          "transcript": "ENST00000675622.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": 4965,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.544C>G",
          "hgvs_p": null,
          "transcript": "ENST00000679845.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": 2201,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.408C>G",
          "hgvs_p": null,
          "transcript": "ENST00000679904.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": 2289,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.421C>G",
          "hgvs_p": null,
          "transcript": "ENST00000680444.1",
          "protein_id": "ENSP00000505298.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": 2123,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.480C>G",
          "hgvs_p": null,
          "transcript": "ENST00000681159.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": 3278,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.480C>G",
          "hgvs_p": null,
          "transcript": "NR_134256.2",
          "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": 4390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.-120C>G",
          "hgvs_p": null,
          "transcript": "ENST00000623978.3",
          "protein_id": "ENSP00000485477.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 132,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 401,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 712,
          "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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.387+4231C>G",
          "hgvs_p": null,
          "transcript": "ENST00000477111.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 826,
          "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": 11,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.357+4231C>G",
          "hgvs_p": null,
          "transcript": "ENST00000623287.4",
          "protein_id": "ENSP00000485437.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1805,
          "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": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.402+1149C>G",
          "hgvs_p": null,
          "transcript": "ENST00000624474.1",
          "protein_id": "ENSP00000485286.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 678,
          "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": 11,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.357+4231C>G",
          "hgvs_p": null,
          "transcript": "ENST00000679609.1",
          "protein_id": "ENSP00000506592.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": 1982,
          "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": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.387+4231C>G",
          "hgvs_p": null,
          "transcript": "ENST00000679656.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": 2578,
          "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": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.17+4231C>G",
          "hgvs_p": null,
          "transcript": "XM_047441168.1",
          "protein_id": "XP_047297124.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 371,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1116,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1566,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ADSL",
      "gene_hgnc_id": 291,
      "dbsnp": "rs756210458",
      "frequency_reference_population": 0.0000013681332,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000136813,
      "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.8396215438842773,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.09000000357627869,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.804,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.5401,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.31,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 1.802,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.09,
      "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": 5,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PM5,PP3",
      "acmg_by_gene": [
        {
          "score": 5,
          "benign_score": 0,
          "pathogenic_score": 5,
          "criteria": [
            "PM2",
            "PM5",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_000026.4",
          "gene_symbol": "ADSL",
          "hgnc_id": 291,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.421C>G",
          "hgvs_p": "p.Arg141Gly"
        },
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000639722.1",
          "gene_symbol": "ENSG00000284431",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.*178+4231C>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}