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

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 17,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BS1"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "ASL",
          "hgnc_id": 746,
          "hgvs_c": "c.1278C>T",
          "hgvs_p": "p.Cys426Cys",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -17,
          "transcript": "NM_000048.4",
          "verdict": "Benign"
        },
        {
          "benign_score": 12,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000249319",
          "hgnc_id": null,
          "hgvs_c": "c.563+132C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -12,
          "transcript": "ENST00000450043.2",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1",
      "acmg_score": -17,
      "allele_count_reference_population": 216,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.69,
      "chr": "7",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_disease": "Argininosuccinate lyase deficiency",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:1 B:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.6899999976158142,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 464,
          "aa_ref": "C",
          "aa_start": 426,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2140,
          "cdna_start": 1359,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": 1278,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_000048.4",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1278C>T",
          "hgvs_p": "p.Cys426Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000304874.14",
          "protein_coding": true,
          "protein_id": "NP_000039.2",
          "strand": true,
          "transcript": "NM_000048.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 464,
          "aa_ref": "C",
          "aa_start": 426,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2140,
          "cdna_start": 1359,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": 1278,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000304874.14",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1278C>T",
          "hgvs_p": "p.Cys426Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000048.4",
          "protein_coding": true,
          "protein_id": "ENSP00000307188.9",
          "strand": true,
          "transcript": "ENST00000304874.14",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 464,
          "aa_ref": "C",
          "aa_start": 426,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1608,
          "cdna_start": 1471,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": 1278,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000395332.8",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1278C>T",
          "hgvs_p": "p.Cys426Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000378741.3",
          "strand": true,
          "transcript": "ENST00000395332.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 922,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 922,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000450043.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000249319",
          "hgvs_c": "c.563+132C>T",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000396527.2",
          "strand": true,
          "transcript": "ENST00000450043.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "C",
          "aa_start": 457,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1612,
          "cdna_start": 1452,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1371,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000906815.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1371C>T",
          "hgvs_p": "p.Cys457Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576874.1",
          "strand": true,
          "transcript": "ENST00000906815.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "C",
          "aa_start": 436,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1532,
          "cdna_start": 1374,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 1308,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000906826.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1308C>T",
          "hgvs_p": "p.Cys436Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576885.1",
          "strand": true,
          "transcript": "ENST00000906826.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "C",
          "aa_start": 436,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1688,
          "cdna_start": 1531,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 1308,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000906828.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1308C>T",
          "hgvs_p": "p.Cys436Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576887.1",
          "strand": true,
          "transcript": "ENST00000906828.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 473,
          "aa_ref": "C",
          "aa_start": 435,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1605,
          "cdna_start": 1447,
          "cds_end": null,
          "cds_length": 1422,
          "cds_start": 1305,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000952733.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1305C>T",
          "hgvs_p": "p.Cys435Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622792.1",
          "strand": true,
          "transcript": "ENST00000952733.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 464,
          "aa_ref": "C",
          "aa_start": 426,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2322,
          "cdna_start": 1541,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": 1278,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001024943.2",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1278C>T",
          "hgvs_p": "p.Cys426Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001020114.1",
          "strand": true,
          "transcript": "NM_001024943.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 464,
          "aa_ref": "C",
          "aa_start": 426,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2006,
          "cdna_start": 1458,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": 1278,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000906801.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1278C>T",
          "hgvs_p": "p.Cys426Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576860.1",
          "strand": true,
          "transcript": "ENST00000906801.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 463,
          "aa_ref": "C",
          "aa_start": 425,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1752,
          "cdna_start": 1356,
          "cds_end": null,
          "cds_length": 1392,
          "cds_start": 1275,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000906807.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1275C>T",
          "hgvs_p": "p.Cys425Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576866.1",
          "strand": true,
          "transcript": "ENST00000906807.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 459,
          "aa_ref": "C",
          "aa_start": 421,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1497,
          "cdna_start": 1341,
          "cds_end": null,
          "cds_length": 1380,
          "cds_start": 1263,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000906823.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1263C>T",
          "hgvs_p": "p.Cys421Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576882.1",
          "strand": true,
          "transcript": "ENST00000906823.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 449,
          "aa_ref": "C",
          "aa_start": 411,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1466,
          "cdna_start": 1314,
          "cds_end": null,
          "cds_length": 1350,
          "cds_start": 1233,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000906824.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1233C>T",
          "hgvs_p": "p.Cys411Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576883.1",
          "strand": true,
          "transcript": "ENST00000906824.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 445,
          "aa_ref": "C",
          "aa_start": 407,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1558,
          "cdna_start": 1400,
          "cds_end": null,
          "cds_length": 1338,
          "cds_start": 1221,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000952732.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1221C>T",
          "hgvs_p": "p.Cys407Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622791.1",
          "strand": true,
          "transcript": "ENST00000952732.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "C",
          "aa_start": 406,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2262,
          "cdna_start": 1481,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": 1218,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001024944.2",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1218C>T",
          "hgvs_p": "p.Cys406Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001020115.1",
          "strand": true,
          "transcript": "NM_001024944.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "C",
          "aa_start": 406,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1478,
          "cdna_start": 1356,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": 1218,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000395331.4",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1218C>T",
          "hgvs_p": "p.Cys406Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000378740.3",
          "strand": true,
          "transcript": "ENST00000395331.4",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "C",
          "aa_start": 406,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1678,
          "cdna_start": 1299,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": 1218,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000906808.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1218C>T",
          "hgvs_p": "p.Cys406Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576867.1",
          "strand": true,
          "transcript": "ENST00000906808.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 438,
          "aa_ref": "C",
          "aa_start": 400,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2244,
          "cdna_start": 1463,
          "cds_end": null,
          "cds_length": 1317,
          "cds_start": 1200,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001024946.2",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1200C>T",
          "hgvs_p": "p.Cys400Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001020117.1",
          "strand": true,
          "transcript": "NM_001024946.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 438,
          "aa_ref": "C",
          "aa_start": 400,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1974,
          "cdna_start": 1435,
          "cds_end": null,
          "cds_length": 1317,
          "cds_start": 1200,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000380839.9",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1200C>T",
          "hgvs_p": "p.Cys400Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000370219.4",
          "strand": true,
          "transcript": "ENST00000380839.9",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 438,
          "aa_ref": "C",
          "aa_start": 400,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1436,
          "cdna_start": 1278,
          "cds_end": null,
          "cds_length": 1317,
          "cds_start": 1200,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000673518.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1200C>T",
          "hgvs_p": "p.Cys400Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000499889.1",
          "strand": true,
          "transcript": "ENST00000673518.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 438,
          "aa_ref": "C",
          "aa_start": 400,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1829,
          "cdna_start": 1281,
          "cds_end": null,
          "cds_length": 1317,
          "cds_start": 1200,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000906800.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1200C>T",
          "hgvs_p": "p.Cys400Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576859.1",
          "strand": true,
          "transcript": "ENST00000906800.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 438,
          "aa_ref": "C",
          "aa_start": 400,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1608,
          "cdna_start": 1448,
          "cds_end": null,
          "cds_length": 1317,
          "cds_start": 1200,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000906825.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1200C>T",
          "hgvs_p": "p.Cys400Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576884.1",
          "strand": true,
          "transcript": "ENST00000906825.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "C",
          "aa_start": 399,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1690,
          "cdna_start": 1294,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1197,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000906804.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1197C>T",
          "hgvs_p": "p.Cys399Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576863.1",
          "strand": true,
          "transcript": "ENST00000906804.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "C",
          "aa_start": 399,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1819,
          "cdna_start": 1438,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1197,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000906810.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1197C>T",
          "hgvs_p": "p.Cys399Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576869.1",
          "strand": true,
          "transcript": "ENST00000906810.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 436,
          "aa_ref": "C",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2024,
          "cdna_start": 1476,
          "cds_end": null,
          "cds_length": 1311,
          "cds_start": 1194,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000906799.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1194C>T",
          "hgvs_p": "p.Cys398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576858.1",
          "strand": true,
          "transcript": "ENST00000906799.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 436,
          "aa_ref": "C",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1452,
          "cdna_start": 1294,
          "cds_end": null,
          "cds_length": 1311,
          "cds_start": 1194,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000906812.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1194C>T",
          "hgvs_p": "p.Cys398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576871.1",
          "strand": true,
          "transcript": "ENST00000906812.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 436,
          "aa_ref": "C",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1612,
          "cdna_start": 1454,
          "cds_end": null,
          "cds_length": 1311,
          "cds_start": 1194,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000906822.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1194C>T",
          "hgvs_p": "p.Cys398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576881.1",
          "strand": true,
          "transcript": "ENST00000906822.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "C",
          "aa_start": 392,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1415,
          "cdna_start": 1257,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 1176,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000906817.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1176C>T",
          "hgvs_p": "p.Cys392Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576876.1",
          "strand": true,
          "transcript": "ENST00000906817.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 420,
          "aa_ref": "C",
          "aa_start": 382,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1593,
          "cdna_start": 1212,
          "cds_end": null,
          "cds_length": 1263,
          "cds_start": 1146,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000906809.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1146C>T",
          "hgvs_p": "p.Cys382Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576868.1",
          "strand": true,
          "transcript": "ENST00000906809.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 418,
          "aa_ref": "C",
          "aa_start": 380,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1788,
          "cdna_start": 1240,
          "cds_end": null,
          "cds_length": 1257,
          "cds_start": 1140,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000930139.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1140C>T",
          "hgvs_p": "p.Cys380Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600198.1",
          "strand": true,
          "transcript": "ENST00000930139.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "C",
          "aa_start": 379,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1374,
          "cdna_start": 1218,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 1137,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000930141.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1137C>T",
          "hgvs_p": "p.Cys379Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600200.1",
          "strand": true,
          "transcript": "ENST00000930141.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "C",
          "aa_start": 379,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1499,
          "cdna_start": 1341,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 1137,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000952731.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1137C>T",
          "hgvs_p": "p.Cys379Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622790.1",
          "strand": true,
          "transcript": "ENST00000952731.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 416,
          "aa_ref": "C",
          "aa_start": 378,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1373,
          "cdna_start": 1215,
          "cds_end": null,
          "cds_length": 1251,
          "cds_start": 1134,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000906820.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1134C>T",
          "hgvs_p": "p.Cys378Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576879.1",
          "strand": true,
          "transcript": "ENST00000906820.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 411,
          "aa_ref": "C",
          "aa_start": 373,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1358,
          "cdna_start": 1200,
          "cds_end": null,
          "cds_length": 1236,
          "cds_start": 1119,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000906819.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1119C>T",
          "hgvs_p": "p.Cys373Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576878.1",
          "strand": true,
          "transcript": "ENST00000906819.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 411,
          "aa_ref": "C",
          "aa_start": 373,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1680,
          "cdna_start": 1302,
          "cds_end": null,
          "cds_length": 1236,
          "cds_start": 1119,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000952729.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1119C>T",
          "hgvs_p": "p.Cys373Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622788.1",
          "strand": true,
          "transcript": "ENST00000952729.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "C",
          "aa_start": 372,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1716,
          "cdna_start": 1337,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 1116,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000906811.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1116C>T",
          "hgvs_p": "p.Cys372Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576870.1",
          "strand": true,
          "transcript": "ENST00000906811.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "C",
          "aa_start": 372,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1358,
          "cdna_start": 1197,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 1116,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000906813.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1116C>T",
          "hgvs_p": "p.Cys372Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576872.1",
          "strand": true,
          "transcript": "ENST00000906813.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "C",
          "aa_start": 372,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1369,
          "cdna_start": 1212,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 1116,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000930140.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1116C>T",
          "hgvs_p": "p.Cys372Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600199.1",
          "strand": true,
          "transcript": "ENST00000930140.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "C",
          "aa_start": 372,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1831,
          "cdna_start": 1311,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 1116,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000952728.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1116C>T",
          "hgvs_p": "p.Cys372Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622787.1",
          "strand": true,
          "transcript": "ENST00000952728.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 399,
          "aa_ref": "C",
          "aa_start": 361,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1388,
          "cdna_start": 1228,
          "cds_end": null,
          "cds_length": 1200,
          "cds_start": 1083,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000362000.10",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1083C>T",
          "hgvs_p": "p.Cys361Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000354710.6",
          "strand": true,
          "transcript": "ENST00000362000.10",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 399,
          "aa_ref": "C",
          "aa_start": 361,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2049,
          "cdna_start": 1263,
          "cds_end": null,
          "cds_length": 1200,
          "cds_start": 1083,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000906797.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1083C>T",
          "hgvs_p": "p.Cys361Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576856.1",
          "strand": true,
          "transcript": "ENST00000906797.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 399,
          "aa_ref": "C",
          "aa_start": 361,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1703,
          "cdna_start": 1183,
          "cds_end": null,
          "cds_length": 1200,
          "cds_start": 1083,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000906802.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1083C>T",
          "hgvs_p": "p.Cys361Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576861.1",
          "strand": true,
          "transcript": "ENST00000906802.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "C",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1296,
          "cdna_start": 1137,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1074,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000906827.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1074C>T",
          "hgvs_p": "p.Cys358Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576886.1",
          "strand": true,
          "transcript": "ENST00000906827.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "C",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1373,
          "cdna_start": 1216,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1074,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000906831.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1074C>T",
          "hgvs_p": "p.Cys358Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576890.1",
          "strand": true,
          "transcript": "ENST00000906831.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "C",
          "aa_start": 342,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1256,
          "cdna_start": 1101,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 1026,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000952730.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1026C>T",
          "hgvs_p": "p.Cys342Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622789.1",
          "strand": true,
          "transcript": "ENST00000952730.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "C",
          "aa_start": 342,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1326,
          "cdna_start": 1168,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 1026,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000952734.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1026C>T",
          "hgvs_p": "p.Cys342Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622793.1",
          "strand": true,
          "transcript": "ENST00000952734.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 379,
          "aa_ref": "C",
          "aa_start": 341,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1501,
          "cdna_start": 1104,
          "cds_end": null,
          "cds_length": 1140,
          "cds_start": 1023,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000906806.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1023C>T",
          "hgvs_p": "p.Cys341Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576865.1",
          "strand": true,
          "transcript": "ENST00000906806.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 379,
          "aa_ref": "C",
          "aa_start": 341,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1393,
          "cdna_start": 1235,
          "cds_end": null,
          "cds_length": 1140,
          "cds_start": 1023,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000906829.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1023C>T",
          "hgvs_p": "p.Cys341Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576888.1",
          "strand": true,
          "transcript": "ENST00000906829.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 373,
          "aa_ref": "C",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2028,
          "cdna_start": 1265,
          "cds_end": null,
          "cds_length": 1122,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000906798.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1005C>T",
          "hgvs_p": "p.Cys335Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576857.1",
          "strand": true,
          "transcript": "ENST00000906798.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 373,
          "aa_ref": "C",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1483,
          "cdna_start": 1086,
          "cds_end": null,
          "cds_length": 1122,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000906805.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1005C>T",
          "hgvs_p": "p.Cys335Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576864.1",
          "strand": true,
          "transcript": "ENST00000906805.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 372,
          "aa_ref": "C",
          "aa_start": 334,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1741,
          "cdna_start": 1221,
          "cds_end": null,
          "cds_length": 1119,
          "cds_start": 1002,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000906803.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1002C>T",
          "hgvs_p": "p.Cys334Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576862.1",
          "strand": true,
          "transcript": "ENST00000906803.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 372,
          "aa_ref": "C",
          "aa_start": 334,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1243,
          "cdna_start": 1083,
          "cds_end": null,
          "cds_length": 1119,
          "cds_start": 1002,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000906814.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.1002C>T",
          "hgvs_p": "p.Cys334Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576873.1",
          "strand": true,
          "transcript": "ENST00000906814.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 371,
          "aa_ref": "C",
          "aa_start": 333,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1239,
          "cdna_start": 1080,
          "cds_end": null,
          "cds_length": 1116,
          "cds_start": 999,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000906816.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.999C>T",
          "hgvs_p": "p.Cys333Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576875.1",
          "strand": true,
          "transcript": "ENST00000906816.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 359,
          "aa_ref": "C",
          "aa_start": 321,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1201,
          "cdna_start": 1044,
          "cds_end": null,
          "cds_length": 1080,
          "cds_start": 963,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000906821.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.963C>T",
          "hgvs_p": "p.Cys321Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576880.1",
          "strand": true,
          "transcript": "ENST00000906821.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 353,
          "aa_ref": "C",
          "aa_start": 315,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1224,
          "cdna_start": 1064,
          "cds_end": null,
          "cds_length": 1062,
          "cds_start": 945,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000952735.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.945C>T",
          "hgvs_p": "p.Cys315Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622794.1",
          "strand": true,
          "transcript": "ENST00000952735.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 346,
          "aa_ref": "C",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1226,
          "cdna_start": 1066,
          "cds_end": null,
          "cds_length": 1041,
          "cds_start": 924,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000906830.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.924C>T",
          "hgvs_p": "p.Cys308Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576889.1",
          "strand": true,
          "transcript": "ENST00000906830.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 345,
          "aa_ref": "C",
          "aa_start": 307,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1160,
          "cdna_start": 1002,
          "cds_end": null,
          "cds_length": 1038,
          "cds_start": 921,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000906818.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.921C>T",
          "hgvs_p": "p.Cys307Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576877.1",
          "strand": true,
          "transcript": "ENST00000906818.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 51,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 198,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 156,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000488343.2",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "c.148-109C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000500864.1",
          "strand": true,
          "transcript": "ENST00000488343.2",
          "transcript_support_level": 3
        },
        {
          "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": 640,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000464970.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "n.481C>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": "ENST00000464970.1",
          "transcript_support_level": 3
        },
        {
          "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": 885,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000493708.5",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "n.759C>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": "ENST00000493708.5",
          "transcript_support_level": 3
        },
        {
          "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": 3323,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000672498.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "n.*681C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000500227.1",
          "strand": true,
          "transcript": "ENST00000672498.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": 2172,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000672586.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "n.2037C>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": "ENST00000672586.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": 2441,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000672676.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "n.2302C>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": "ENST00000672676.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": 1221,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000673149.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "n.1090C>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": "ENST00000673149.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": 3520,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000673350.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "n.3395C>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": "ENST00000673350.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": 3323,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000672498.1",
          "gene_hgnc_id": 746,
          "gene_symbol": "ASL",
          "hgvs_c": "n.*681C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000500227.1",
          "strand": true,
          "transcript": "ENST00000672498.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs140770112",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.00013383779,
      "gene_hgnc_id": 746,
      "gene_symbol": "ASL",
      "gnomad_exomes_ac": 190,
      "gnomad_exomes_af": 0.000129994,
      "gnomad_exomes_homalt": 1,
      "gnomad_genomes_ac": 26,
      "gnomad_genomes_af": 0.000170734,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 1,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "phenotype_combined": "Argininosuccinate lyase deficiency",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.9,
      "pos": 66092795,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_000048.4"
    }
  ]
}
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.