← 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: 4-2898279-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 2898279,
      "ref": "T",
      "alt": "C",
      "effect": "synonymous_variant",
      "transcript": "NM_001354761.2",
      "consequences": [
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "NM_001354761.2",
          "protein_id": "NP_001341690.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 1038,
          "cdna_end": null,
          "cdna_length": 4140,
          "mane_select": "ENST00000683351.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354761.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000683351.1",
          "protein_id": "ENSP00000508142.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 1038,
          "cdna_end": null,
          "cdna_length": 4140,
          "mane_select": "NM_001354761.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000683351.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000355842.7",
          "protein_id": "ENSP00000348100.3",
          "transcript_support_level": 1,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": 1700,
          "cdna_end": null,
          "cdna_length": 4743,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000355842.7"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000398123.6",
          "protein_id": "ENSP00000381191.2",
          "transcript_support_level": 1,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": 857,
          "cdna_end": null,
          "cdna_length": 2361,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000398123.6"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000857027.1",
          "protein_id": "ENSP00000527086.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 1082,
          "cdna_end": null,
          "cdna_length": 4181,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857027.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000948356.1",
          "protein_id": "ENSP00000618415.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 1182,
          "cdna_end": null,
          "cdna_length": 4295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948356.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "NM_001354756.2",
          "protein_id": "NP_001341685.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 1038,
          "cdna_end": null,
          "cdna_length": 4047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354756.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "NM_014189.4",
          "protein_id": "NP_054908.2",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 1038,
          "cdna_end": null,
          "cdna_length": 4047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014189.4"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000264758.11",
          "protein_id": "ENSP00000264758.6",
          "transcript_support_level": 5,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4045,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000264758.11"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000857014.1",
          "protein_id": "ENSP00000527073.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 1023,
          "cdna_end": null,
          "cdna_length": 4051,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857014.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000857022.1",
          "protein_id": "ENSP00000527081.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 4088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857022.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000857023.1",
          "protein_id": "ENSP00000527082.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 1056,
          "cdna_end": null,
          "cdna_length": 4065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857023.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000857028.1",
          "protein_id": "ENSP00000527087.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 1398,
          "cdna_end": null,
          "cdna_length": 3623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857028.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000857029.1",
          "protein_id": "ENSP00000527088.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 4207,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857029.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000948354.1",
          "protein_id": "ENSP00000618413.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 1066,
          "cdna_end": null,
          "cdna_length": 4095,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948354.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000948363.1",
          "protein_id": "ENSP00000618422.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 952,
          "cdna_end": null,
          "cdna_length": 3963,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948363.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000948364.1",
          "protein_id": "ENSP00000618423.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 1196,
          "cdna_end": null,
          "cdna_length": 4217,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948364.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000948361.1",
          "protein_id": "ENSP00000618420.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": 960,
          "cdna_end": null,
          "cdna_length": 3953,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948361.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.756T>C",
          "hgvs_p": "p.Asp252Asp",
          "transcript": "ENST00000948358.1",
          "protein_id": "ENSP00000618417.1",
          "transcript_support_level": null,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 741,
          "cds_start": 756,
          "cds_end": null,
          "cds_length": 2226,
          "cdna_start": 913,
          "cdna_end": null,
          "cdna_length": 3933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948358.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "NM_001119.5",
          "protein_id": "NP_001110.2",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": 1038,
          "cdna_end": null,
          "cdna_length": 3954,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001119.5"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "NM_001354754.2",
          "protein_id": "NP_001341683.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": 1053,
          "cdna_end": null,
          "cdna_length": 3969,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354754.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "NM_001354755.2",
          "protein_id": "NP_001341684.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": 1122,
          "cdna_end": null,
          "cdna_length": 4038,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354755.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000398129.5",
          "protein_id": "ENSP00000381197.1",
          "transcript_support_level": 2,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": 857,
          "cdna_end": null,
          "cdna_length": 3787,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000398129.5"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000857021.1",
          "protein_id": "ENSP00000527080.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 735,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2208,
          "cdna_start": 985,
          "cdna_end": null,
          "cdna_length": 3905,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857021.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000922762.1",
          "protein_id": "ENSP00000592821.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 733,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2202,
          "cdna_start": 948,
          "cdna_end": null,
          "cdna_length": 3866,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922762.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.756T>C",
          "hgvs_p": "p.Asp252Asp",
          "transcript": "ENST00000857019.1",
          "protein_id": "ENSP00000527078.1",
          "transcript_support_level": null,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 710,
          "cds_start": 756,
          "cds_end": null,
          "cds_length": 2133,
          "cdna_start": 923,
          "cdna_end": null,
          "cdna_length": 3839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857019.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000857015.1",
          "protein_id": "ENSP00000527074.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 3852,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857015.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000948365.1",
          "protein_id": "ENSP00000618424.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1123,
          "cdna_end": null,
          "cdna_length": 3947,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948365.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000857018.1",
          "protein_id": "ENSP00000527077.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 1007,
          "cdna_end": null,
          "cdna_length": 3835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857018.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000857024.1",
          "protein_id": "ENSP00000527083.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 957,
          "cdna_end": null,
          "cdna_length": 3788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857024.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000922761.1",
          "protein_id": "ENSP00000592820.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 696,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2091,
          "cdna_start": 991,
          "cdna_end": null,
          "cdna_length": 3787,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922761.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "NM_001354762.2",
          "protein_id": "NP_001341691.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 1038,
          "cdna_end": null,
          "cdna_length": 4174,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354762.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000948355.1",
          "protein_id": "ENSP00000618414.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 678,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2037,
          "cdna_start": 1023,
          "cdna_end": null,
          "cdna_length": 3773,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948355.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000857016.1",
          "protein_id": "ENSP00000527075.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 673,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2022,
          "cdna_start": 1010,
          "cdna_end": null,
          "cdna_length": 3748,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857016.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000503455.6",
          "protein_id": "ENSP00000423024.2",
          "transcript_support_level": 5,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 895,
          "cdna_end": null,
          "cdna_length": 3206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000503455.6"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.522T>C",
          "hgvs_p": "p.Asp174Asp",
          "transcript": "ENST00000857025.1",
          "protein_id": "ENSP00000527084.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 522,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 628,
          "cdna_end": null,
          "cdna_length": 3634,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857025.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.522T>C",
          "hgvs_p": "p.Asp174Asp",
          "transcript": "ENST00000857026.1",
          "protein_id": "ENSP00000527085.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 522,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 626,
          "cdna_end": null,
          "cdna_length": 3632,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857026.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "NM_001286645.2",
          "protein_id": "NP_001273574.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": 1700,
          "cdna_end": null,
          "cdna_length": 4743,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001286645.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "NM_001354759.2",
          "protein_id": "NP_001341688.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": 1038,
          "cdna_end": null,
          "cdna_length": 4081,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354759.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "NM_176801.3",
          "protein_id": "NP_789771.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": 1038,
          "cdna_end": null,
          "cdna_length": 4081,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_176801.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000398125.5",
          "protein_id": "ENSP00000381193.1",
          "transcript_support_level": 5,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4079,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000398125.5"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000922760.1",
          "protein_id": "ENSP00000592819.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 653,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1962,
          "cdna_start": 1007,
          "cdna_end": null,
          "cdna_length": 3685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922760.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000948362.1",
          "protein_id": "ENSP00000618421.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 653,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1962,
          "cdna_start": 1024,
          "cdna_end": null,
          "cdna_length": 3699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948362.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000857017.1",
          "protein_id": "ENSP00000527076.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 645,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1938,
          "cdna_start": 1008,
          "cdna_end": null,
          "cdna_length": 3662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857017.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000513328.6",
          "protein_id": "ENSP00000421907.2",
          "transcript_support_level": 5,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 632,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1899,
          "cdna_start": 909,
          "cdna_end": null,
          "cdna_length": 3107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000513328.6"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.522T>C",
          "hgvs_p": "p.Asp174Asp",
          "transcript": "ENST00000857020.1",
          "protein_id": "ENSP00000527079.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 632,
          "cds_start": 522,
          "cds_end": null,
          "cds_length": 1899,
          "cdna_start": 670,
          "cdna_end": null,
          "cdna_length": 3600,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857020.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "NM_001354757.2",
          "protein_id": "NP_001341686.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 631,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1896,
          "cdna_start": 1053,
          "cdna_end": null,
          "cdna_length": 4003,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354757.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "NM_001354758.2",
          "protein_id": "NP_001341687.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 631,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1896,
          "cdna_start": 1122,
          "cdna_end": null,
          "cdna_length": 4072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354758.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "NM_014190.4",
          "protein_id": "NP_054909.2",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 631,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1896,
          "cdna_start": 1038,
          "cdna_end": null,
          "cdna_length": 3988,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014190.4"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "ENST00000651918.1",
          "protein_id": "ENSP00000498269.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 631,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1896,
          "cdna_start": 1412,
          "cdna_end": null,
          "cdna_length": 4343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000651918.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.291T>C",
          "hgvs_p": "p.Asp97Asp",
          "transcript": "ENST00000948360.1",
          "protein_id": "ENSP00000618419.1",
          "transcript_support_level": null,
          "aa_start": 97,
          "aa_end": null,
          "aa_length": 555,
          "cds_start": 291,
          "cds_end": null,
          "cds_length": 1668,
          "cdna_start": 457,
          "cdna_end": null,
          "cdna_length": 3368,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948360.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "XM_005247934.3",
          "protein_id": "XP_005247991.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 1136,
          "cdna_end": null,
          "cdna_length": 4238,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247934.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "XM_017007703.2",
          "protein_id": "XP_016863192.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 872,
          "cdna_end": null,
          "cdna_length": 3974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007703.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "XM_047449579.1",
          "protein_id": "XP_047305535.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 1122,
          "cdna_end": null,
          "cdna_length": 4224,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449579.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "XM_047449580.1",
          "protein_id": "XP_047305536.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 1700,
          "cdna_end": null,
          "cdna_length": 4802,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449580.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "XM_047449581.1",
          "protein_id": "XP_047305537.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 1280,
          "cdna_end": null,
          "cdna_length": 4382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449581.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "XM_017007704.2",
          "protein_id": "XP_016863193.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 1136,
          "cdna_end": null,
          "cdna_length": 4145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007704.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "XM_017007705.2",
          "protein_id": "XP_016863194.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 1136,
          "cdna_end": null,
          "cdna_length": 4145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007705.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "XM_047449582.1",
          "protein_id": "XP_047305538.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 1122,
          "cdna_end": null,
          "cdna_length": 4131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449582.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "XM_017007706.3",
          "protein_id": "XP_016863195.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": 1136,
          "cdna_end": null,
          "cdna_length": 4052,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007706.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "XM_024453887.2",
          "protein_id": "XP_024309655.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": 1136,
          "cdna_end": null,
          "cdna_length": 4179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024453887.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp",
          "transcript": "XM_017007709.3",
          "protein_id": "XP_016863198.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 631,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 1896,
          "cdna_start": 1136,
          "cdna_end": null,
          "cdna_length": 4086,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007709.3"
        },
        {
          "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": 12,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.741+3548T>C",
          "hgvs_p": null,
          "transcript": "ENST00000948359.1",
          "protein_id": "ENSP00000618418.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 597,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1794,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3498,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948359.1"
        },
        {
          "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": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.510+13613T>C",
          "hgvs_p": null,
          "transcript": "ENST00000948357.1",
          "protein_id": "ENSP00000618416.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 372,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1119,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948357.1"
        },
        {
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "n.1112T>C",
          "hgvs_p": null,
          "transcript": "ENST00000503169.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2394,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000503169.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "n.544T>C",
          "hgvs_p": null,
          "transcript": "ENST00000506157.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000506157.1"
        },
        {
          "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": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "n.1025T>C",
          "hgvs_p": null,
          "transcript": "ENST00000508684.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000508684.5"
        },
        {
          "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": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "n.903T>C",
          "hgvs_p": null,
          "transcript": "ENST00000509039.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000509039.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADD1",
          "gene_hgnc_id": 243,
          "hgvs_c": "c.-154T>C",
          "hgvs_p": null,
          "transcript": "ENST00000514940.5",
          "protein_id": "ENSP00000424143.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 442,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1330,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1332,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000514940.5"
        }
      ],
      "gene_symbol": "ADD1",
      "gene_hgnc_id": 243,
      "dbsnp": "rs144809220",
      "frequency_reference_population": 0.0007396981,
      "hom_count_reference_population": 5,
      "allele_count_reference_population": 1194,
      "gnomad_exomes_af": 0.000703197,
      "gnomad_genomes_af": 0.00109011,
      "gnomad_exomes_ac": 1028,
      "gnomad_genomes_ac": 166,
      "gnomad_exomes_homalt": 4,
      "gnomad_genomes_homalt": 1,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.5,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.5,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.502,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -11,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BS2",
      "acmg_by_gene": [
        {
          "score": -11,
          "benign_score": 11,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BP7",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_001354761.2",
          "gene_symbol": "ADD1",
          "hgnc_id": 243,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.837T>C",
          "hgvs_p": "p.Asp279Asp"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "B:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.