← 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: 8-61503433-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=61503433&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "8",
"pos": 61503433,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000379454.9",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2203C>T",
"hgvs_p": "p.Arg735Trp",
"transcript": "NM_004318.4",
"protein_id": "NP_004309.2",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 758,
"cds_start": 2203,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 2424,
"cdna_end": null,
"cdna_length": 5301,
"mane_select": "ENST00000379454.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2203C>T",
"hgvs_p": "p.Arg735Trp",
"transcript": "ENST00000379454.9",
"protein_id": "ENSP00000368767.4",
"transcript_support_level": 1,
"aa_start": 735,
"aa_end": null,
"aa_length": 758,
"cds_start": 2203,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 2424,
"cdna_end": null,
"cdna_length": 5301,
"mane_select": "NM_004318.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2284C>T",
"hgvs_p": "p.Arg762Trp",
"transcript": "NM_001413844.1",
"protein_id": "NP_001400773.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 785,
"cds_start": 2284,
"cds_end": null,
"cds_length": 2358,
"cdna_start": 2505,
"cdna_end": null,
"cdna_length": 5382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2248C>T",
"hgvs_p": "p.Arg750Trp",
"transcript": "NM_001413845.1",
"protein_id": "NP_001400774.1",
"transcript_support_level": null,
"aa_start": 750,
"aa_end": null,
"aa_length": 773,
"cds_start": 2248,
"cds_end": null,
"cds_length": 2322,
"cdna_start": 2469,
"cdna_end": null,
"cdna_length": 5346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2245C>T",
"hgvs_p": "p.Arg749Trp",
"transcript": "NM_001413846.1",
"protein_id": "NP_001400775.1",
"transcript_support_level": null,
"aa_start": 749,
"aa_end": null,
"aa_length": 772,
"cds_start": 2245,
"cds_end": null,
"cds_length": 2319,
"cdna_start": 2466,
"cdna_end": null,
"cdna_length": 5343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2227C>T",
"hgvs_p": "p.Arg743Trp",
"transcript": "NM_001413847.1",
"protein_id": "NP_001400776.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 766,
"cds_start": 2227,
"cds_end": null,
"cds_length": 2301,
"cdna_start": 2448,
"cdna_end": null,
"cdna_length": 5325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2206C>T",
"hgvs_p": "p.Arg736Trp",
"transcript": "NM_001413848.1",
"protein_id": "NP_001400777.1",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 759,
"cds_start": 2206,
"cds_end": null,
"cds_length": 2280,
"cdna_start": 2427,
"cdna_end": null,
"cdna_length": 5304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2203C>T",
"hgvs_p": "p.Arg735Trp",
"transcript": "NM_001413849.1",
"protein_id": "NP_001400778.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 758,
"cds_start": 2203,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 2424,
"cdna_end": null,
"cdna_length": 5301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2200C>T",
"hgvs_p": "p.Arg734Trp",
"transcript": "NM_001413850.1",
"protein_id": "NP_001400779.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 757,
"cds_start": 2200,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 2421,
"cdna_end": null,
"cdna_length": 5298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2200C>T",
"hgvs_p": "p.Arg734Trp",
"transcript": "NM_001413851.1",
"protein_id": "NP_001400780.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 757,
"cds_start": 2200,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 2421,
"cdna_end": null,
"cdna_length": 5298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2191C>T",
"hgvs_p": "p.Arg731Trp",
"transcript": "NM_001413852.1",
"protein_id": "NP_001400781.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 754,
"cds_start": 2191,
"cds_end": null,
"cds_length": 2265,
"cdna_start": 2412,
"cdna_end": null,
"cdna_length": 5289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2188C>T",
"hgvs_p": "p.Arg730Trp",
"transcript": "NM_001413853.1",
"protein_id": "NP_001400782.1",
"transcript_support_level": null,
"aa_start": 730,
"aa_end": null,
"aa_length": 753,
"cds_start": 2188,
"cds_end": null,
"cds_length": 2262,
"cdna_start": 2409,
"cdna_end": null,
"cdna_length": 5286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2161C>T",
"hgvs_p": "p.Arg721Trp",
"transcript": "NM_001413854.1",
"protein_id": "NP_001400783.1",
"transcript_support_level": null,
"aa_start": 721,
"aa_end": null,
"aa_length": 744,
"cds_start": 2161,
"cds_end": null,
"cds_length": 2235,
"cdna_start": 2382,
"cdna_end": null,
"cdna_length": 5259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2161C>T",
"hgvs_p": "p.Arg721Trp",
"transcript": "NM_001413855.1",
"protein_id": "NP_001400784.1",
"transcript_support_level": null,
"aa_start": 721,
"aa_end": null,
"aa_length": 744,
"cds_start": 2161,
"cds_end": null,
"cds_length": 2235,
"cdna_start": 2382,
"cdna_end": null,
"cdna_length": 5259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2161C>T",
"hgvs_p": "p.Arg721Trp",
"transcript": "NM_001413856.1",
"protein_id": "NP_001400785.1",
"transcript_support_level": null,
"aa_start": 721,
"aa_end": null,
"aa_length": 744,
"cds_start": 2161,
"cds_end": null,
"cds_length": 2235,
"cdna_start": 2284,
"cdna_end": null,
"cdna_length": 5161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2158C>T",
"hgvs_p": "p.Arg720Trp",
"transcript": "NM_001413857.1",
"protein_id": "NP_001400786.1",
"transcript_support_level": null,
"aa_start": 720,
"aa_end": null,
"aa_length": 743,
"cds_start": 2158,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2379,
"cdna_end": null,
"cdna_length": 5256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2155C>T",
"hgvs_p": "p.Arg719Trp",
"transcript": "NM_001413858.1",
"protein_id": "NP_001400787.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 742,
"cds_start": 2155,
"cds_end": null,
"cds_length": 2229,
"cdna_start": 2376,
"cdna_end": null,
"cdna_length": 5253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2155C>T",
"hgvs_p": "p.Arg719Trp",
"transcript": "NM_001413859.1",
"protein_id": "NP_001400788.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 742,
"cds_start": 2155,
"cds_end": null,
"cds_length": 2229,
"cdna_start": 2376,
"cdna_end": null,
"cdna_length": 5253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2146C>T",
"hgvs_p": "p.Arg716Trp",
"transcript": "NM_001413860.1",
"protein_id": "NP_001400789.1",
"transcript_support_level": null,
"aa_start": 716,
"aa_end": null,
"aa_length": 739,
"cds_start": 2146,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 2367,
"cdna_end": null,
"cdna_length": 5244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2143C>T",
"hgvs_p": "p.Arg715Trp",
"transcript": "NM_001413861.1",
"protein_id": "NP_001400790.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 738,
"cds_start": 2143,
"cds_end": null,
"cds_length": 2217,
"cdna_start": 2364,
"cdna_end": null,
"cdna_length": 5241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2128C>T",
"hgvs_p": "p.Arg710Trp",
"transcript": "NM_001413862.1",
"protein_id": "NP_001400791.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 733,
"cds_start": 2128,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 2349,
"cdna_end": null,
"cdna_length": 5226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2119C>T",
"hgvs_p": "p.Arg707Trp",
"transcript": "NM_001413863.1",
"protein_id": "NP_001400792.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 730,
"cds_start": 2119,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 2340,
"cdna_end": null,
"cdna_length": 5217,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2116C>T",
"hgvs_p": "p.Arg706Trp",
"transcript": "NM_001164750.2",
"protein_id": "NP_001158222.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 729,
"cds_start": 2116,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 2239,
"cdna_end": null,
"cdna_length": 5116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2116C>T",
"hgvs_p": "p.Arg706Trp",
"transcript": "NM_001413864.1",
"protein_id": "NP_001400793.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 729,
"cds_start": 2116,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 2337,
"cdna_end": null,
"cdna_length": 5214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2116C>T",
"hgvs_p": "p.Arg706Trp",
"transcript": "NM_001413865.1",
"protein_id": "NP_001400794.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 729,
"cds_start": 2116,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 2337,
"cdna_end": null,
"cdna_length": 5214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2116C>T",
"hgvs_p": "p.Arg706Trp",
"transcript": "NM_001413866.1",
"protein_id": "NP_001400795.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 729,
"cds_start": 2116,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 2337,
"cdna_end": null,
"cdna_length": 5214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2116C>T",
"hgvs_p": "p.Arg706Trp",
"transcript": "ENST00000541428.5",
"protein_id": "ENSP00000437864.1",
"transcript_support_level": 2,
"aa_start": 706,
"aa_end": null,
"aa_length": 729,
"cds_start": 2116,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 2233,
"cdna_end": null,
"cdna_length": 2550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2104C>T",
"hgvs_p": "p.Arg702Trp",
"transcript": "NM_001413867.1",
"protein_id": "NP_001400796.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 725,
"cds_start": 2104,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 2325,
"cdna_end": null,
"cdna_length": 5202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2104C>T",
"hgvs_p": "p.Arg702Trp",
"transcript": "NM_001413868.1",
"protein_id": "NP_001400797.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 725,
"cds_start": 2104,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 2325,
"cdna_end": null,
"cdna_length": 5202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2101C>T",
"hgvs_p": "p.Arg701Trp",
"transcript": "NM_001413869.1",
"protein_id": "NP_001400798.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 724,
"cds_start": 2101,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 2322,
"cdna_end": null,
"cdna_length": 5199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2098C>T",
"hgvs_p": "p.Arg700Trp",
"transcript": "NM_001413870.1",
"protein_id": "NP_001400799.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 723,
"cds_start": 2098,
"cds_end": null,
"cds_length": 2172,
"cdna_start": 2319,
"cdna_end": null,
"cdna_length": 5196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2074C>T",
"hgvs_p": "p.Arg692Trp",
"transcript": "NM_001413871.1",
"protein_id": "NP_001400800.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 715,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2148,
"cdna_start": 2295,
"cdna_end": null,
"cdna_length": 5172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2074C>T",
"hgvs_p": "p.Arg692Trp",
"transcript": "NM_001413872.1",
"protein_id": "NP_001400801.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 715,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2148,
"cdna_start": 2295,
"cdna_end": null,
"cdna_length": 5172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2071C>T",
"hgvs_p": "p.Arg691Trp",
"transcript": "NM_001413873.1",
"protein_id": "NP_001400802.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 714,
"cds_start": 2071,
"cds_end": null,
"cds_length": 2145,
"cdna_start": 2292,
"cdna_end": null,
"cdna_length": 5169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2062C>T",
"hgvs_p": "p.Arg688Trp",
"transcript": "NM_001413874.1",
"protein_id": "NP_001400803.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 711,
"cds_start": 2062,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 2283,
"cdna_end": null,
"cdna_length": 5160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2059C>T",
"hgvs_p": "p.Arg687Trp",
"transcript": "NM_001413875.1",
"protein_id": "NP_001400804.1",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 710,
"cds_start": 2059,
"cds_end": null,
"cds_length": 2133,
"cdna_start": 2280,
"cdna_end": null,
"cdna_length": 5157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2032C>T",
"hgvs_p": "p.Arg678Trp",
"transcript": "NM_001413876.1",
"protein_id": "NP_001400805.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 701,
"cds_start": 2032,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 2253,
"cdna_end": null,
"cdna_length": 5130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2032C>T",
"hgvs_p": "p.Arg678Trp",
"transcript": "NM_001413877.1",
"protein_id": "NP_001400806.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 701,
"cds_start": 2032,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 2253,
"cdna_end": null,
"cdna_length": 5130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2029C>T",
"hgvs_p": "p.Arg677Trp",
"transcript": "NM_001413878.1",
"protein_id": "NP_001400807.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 700,
"cds_start": 2029,
"cds_end": null,
"cds_length": 2103,
"cdna_start": 2250,
"cdna_end": null,
"cdna_length": 5127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2026C>T",
"hgvs_p": "p.Arg676Trp",
"transcript": "NM_001413879.1",
"protein_id": "NP_001400808.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 699,
"cds_start": 2026,
"cds_end": null,
"cds_length": 2100,
"cdna_start": 2247,
"cdna_end": null,
"cdna_length": 5124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2017C>T",
"hgvs_p": "p.Arg673Trp",
"transcript": "NM_001413880.1",
"protein_id": "NP_001400809.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 696,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2091,
"cdna_start": 2238,
"cdna_end": null,
"cdna_length": 5115,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2017C>T",
"hgvs_p": "p.Arg673Trp",
"transcript": "NM_001413881.1",
"protein_id": "NP_001400810.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 696,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2091,
"cdna_start": 2238,
"cdna_end": null,
"cdna_length": 5115,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2014C>T",
"hgvs_p": "p.Arg672Trp",
"transcript": "NM_001413882.1",
"protein_id": "NP_001400811.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 695,
"cds_start": 2014,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 2235,
"cdna_end": null,
"cdna_length": 5112,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1999C>T",
"hgvs_p": "p.Arg667Trp",
"transcript": "NM_001413883.1",
"protein_id": "NP_001400812.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 690,
"cds_start": 1999,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 2220,
"cdna_end": null,
"cdna_length": 5097,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1996C>T",
"hgvs_p": "p.Arg666Trp",
"transcript": "NM_001413884.1",
"protein_id": "NP_001400813.1",
"transcript_support_level": null,
"aa_start": 666,
"aa_end": null,
"aa_length": 689,
"cds_start": 1996,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 2217,
"cdna_end": null,
"cdna_length": 5094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"transcript": "NM_001413885.1",
"protein_id": "NP_001400814.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 686,
"cds_start": 1987,
"cds_end": null,
"cds_length": 2061,
"cdna_start": 2208,
"cdna_end": null,
"cdna_length": 5085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1975C>T",
"hgvs_p": "p.Arg659Trp",
"transcript": "NM_001413886.1",
"protein_id": "NP_001400815.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 682,
"cds_start": 1975,
"cds_end": null,
"cds_length": 2049,
"cdna_start": 2196,
"cdna_end": null,
"cdna_length": 5073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1975C>T",
"hgvs_p": "p.Arg659Trp",
"transcript": "NM_001413887.1",
"protein_id": "NP_001400816.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 682,
"cds_start": 1975,
"cds_end": null,
"cds_length": 2049,
"cdna_start": 2196,
"cdna_end": null,
"cdna_length": 5073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1972C>T",
"hgvs_p": "p.Arg658Trp",
"transcript": "NM_001413888.1",
"protein_id": "NP_001400817.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 681,
"cds_start": 1972,
"cds_end": null,
"cds_length": 2046,
"cdna_start": 2193,
"cdna_end": null,
"cdna_length": 5070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1960C>T",
"hgvs_p": "p.Arg654Trp",
"transcript": "NM_001413889.1",
"protein_id": "NP_001400818.1",
"transcript_support_level": null,
"aa_start": 654,
"aa_end": null,
"aa_length": 677,
"cds_start": 1960,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 2181,
"cdna_end": null,
"cdna_length": 5058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1954C>T",
"hgvs_p": "p.Arg652Trp",
"transcript": "NM_001413890.1",
"protein_id": "NP_001400819.1",
"transcript_support_level": null,
"aa_start": 652,
"aa_end": null,
"aa_length": 675,
"cds_start": 1954,
"cds_end": null,
"cds_length": 2028,
"cdna_start": 2175,
"cdna_end": null,
"cdna_length": 5052,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1942C>T",
"hgvs_p": "p.Arg648Trp",
"transcript": "NM_001413894.1",
"protein_id": "NP_001400823.1",
"transcript_support_level": null,
"aa_start": 648,
"aa_end": null,
"aa_length": 671,
"cds_start": 1942,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 2163,
"cdna_end": null,
"cdna_length": 5040,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1897C>T",
"hgvs_p": "p.Arg633Trp",
"transcript": "NM_001413895.1",
"protein_id": "NP_001400824.1",
"transcript_support_level": null,
"aa_start": 633,
"aa_end": null,
"aa_length": 656,
"cds_start": 1897,
"cds_end": null,
"cds_length": 1971,
"cdna_start": 2118,
"cdna_end": null,
"cdna_length": 4995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1804C>T",
"hgvs_p": "p.Arg602Trp",
"transcript": "NM_001413898.1",
"protein_id": "NP_001400827.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 625,
"cds_start": 1804,
"cds_end": null,
"cds_length": 1878,
"cdna_start": 2025,
"cdna_end": null,
"cdna_length": 4902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1726C>T",
"hgvs_p": "p.Arg576Trp",
"transcript": "NM_001413899.1",
"protein_id": "NP_001400828.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 599,
"cds_start": 1726,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1947,
"cdna_end": null,
"cdna_length": 4824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1717C>T",
"hgvs_p": "p.Arg573Trp",
"transcript": "NM_001413900.1",
"protein_id": "NP_001400829.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 596,
"cds_start": 1717,
"cds_end": null,
"cds_length": 1791,
"cdna_start": 1938,
"cdna_end": null,
"cdna_length": 4815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1591C>T",
"hgvs_p": "p.Arg531Trp",
"transcript": "NM_001413909.1",
"protein_id": "NP_001400838.1",
"transcript_support_level": null,
"aa_start": 531,
"aa_end": null,
"aa_length": 554,
"cds_start": 1591,
"cds_end": null,
"cds_length": 1665,
"cdna_start": 1812,
"cdna_end": null,
"cdna_length": 4689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1549C>T",
"hgvs_p": "p.Arg517Trp",
"transcript": "NM_001413901.1",
"protein_id": "NP_001400830.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 540,
"cds_start": 1549,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 1770,
"cdna_end": null,
"cdna_length": 4647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2329C>T",
"hgvs_p": "p.Arg777Trp",
"transcript": "XM_017013419.2",
"protein_id": "XP_016868908.1",
"transcript_support_level": null,
"aa_start": 777,
"aa_end": null,
"aa_length": 800,
"cds_start": 2329,
"cds_end": null,
"cds_length": 2403,
"cdna_start": 2550,
"cdna_end": null,
"cdna_length": 5427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2326C>T",
"hgvs_p": "p.Arg776Trp",
"transcript": "XM_017013420.2",
"protein_id": "XP_016868909.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 799,
"cds_start": 2326,
"cds_end": null,
"cds_length": 2400,
"cdna_start": 2547,
"cdna_end": null,
"cdna_length": 5424,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2242C>T",
"hgvs_p": "p.Arg748Trp",
"transcript": "XM_017013426.2",
"protein_id": "XP_016868915.1",
"transcript_support_level": null,
"aa_start": 748,
"aa_end": null,
"aa_length": 771,
"cds_start": 2242,
"cds_end": null,
"cds_length": 2316,
"cdna_start": 2365,
"cdna_end": null,
"cdna_length": 5242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2239C>T",
"hgvs_p": "p.Arg747Trp",
"transcript": "XM_017013427.2",
"protein_id": "XP_016868916.1",
"transcript_support_level": null,
"aa_start": 747,
"aa_end": null,
"aa_length": 770,
"cds_start": 2239,
"cds_end": null,
"cds_length": 2313,
"cdna_start": 2362,
"cdna_end": null,
"cdna_length": 5239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2200C>T",
"hgvs_p": "p.Arg734Trp",
"transcript": "XM_017013430.2",
"protein_id": "XP_016868919.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 757,
"cds_start": 2200,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 2421,
"cdna_end": null,
"cdna_length": 5298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2197C>T",
"hgvs_p": "p.Arg733Trp",
"transcript": "XM_017013431.2",
"protein_id": "XP_016868920.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 756,
"cds_start": 2197,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2320,
"cdna_end": null,
"cdna_length": 5197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2182C>T",
"hgvs_p": "p.Arg728Trp",
"transcript": "XM_017013435.2",
"protein_id": "XP_016868924.1",
"transcript_support_level": null,
"aa_start": 728,
"aa_end": null,
"aa_length": 751,
"cds_start": 2182,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2305,
"cdna_end": null,
"cdna_length": 5182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2113C>T",
"hgvs_p": "p.Arg705Trp",
"transcript": "XM_017013439.2",
"protein_id": "XP_016868928.1",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 728,
"cds_start": 2113,
"cds_end": null,
"cds_length": 2187,
"cdna_start": 2236,
"cdna_end": null,
"cdna_length": 5113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2113C>T",
"hgvs_p": "p.Arg705Trp",
"transcript": "XM_017013440.2",
"protein_id": "XP_016868929.1",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 728,
"cds_start": 2113,
"cds_end": null,
"cds_length": 2187,
"cdna_start": 2236,
"cdna_end": null,
"cdna_length": 5113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2101C>T",
"hgvs_p": "p.Arg701Trp",
"transcript": "XM_005251244.2",
"protein_id": "XP_005251301.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 724,
"cds_start": 2101,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 2224,
"cdna_end": null,
"cdna_length": 5101,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.2059C>T",
"hgvs_p": "p.Arg687Trp",
"transcript": "XM_047421791.1",
"protein_id": "XP_047277747.1",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 710,
"cds_start": 2059,
"cds_end": null,
"cds_length": 2133,
"cdna_start": 2182,
"cdna_end": null,
"cdna_length": 5059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"transcript": "XM_017013444.2",
"protein_id": "XP_016868933.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 686,
"cds_start": 1987,
"cds_end": null,
"cds_length": 2061,
"cdna_start": 2110,
"cdna_end": null,
"cdna_length": 4987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.*44C>T",
"hgvs_p": null,
"transcript": "NM_001413891.1",
"protein_id": "NP_001400820.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": -4,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.*44C>T",
"hgvs_p": null,
"transcript": "NM_001413893.1",
"protein_id": "NP_001400822.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 673,
"cds_start": -4,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5164,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.*44C>T",
"hgvs_p": null,
"transcript": "NM_001413896.1",
"protein_id": "NP_001400825.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 655,
"cds_start": -4,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"hgvs_c": "c.*44C>T",
"hgvs_p": null,
"transcript": "NM_001413897.1",
"protein_id": "NP_001400826.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 631,
"cds_start": -4,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ASPH",
"gene_hgnc_id": 757,
"dbsnp": "rs374385878",
"frequency_reference_population": 0.00002603973,
"hom_count_reference_population": 0,
"allele_count_reference_population": 42,
"gnomad_exomes_af": 0.0000246472,
"gnomad_genomes_af": 0.0000393944,
"gnomad_exomes_ac": 36,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9570349454879761,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.933,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9692,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.33,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.309,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Strong,PP5_Moderate",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PM1",
"PM2",
"PP3_Strong",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000379454.9",
"gene_symbol": "ASPH",
"hgnc_id": 757,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2203C>T",
"hgvs_p": "p.Arg735Trp"
}
],
"clinvar_disease": "Facial dysmorphism-lens dislocation-anterior segment abnormalities-spontaneous filtering blebs syndrome,Thoracic aortic aneurysm or dissection",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Facial dysmorphism-lens dislocation-anterior segment abnormalities-spontaneous filtering blebs syndrome|Thoracic aortic aneurysm or dissection",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}