← 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-40361550-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PM5",
            "PP3_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ADSL",
          "hgnc_id": 291,
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "inheritance_mode": "AR",
          "pathogenic_score": 6,
          "score": 6,
          "transcript": "NM_001410812.1",
          "verdict": "Likely_pathogenic"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "ENSG00000284431",
          "hgnc_id": null,
          "hgvs_c": "n.*621C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "ENST00000639722.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PM5,PP3_Moderate",
      "acmg_score": 6,
      "allele_count_reference_population": 62,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.8704,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.35,
      "chr": "22",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Adenylosuccinate lyase deficiency,Inborn genetic diseases,not provided",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:6",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.9284156560897827,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 484,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4359,
          "cdna_start": 984,
          "cds_end": null,
          "cds_length": 1455,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_000026.4",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000623063.3",
          "protein_coding": true,
          "protein_id": "NP_000017.1",
          "strand": true,
          "transcript": "NM_000026.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 484,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4359,
          "cdna_start": 984,
          "cds_end": null,
          "cds_length": 1455,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000623063.3",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000026.4",
          "protein_coding": true,
          "protein_id": "ENSP00000485525.1",
          "strand": true,
          "transcript": "ENST00000623063.3",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 425,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1808,
          "cdna_start": 981,
          "cds_end": null,
          "cds_length": 1278,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000342312.9",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000341429.6",
          "strand": true,
          "transcript": "ENST00000342312.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2135,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000480775.3",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.*288C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000485462.2",
          "strand": true,
          "transcript": "ENST00000480775.3",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4563,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 31,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000639722.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000284431",
          "hgvs_c": "n.*621C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000492828.1",
          "strand": true,
          "transcript": "ENST00000639722.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2135,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000480775.3",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.*288C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000485462.2",
          "strand": true,
          "transcript": "ENST00000480775.3",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4563,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 31,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000639722.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000284431",
          "hgvs_c": "n.*621C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000492828.1",
          "strand": true,
          "transcript": "ENST00000639722.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 526,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3389,
          "cdna_start": 984,
          "cds_end": null,
          "cds_length": 1581,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001410812.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001397741.1",
          "strand": true,
          "transcript": "NM_001410812.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 526,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1859,
          "cdna_start": 984,
          "cds_end": null,
          "cds_length": 1581,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000680978.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505244.1",
          "strand": true,
          "transcript": "ENST00000680978.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 513,
          "aa_ref": "R",
          "aa_start": 338,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1989,
          "cdna_start": 1016,
          "cds_end": null,
          "cds_length": 1542,
          "cds_start": 1012,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000680378.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.1012C>T",
          "hgvs_p": "p.Arg338Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505556.1",
          "strand": true,
          "transcript": "ENST00000680378.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 505,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1588,
          "cdna_start": 963,
          "cds_end": null,
          "cds_length": 1518,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000969089.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639148.1",
          "strand": true,
          "transcript": "ENST00000969089.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 498,
          "aa_ref": "R",
          "aa_start": 323,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1620,
          "cdna_start": 998,
          "cds_end": null,
          "cds_length": 1497,
          "cds_start": 967,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000216194.11",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.967C>T",
          "hgvs_p": "p.Arg323Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000216194.8",
          "strand": true,
          "transcript": "ENST00000216194.11",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 498,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2002,
          "cdna_start": 984,
          "cds_end": null,
          "cds_length": 1497,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000625194.4",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000485289.2",
          "strand": true,
          "transcript": "ENST00000625194.4",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 497,
          "aa_ref": "R",
          "aa_start": 322,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1588,
          "cdna_start": 1007,
          "cds_end": null,
          "cds_length": 1494,
          "cds_start": 964,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000932040.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.964C>T",
          "hgvs_p": "p.Arg322Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000602099.1",
          "strand": true,
          "transcript": "ENST00000932040.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 483,
          "aa_ref": "R",
          "aa_start": 294,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1484,
          "cdna_start": 880,
          "cds_end": null,
          "cds_length": 1452,
          "cds_start": 880,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000892511.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.880C>T",
          "hgvs_p": "p.Arg294Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562570.1",
          "strand": true,
          "transcript": "ENST00000892511.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1481,
          "cdna_start": 925,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000892512.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562571.1",
          "strand": true,
          "transcript": "ENST00000892512.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 481,
          "aa_ref": "R",
          "aa_start": 306,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1939,
          "cdna_start": 954,
          "cds_end": null,
          "cds_length": 1446,
          "cds_start": 916,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000969087.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.916C>T",
          "hgvs_p": "p.Arg306Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639146.1",
          "strand": true,
          "transcript": "ENST00000969087.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 480,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1799,
          "cdna_start": 984,
          "cds_end": null,
          "cds_length": 1443,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001363840.3",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350769.1",
          "strand": true,
          "transcript": "NM_001363840.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 480,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1734,
          "cdna_start": 970,
          "cds_end": null,
          "cds_length": 1443,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000636714.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490946.1",
          "strand": true,
          "transcript": "ENST00000636714.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 473,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1442,
          "cdna_start": 925,
          "cds_end": null,
          "cds_length": 1422,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000892515.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562574.1",
          "strand": true,
          "transcript": "ENST00000892515.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 472,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1906,
          "cdna_start": 955,
          "cds_end": null,
          "cds_length": 1419,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000892506.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562565.1",
          "strand": true,
          "transcript": "ENST00000892506.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 470,
          "aa_ref": "R",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1476,
          "cdna_start": 912,
          "cds_end": null,
          "cds_length": 1413,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000932045.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.883C>T",
          "hgvs_p": "p.Arg295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000602104.1",
          "strand": true,
          "transcript": "ENST00000932045.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "R",
          "aa_start": 294,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4314,
          "cdna_start": 939,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 880,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001410814.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.880C>T",
          "hgvs_p": "p.Arg294Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001397743.1",
          "strand": true,
          "transcript": "NM_001410814.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "R",
          "aa_start": 294,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4372,
          "cdna_start": 939,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 880,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000679723.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.880C>T",
          "hgvs_p": "p.Arg294Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505155.1",
          "strand": true,
          "transcript": "ENST00000679723.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3212,
          "cdna_start": 984,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001410816.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001397745.1",
          "strand": true,
          "transcript": "NM_001410816.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1682,
          "cdna_start": 984,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000637666.2",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000489696.2",
          "strand": true,
          "transcript": "ENST00000637666.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 464,
          "aa_ref": "R",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1457,
          "cdna_start": 895,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": 865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000892508.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.865C>T",
          "hgvs_p": "p.Arg289Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562567.1",
          "strand": true,
          "transcript": "ENST00000892508.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "R",
          "aa_start": 269,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1545,
          "cdna_start": 835,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": 805,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000969088.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.805C>T",
          "hgvs_p": "p.Arg269Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639147.1",
          "strand": true,
          "transcript": "ENST00000969088.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 441,
          "aa_ref": "R",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1357,
          "cdna_start": 796,
          "cds_end": null,
          "cds_length": 1326,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000892514.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.796C>T",
          "hgvs_p": "p.Arg266Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562573.1",
          "strand": true,
          "transcript": "ENST00000892514.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 439,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1605,
          "cdna_start": 984,
          "cds_end": null,
          "cds_length": 1320,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000932035.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000602094.1",
          "strand": true,
          "transcript": "ENST00000932035.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 426,
          "aa_ref": "R",
          "aa_start": 251,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1342,
          "cdna_start": 781,
          "cds_end": null,
          "cds_length": 1281,
          "cds_start": 751,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000892509.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.751C>T",
          "hgvs_p": "p.Arg251Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562568.1",
          "strand": true,
          "transcript": "ENST00000892509.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 425,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4182,
          "cdna_start": 984,
          "cds_end": null,
          "cds_length": 1278,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001123378.3",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001116850.1",
          "strand": true,
          "transcript": "NM_001123378.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 423,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1397,
          "cdna_start": 955,
          "cds_end": null,
          "cds_length": 1272,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000932039.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000602098.1",
          "strand": true,
          "transcript": "ENST00000932039.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 420,
          "aa_ref": "R",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4304,
          "cdna_start": 929,
          "cds_end": null,
          "cds_length": 1263,
          "cds_start": 733,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001317923.2",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.733C>T",
          "hgvs_p": "p.Arg245Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001304852.1",
          "strand": true,
          "transcript": "NM_001317923.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 416,
          "aa_ref": "R",
          "aa_start": 241,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1296,
          "cdna_start": 721,
          "cds_end": null,
          "cds_length": 1251,
          "cds_start": 721,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000892510.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.721C>T",
          "hgvs_p": "p.Arg241Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562569.1",
          "strand": true,
          "transcript": "ENST00000892510.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 411,
          "aa_ref": "R",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1294,
          "cdna_start": 734,
          "cds_end": null,
          "cds_length": 1236,
          "cds_start": 706,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000932046.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.706C>T",
          "hgvs_p": "p.Arg236Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000602105.1",
          "strand": true,
          "transcript": "ENST00000932046.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "R",
          "aa_start": 294,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1265,
          "cdna_start": 880,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 880,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000892513.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.880C>T",
          "hgvs_p": "p.Arg294Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562572.1",
          "strand": true,
          "transcript": "ENST00000892513.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 405,
          "aa_ref": "R",
          "aa_start": 289,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1274,
          "cdna_start": 887,
          "cds_end": null,
          "cds_length": 1218,
          "cds_start": 865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000932047.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.865C>T",
          "hgvs_p": "p.Arg289Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000602106.1",
          "strand": true,
          "transcript": "ENST00000932047.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 402,
          "aa_ref": "R",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1239,
          "cdna_start": 955,
          "cds_end": null,
          "cds_length": 1209,
          "cds_start": 925,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000636265.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.Arg309Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490909.1",
          "strand": true,
          "transcript": "ENST00000636265.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 357,
          "aa_ref": "R",
          "aa_start": 241,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1094,
          "cdna_start": 721,
          "cds_end": null,
          "cds_length": 1074,
          "cds_start": 721,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000892516.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.721C>T",
          "hgvs_p": "p.Arg241Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562575.1",
          "strand": true,
          "transcript": "ENST00000892516.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 356,
          "aa_ref": "R",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1217,
          "cdna_start": 558,
          "cds_end": null,
          "cds_length": 1071,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000932038.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.541C>T",
          "hgvs_p": "p.Arg181Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000602097.1",
          "strand": true,
          "transcript": "ENST00000932038.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 132,
          "aa_ref": "R",
          "aa_start": 129,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 712,
          "cdna_start": 696,
          "cds_end": null,
          "cds_length": 401,
          "cds_start": 385,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000623978.3",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.385C>T",
          "hgvs_p": "p.Arg129Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000485477.1",
          "strand": true,
          "transcript": "ENST00000623978.3",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 511,
          "aa_ref": "R",
          "aa_start": 294,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1858,
          "cdna_start": 939,
          "cds_end": null,
          "cds_length": 1536,
          "cds_start": 880,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_017028636.2",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.880C>T",
          "hgvs_p": "p.Arg294Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016884125.1",
          "strand": true,
          "transcript": "XM_017028636.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 371,
          "aa_ref": "R",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1566,
          "cdna_start": 647,
          "cds_end": null,
          "cds_length": 1116,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047441168.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Arg154Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297124.1",
          "strand": true,
          "transcript": "XM_047441168.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 381,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1336,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1146,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000623632.4",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.792+1058C>T",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000485288.2",
          "strand": true,
          "transcript": "ENST00000623632.4",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 366,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1178,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1101,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000932043.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.747+1058C>T",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000602102.1",
          "strand": true,
          "transcript": "ENST00000932043.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 322,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1205,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 969,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000892507.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.792+1058C>T",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562566.1",
          "strand": true,
          "transcript": "ENST00000892507.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 251,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 834,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 756,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000932042.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.403-2726C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000602101.1",
          "strand": true,
          "transcript": "ENST00000932042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 187,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 646,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 564,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000932041.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.99-1431C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000602100.1",
          "strand": true,
          "transcript": "ENST00000932041.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 180,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 706,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 543,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000932037.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.99-1431C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000602096.1",
          "strand": true,
          "transcript": "ENST00000932037.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 177,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 767,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 534,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000932036.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.358-2726C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000602095.1",
          "strand": true,
          "transcript": "ENST00000932036.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 121,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 430,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 366,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000932044.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "c.99-1431C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000602103.1",
          "strand": true,
          "transcript": "ENST00000932044.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1805,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000623287.4",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.*350C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000485437.1",
          "strand": true,
          "transcript": "ENST00000623287.4",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1444,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000636433.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.947C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000636433.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1927,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000637669.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.925C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000489728.1",
          "strand": true,
          "transcript": "ENST00000637669.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2969,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000674592.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.1094C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000674592.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4965,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000675622.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.3992C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000675622.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1982,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000679609.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.*535C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506592.1",
          "strand": true,
          "transcript": "ENST00000679609.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2578,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000679656.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.1610C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000679656.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2201,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000679845.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.1233C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000679845.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2289,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000679904.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.1321C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000679904.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2123,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000680444.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.*288C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505298.1",
          "strand": true,
          "transcript": "ENST00000680444.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1356,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000681003.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.357C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000681003.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3278,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000681159.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.984C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000681159.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4390,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_134256.2",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.984C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_134256.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1805,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000623287.4",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.*350C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000485437.1",
          "strand": true,
          "transcript": "ENST00000623287.4",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1982,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000679609.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.*535C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506592.1",
          "strand": true,
          "transcript": "ENST00000679609.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2123,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000680444.1",
          "gene_hgnc_id": 291,
          "gene_symbol": "ADSL",
          "hgvs_c": "n.*288C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505298.1",
          "strand": true,
          "transcript": "ENST00000680444.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs376357524",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000038412403,
      "gene_hgnc_id": 291,
      "gene_symbol": "ADSL",
      "gnomad_exomes_ac": 53,
      "gnomad_exomes_af": 0.0000362549,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 9,
      "gnomad_genomes_af": 0.0000591358,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not provided|Adenylosuccinate lyase deficiency|Inborn genetic diseases",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 7.218,
      "pos": 40361550,
      "ref": "C",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.804,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001410812.1"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.