← 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-66088850-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=66088850&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 66088850,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_000048.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "NM_000048.4",
"protein_id": "NP_000039.2",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 464,
"cds_start": 762,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000304874.14",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000048.4"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000304874.14",
"protein_id": "ENSP00000307188.9",
"transcript_support_level": 1,
"aa_start": 254,
"aa_end": null,
"aa_length": 464,
"cds_start": 762,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000048.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000304874.14"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000395332.8",
"protein_id": "ENSP00000378741.3",
"transcript_support_level": 1,
"aa_start": 254,
"aa_end": null,
"aa_length": 464,
"cds_start": 762,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395332.8"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000249319",
"gene_hgnc_id": null,
"hgvs_c": "c.75C>A",
"hgvs_p": "p.Ser25Arg",
"transcript": "ENST00000450043.2",
"protein_id": "ENSP00000396527.2",
"transcript_support_level": 5,
"aa_start": 25,
"aa_end": null,
"aa_length": 306,
"cds_start": 75,
"cds_end": null,
"cds_length": 922,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450043.2"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.855C>A",
"hgvs_p": "p.Ser285Arg",
"transcript": "ENST00000906815.1",
"protein_id": "ENSP00000576874.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 495,
"cds_start": 855,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906815.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000906826.1",
"protein_id": "ENSP00000576885.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 474,
"cds_start": 762,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906826.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000906828.1",
"protein_id": "ENSP00000576887.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 474,
"cds_start": 762,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906828.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.789C>A",
"hgvs_p": "p.Ser263Arg",
"transcript": "ENST00000952733.1",
"protein_id": "ENSP00000622792.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 473,
"cds_start": 789,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952733.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "NM_001024943.2",
"protein_id": "NP_001020114.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 464,
"cds_start": 762,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001024943.2"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000906801.1",
"protein_id": "ENSP00000576860.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 464,
"cds_start": 762,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906801.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000906807.1",
"protein_id": "ENSP00000576866.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 463,
"cds_start": 762,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906807.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000906823.1",
"protein_id": "ENSP00000576882.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 459,
"cds_start": 762,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906823.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.717C>A",
"hgvs_p": "p.Ser239Arg",
"transcript": "ENST00000906824.1",
"protein_id": "ENSP00000576883.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 449,
"cds_start": 717,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906824.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.684C>A",
"hgvs_p": "p.Ser228Arg",
"transcript": "ENST00000952732.1",
"protein_id": "ENSP00000622791.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 445,
"cds_start": 684,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952732.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "NM_001024944.2",
"protein_id": "NP_001020115.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 444,
"cds_start": 762,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001024944.2"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000395331.4",
"protein_id": "ENSP00000378740.3",
"transcript_support_level": 5,
"aa_start": 254,
"aa_end": null,
"aa_length": 444,
"cds_start": 762,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395331.4"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000906808.1",
"protein_id": "ENSP00000576867.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 444,
"cds_start": 762,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906808.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.684C>A",
"hgvs_p": "p.Ser228Arg",
"transcript": "NM_001024946.2",
"protein_id": "NP_001020117.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 438,
"cds_start": 684,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001024946.2"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.684C>A",
"hgvs_p": "p.Ser228Arg",
"transcript": "ENST00000380839.9",
"protein_id": "ENSP00000370219.4",
"transcript_support_level": 5,
"aa_start": 228,
"aa_end": null,
"aa_length": 438,
"cds_start": 684,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380839.9"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.684C>A",
"hgvs_p": "p.Ser228Arg",
"transcript": "ENST00000673518.1",
"protein_id": "ENSP00000499889.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 438,
"cds_start": 684,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673518.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.684C>A",
"hgvs_p": "p.Ser228Arg",
"transcript": "ENST00000906800.1",
"protein_id": "ENSP00000576859.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 438,
"cds_start": 684,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906800.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.684C>A",
"hgvs_p": "p.Ser228Arg",
"transcript": "ENST00000906825.1",
"protein_id": "ENSP00000576884.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 438,
"cds_start": 684,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906825.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000906804.1",
"protein_id": "ENSP00000576863.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 437,
"cds_start": 762,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906804.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000906810.1",
"protein_id": "ENSP00000576869.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 437,
"cds_start": 762,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906810.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000906799.1",
"protein_id": "ENSP00000576858.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 436,
"cds_start": 762,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906799.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000906812.1",
"protein_id": "ENSP00000576871.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 436,
"cds_start": 762,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906812.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.678C>A",
"hgvs_p": "p.Ser226Arg",
"transcript": "ENST00000906822.1",
"protein_id": "ENSP00000576881.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 436,
"cds_start": 678,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906822.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.660C>A",
"hgvs_p": "p.Ser220Arg",
"transcript": "ENST00000906817.1",
"protein_id": "ENSP00000576876.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 430,
"cds_start": 660,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906817.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.630C>A",
"hgvs_p": "p.Ser210Arg",
"transcript": "ENST00000906809.1",
"protein_id": "ENSP00000576868.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 420,
"cds_start": 630,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906809.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.684C>A",
"hgvs_p": "p.Ser228Arg",
"transcript": "ENST00000930139.1",
"protein_id": "ENSP00000600198.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 418,
"cds_start": 684,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930139.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000930141.1",
"protein_id": "ENSP00000600200.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 417,
"cds_start": 762,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930141.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.621C>A",
"hgvs_p": "p.Ser207Arg",
"transcript": "ENST00000952731.1",
"protein_id": "ENSP00000622790.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 417,
"cds_start": 621,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952731.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg",
"transcript": "ENST00000906820.1",
"protein_id": "ENSP00000576879.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 416,
"cds_start": 762,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906820.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.684C>A",
"hgvs_p": "p.Ser228Arg",
"transcript": "ENST00000906819.1",
"protein_id": "ENSP00000576878.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 411,
"cds_start": 684,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906819.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.684C>A",
"hgvs_p": "p.Ser228Arg",
"transcript": "ENST00000952729.1",
"protein_id": "ENSP00000622788.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 411,
"cds_start": 684,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952729.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.600C>A",
"hgvs_p": "p.Ser200Arg",
"transcript": "ENST00000906811.1",
"protein_id": "ENSP00000576870.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 410,
"cds_start": 600,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906811.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.600C>A",
"hgvs_p": "p.Ser200Arg",
"transcript": "ENST00000906813.1",
"protein_id": "ENSP00000576872.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 410,
"cds_start": 600,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906813.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.684C>A",
"hgvs_p": "p.Ser228Arg",
"transcript": "ENST00000930140.1",
"protein_id": "ENSP00000600199.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 410,
"cds_start": 684,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930140.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.684C>A",
"hgvs_p": "p.Ser228Arg",
"transcript": "ENST00000952728.1",
"protein_id": "ENSP00000622787.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 410,
"cds_start": 684,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952728.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.567C>A",
"hgvs_p": "p.Ser189Arg",
"transcript": "ENST00000362000.10",
"protein_id": "ENSP00000354710.6",
"transcript_support_level": 2,
"aa_start": 189,
"aa_end": null,
"aa_length": 399,
"cds_start": 567,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000362000.10"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.567C>A",
"hgvs_p": "p.Ser189Arg",
"transcript": "ENST00000906797.1",
"protein_id": "ENSP00000576856.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 399,
"cds_start": 567,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906797.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.567C>A",
"hgvs_p": "p.Ser189Arg",
"transcript": "ENST00000906802.1",
"protein_id": "ENSP00000576861.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 399,
"cds_start": 567,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906802.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.490C>A",
"hgvs_p": "p.Gln164Lys",
"transcript": "ENST00000906827.1",
"protein_id": "ENSP00000576886.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 396,
"cds_start": 490,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906827.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.490C>A",
"hgvs_p": "p.Gln164Lys",
"transcript": "ENST00000906831.1",
"protein_id": "ENSP00000576890.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 396,
"cds_start": 490,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906831.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.510C>A",
"hgvs_p": "p.Ser170Arg",
"transcript": "ENST00000952730.1",
"protein_id": "ENSP00000622789.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 380,
"cds_start": 510,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952730.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.510C>A",
"hgvs_p": "p.Ser170Arg",
"transcript": "ENST00000952734.1",
"protein_id": "ENSP00000622793.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 380,
"cds_start": 510,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952734.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.567C>A",
"hgvs_p": "p.Ser189Arg",
"transcript": "ENST00000906806.1",
"protein_id": "ENSP00000576865.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 379,
"cds_start": 567,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906806.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.567C>A",
"hgvs_p": "p.Ser189Arg",
"transcript": "ENST00000906829.1",
"protein_id": "ENSP00000576888.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 379,
"cds_start": 567,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906829.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.489C>A",
"hgvs_p": "p.Ser163Arg",
"transcript": "ENST00000906798.1",
"protein_id": "ENSP00000576857.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 373,
"cds_start": 489,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906798.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.489C>A",
"hgvs_p": "p.Ser163Arg",
"transcript": "ENST00000906805.1",
"protein_id": "ENSP00000576864.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 373,
"cds_start": 489,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906805.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.567C>A",
"hgvs_p": "p.Ser189Arg",
"transcript": "ENST00000906803.1",
"protein_id": "ENSP00000576862.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 372,
"cds_start": 567,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906803.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.567C>A",
"hgvs_p": "p.Ser189Arg",
"transcript": "ENST00000906814.1",
"protein_id": "ENSP00000576873.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 372,
"cds_start": 567,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906814.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.483C>A",
"hgvs_p": "p.Ser161Arg",
"transcript": "ENST00000906816.1",
"protein_id": "ENSP00000576875.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 371,
"cds_start": 483,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906816.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.489C>A",
"hgvs_p": "p.Ser163Arg",
"transcript": "ENST00000952735.1",
"protein_id": "ENSP00000622794.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 353,
"cds_start": 489,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952735.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.684C>A",
"hgvs_p": "p.Ser228Arg",
"transcript": "ENST00000671817.1",
"protein_id": "ENSP00000500462.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 346,
"cds_start": 684,
"cds_end": null,
"cds_length": 1042,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671817.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.489C>A",
"hgvs_p": "p.Ser163Arg",
"transcript": "ENST00000906830.1",
"protein_id": "ENSP00000576889.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 346,
"cds_start": 489,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906830.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.490C>A",
"hgvs_p": "p.Gln164Lys",
"transcript": "ENST00000906818.1",
"protein_id": "ENSP00000576877.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 345,
"cds_start": 490,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906818.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.447C>A",
"hgvs_p": "p.Ala149Ala",
"transcript": "ENST00000906821.1",
"protein_id": "ENSP00000576880.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 359,
"cds_start": 447,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906821.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "n.143C>A",
"hgvs_p": null,
"transcript": "ENST00000493708.5",
"protein_id": null,
"transcript_support_level": 3,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000493708.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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "n.*61C>A",
"hgvs_p": null,
"transcript": "ENST00000672498.1",
"protein_id": "ENSP00000500227.1",
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000672498.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "n.1521C>A",
"hgvs_p": null,
"transcript": "ENST00000672586.1",
"protein_id": null,
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000672586.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "n.1786C>A",
"hgvs_p": null,
"transcript": "ENST00000672676.1",
"protein_id": null,
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000672676.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "n.574C>A",
"hgvs_p": null,
"transcript": "ENST00000673149.1",
"protein_id": null,
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000673149.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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "n.2879C>A",
"hgvs_p": null,
"transcript": "ENST00000673350.1",
"protein_id": null,
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000673350.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "n.*61C>A",
"hgvs_p": null,
"transcript": "ENST00000672498.1",
"protein_id": "ENSP00000500227.1",
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000672498.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"hgvs_c": "c.-70C>A",
"hgvs_p": null,
"transcript": "ENST00000488343.2",
"protein_id": "ENSP00000500864.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 51,
"cds_start": null,
"cds_end": null,
"cds_length": 156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000488343.2"
}
],
"gene_symbol": "ASL",
"gene_hgnc_id": 746,
"dbsnp": "rs869312991",
"frequency_reference_population": 6.841059e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84106e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9901900291442871,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.926,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9958,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.54,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.703,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": 17,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PP2,PP3_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 17,
"benign_score": 0,
"pathogenic_score": 17,
"criteria": [
"PM1",
"PM2",
"PP2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_000048.4",
"gene_symbol": "ASL",
"hgnc_id": 746,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Ser254Arg"
},
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PM1",
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000450043.2",
"gene_symbol": "ENSG00000249319",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.75C>A",
"hgvs_p": "p.Ser25Arg"
}
],
"clinvar_disease": "Argininosuccinate lyase deficiency",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:1 LP:1",
"phenotype_combined": "Argininosuccinate lyase deficiency",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}