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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "22",
      "pos": 40366472,
      "ref": "T",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000623063.3",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1405T>G",
          "hgvs_p": "p.Leu469Val",
          "transcript": "NM_000026.4",
          "protein_id": "NP_000017.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": 1464,
          "cdna_end": null,
          "cdna_length": 4359,
          "mane_select": "ENST00000623063.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1405T>G",
          "hgvs_p": "p.Leu469Val",
          "transcript": "ENST00000623063.3",
          "protein_id": "ENSP00000485525.1",
          "transcript_support_level": 1,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": 1464,
          "cdna_end": null,
          "cdna_length": 4359,
          "mane_select": "NM_000026.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1228T>G",
          "hgvs_p": "p.Leu410Val",
          "transcript": "ENST00000342312.9",
          "protein_id": "ENSP00000341429.6",
          "transcript_support_level": 1,
          "aa_start": 410,
          "aa_end": null,
          "aa_length": 425,
          "cds_start": 1228,
          "cds_end": null,
          "cds_length": 1278,
          "cdna_start": 1284,
          "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": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.*799T>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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000284431",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*1101T>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": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.*799T>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": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000284431",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*1101T>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": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1405T>G",
          "hgvs_p": "p.Leu469Val",
          "transcript": "NM_001410812.1",
          "protein_id": "NP_001397741.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": 1464,
          "cdna_end": null,
          "cdna_length": 3389,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1405T>G",
          "hgvs_p": "p.Leu469Val",
          "transcript": "ENST00000680978.1",
          "protein_id": "ENSP00000505244.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": 1464,
          "cdna_end": null,
          "cdna_length": 1859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1492T>G",
          "hgvs_p": "p.Leu498Val",
          "transcript": "ENST00000680378.1",
          "protein_id": "ENSP00000505556.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 513,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1542,
          "cdna_start": 1496,
          "cdna_end": null,
          "cdna_length": 1989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1447T>G",
          "hgvs_p": "p.Leu483Val",
          "transcript": "ENST00000216194.11",
          "protein_id": "ENSP00000216194.8",
          "transcript_support_level": 2,
          "aa_start": 483,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": 1447,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": 1478,
          "cdna_end": null,
          "cdna_length": 1620,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1447T>G",
          "hgvs_p": "p.Leu483Val",
          "transcript": "ENST00000625194.4",
          "protein_id": "ENSP00000485289.2",
          "transcript_support_level": 5,
          "aa_start": 483,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": 1447,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": 1506,
          "cdna_end": null,
          "cdna_length": 2002,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1405T>G",
          "hgvs_p": "p.Leu469Val",
          "transcript": "NM_001363840.3",
          "protein_id": "NP_001350769.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 1464,
          "cdna_end": null,
          "cdna_length": 1799,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1405T>G",
          "hgvs_p": "p.Leu469Val",
          "transcript": "ENST00000636714.1",
          "protein_id": "ENSP00000490946.1",
          "transcript_support_level": 5,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 1450,
          "cdna_end": null,
          "cdna_length": 1734,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1360T>G",
          "hgvs_p": "p.Leu454Val",
          "transcript": "NM_001410814.1",
          "protein_id": "NP_001397743.1",
          "transcript_support_level": null,
          "aa_start": 454,
          "aa_end": null,
          "aa_length": 469,
          "cds_start": 1360,
          "cds_end": null,
          "cds_length": 1410,
          "cdna_start": 1419,
          "cdna_end": null,
          "cdna_length": 4314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1360T>G",
          "hgvs_p": "p.Leu454Val",
          "transcript": "ENST00000679723.1",
          "protein_id": "ENSP00000505155.1",
          "transcript_support_level": null,
          "aa_start": 454,
          "aa_end": null,
          "aa_length": 469,
          "cds_start": 1360,
          "cds_end": null,
          "cds_length": 1410,
          "cdna_start": 1419,
          "cdna_end": null,
          "cdna_length": 4372,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1228T>G",
          "hgvs_p": "p.Leu410Val",
          "transcript": "NM_001410816.1",
          "protein_id": "NP_001397745.1",
          "transcript_support_level": null,
          "aa_start": 410,
          "aa_end": null,
          "aa_length": 467,
          "cds_start": 1228,
          "cds_end": null,
          "cds_length": 1404,
          "cdna_start": 1287,
          "cdna_end": null,
          "cdna_length": 3212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1228T>G",
          "hgvs_p": "p.Leu410Val",
          "transcript": "ENST00000637666.2",
          "protein_id": "ENSP00000489696.2",
          "transcript_support_level": 5,
          "aa_start": 410,
          "aa_end": null,
          "aa_length": 467,
          "cds_start": 1228,
          "cds_end": null,
          "cds_length": 1404,
          "cdna_start": 1287,
          "cdna_end": null,
          "cdna_length": 1682,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1228T>G",
          "hgvs_p": "p.Leu410Val",
          "transcript": "NM_001123378.3",
          "protein_id": "NP_001116850.1",
          "transcript_support_level": null,
          "aa_start": 410,
          "aa_end": null,
          "aa_length": 425,
          "cds_start": 1228,
          "cds_end": null,
          "cds_length": 1278,
          "cdna_start": 1287,
          "cdna_end": null,
          "cdna_length": 4182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1213T>G",
          "hgvs_p": "p.Leu405Val",
          "transcript": "NM_001317923.2",
          "protein_id": "NP_001304852.1",
          "transcript_support_level": null,
          "aa_start": 405,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 1213,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 1409,
          "cdna_end": null,
          "cdna_length": 4304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1096T>G",
          "hgvs_p": "p.Leu366Val",
          "transcript": "ENST00000623632.4",
          "protein_id": "ENSP00000485288.2",
          "transcript_support_level": 5,
          "aa_start": 366,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 1096,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 1194,
          "cdna_end": null,
          "cdna_length": 1336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.130T>G",
          "hgvs_p": "p.Leu44Val",
          "transcript": "ENST00000423176.6",
          "protein_id": "ENSP00000485443.1",
          "transcript_support_level": 5,
          "aa_start": 44,
          "aa_end": null,
          "aa_length": 101,
          "cds_start": 130,
          "cds_end": null,
          "cds_length": 306,
          "cdna_start": 132,
          "cdna_end": null,
          "cdna_length": 728,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.61T>G",
          "hgvs_p": "p.Leu21Val",
          "transcript": "ENST00000498234.2",
          "protein_id": "ENSP00000476535.2",
          "transcript_support_level": 2,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 56,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 171,
          "cdna_start": 63,
          "cdna_end": null,
          "cdna_length": 323,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.1360T>G",
          "hgvs_p": "p.Leu454Val",
          "transcript": "XM_017028636.2",
          "protein_id": "XP_016884125.1",
          "transcript_support_level": null,
          "aa_start": 454,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": 1360,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": 1419,
          "cdna_end": null,
          "cdna_length": 1858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.940T>G",
          "hgvs_p": "p.Leu314Val",
          "transcript": "XM_047441168.1",
          "protein_id": "XP_047297124.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 371,
          "cds_start": 940,
          "cds_end": null,
          "cds_length": 1116,
          "cdna_start": 1127,
          "cdna_end": null,
          "cdna_length": 1566,
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.*830T>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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.536T>G",
          "hgvs_p": null,
          "transcript": "ENST00000623387.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": 620,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.1427T>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": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.1405T>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": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.2919T>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": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.4472T>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": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.*1015T>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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.2090T>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": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.1713T>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": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.1801T>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": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.*768T>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": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.868T>G",
          "hgvs_p": null,
          "transcript": "ENST00000681003.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": 1356,
          "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": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.2809T>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": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.1495T>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": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.*830T>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": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.*1015T>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": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "n.*768T>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": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ADSL",
          "gene_hgnc_id": 291,
          "hgvs_c": "c.94-997T>G",
          "hgvs_p": null,
          "transcript": "ENST00000624027.1",
          "protein_id": "ENSP00000485202.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 80,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ADSL",
      "gene_hgnc_id": 291,
      "dbsnp": "rs768999974",
      "frequency_reference_population": 6.8429875e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84299e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.33735325932502747,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.11999999731779099,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.47,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1783,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.16,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.048,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.12,
      "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": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM1,PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 1,
          "pathogenic_score": 4,
          "criteria": [
            "PM1",
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000623063.3",
          "gene_symbol": "ADSL",
          "hgnc_id": 291,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1405T>G",
          "hgvs_p": "p.Leu469Val"
        },
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000639722.1",
          "gene_symbol": "ENSG00000284431",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.*1101T>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
}