← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 22-29793363-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=29793363&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 29793363,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001369920.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "NM_032204.5",
"protein_id": "NP_115580.2",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000307790.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032204.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "ENST00000307790.8",
"protein_id": "ENSP00000305502.3",
"transcript_support_level": 1,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032204.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000307790.8"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.2039G>A",
"hgvs_p": "p.Arg680His",
"transcript": "ENST00000865578.1",
"protein_id": "ENSP00000535637.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 798,
"cds_start": 2039,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865578.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.2021G>A",
"hgvs_p": "p.Arg674His",
"transcript": "ENST00000865580.1",
"protein_id": "ENSP00000535639.1",
"transcript_support_level": null,
"aa_start": 674,
"aa_end": null,
"aa_length": 792,
"cds_start": 2021,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865580.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.2021G>A",
"hgvs_p": "p.Arg674His",
"transcript": "ENST00000960647.1",
"protein_id": "ENSP00000630706.1",
"transcript_support_level": null,
"aa_start": 674,
"aa_end": null,
"aa_length": 792,
"cds_start": 2021,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960647.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1997G>A",
"hgvs_p": "p.Arg666His",
"transcript": "ENST00000865583.1",
"protein_id": "ENSP00000535642.1",
"transcript_support_level": null,
"aa_start": 666,
"aa_end": null,
"aa_length": 784,
"cds_start": 1997,
"cds_end": null,
"cds_length": 2355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865583.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1988G>A",
"hgvs_p": "p.Arg663His",
"transcript": "ENST00000865590.1",
"protein_id": "ENSP00000535649.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 781,
"cds_start": 1988,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865590.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1949G>A",
"hgvs_p": "p.Arg650His",
"transcript": "ENST00000923281.1",
"protein_id": "ENSP00000593340.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 768,
"cds_start": 1949,
"cds_end": null,
"cds_length": 2307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923281.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1943G>A",
"hgvs_p": "p.Arg648His",
"transcript": "ENST00000960645.1",
"protein_id": "ENSP00000630704.1",
"transcript_support_level": null,
"aa_start": 648,
"aa_end": null,
"aa_length": 766,
"cds_start": 1943,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960645.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "NM_001369920.1",
"protein_id": "NP_001356849.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 762,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369920.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "ENST00000865563.1",
"protein_id": "ENSP00000535622.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 762,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865563.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "ENST00000865575.1",
"protein_id": "ENSP00000535634.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 762,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865575.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "NM_001369921.1",
"protein_id": "NP_001356850.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369921.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "NM_001369922.1",
"protein_id": "NP_001356851.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369922.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "NM_001369923.1",
"protein_id": "NP_001356852.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369923.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "ENST00000397771.6",
"protein_id": "ENSP00000380877.2",
"transcript_support_level": 5,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397771.6"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "ENST00000865570.1",
"protein_id": "ENSP00000535629.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865570.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "ENST00000865584.1",
"protein_id": "ENSP00000535643.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865584.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "ENST00000865588.1",
"protein_id": "ENSP00000535647.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865588.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "ENST00000865592.1",
"protein_id": "ENSP00000535651.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865592.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "ENST00000923278.1",
"protein_id": "ENSP00000593337.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923278.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "ENST00000923279.1",
"protein_id": "ENSP00000593338.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923279.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "ENST00000923280.1",
"protein_id": "ENSP00000593339.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923280.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "ENST00000923287.1",
"protein_id": "ENSP00000593346.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923287.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "ENST00000960642.1",
"protein_id": "ENSP00000630701.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960642.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1910G>A",
"hgvs_p": "p.Arg637His",
"transcript": "ENST00000865591.1",
"protein_id": "ENSP00000535650.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 755,
"cds_start": 1910,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865591.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1910G>A",
"hgvs_p": "p.Arg637His",
"transcript": "ENST00000923286.1",
"protein_id": "ENSP00000593345.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 755,
"cds_start": 1910,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923286.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1907G>A",
"hgvs_p": "p.Arg636His",
"transcript": "ENST00000865565.1",
"protein_id": "ENSP00000535624.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 754,
"cds_start": 1907,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865565.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1904G>A",
"hgvs_p": "p.Arg635His",
"transcript": "NM_001369924.1",
"protein_id": "NP_001356853.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 753,
"cds_start": 1904,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369924.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1904G>A",
"hgvs_p": "p.Arg635His",
"transcript": "ENST00000865579.1",
"protein_id": "ENSP00000535638.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 753,
"cds_start": 1904,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865579.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1904G>A",
"hgvs_p": "p.Arg635His",
"transcript": "ENST00000865581.1",
"protein_id": "ENSP00000535640.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 753,
"cds_start": 1904,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865581.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1904G>A",
"hgvs_p": "p.Arg635His",
"transcript": "ENST00000865587.1",
"protein_id": "ENSP00000535646.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 753,
"cds_start": 1904,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865587.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1904G>A",
"hgvs_p": "p.Arg635His",
"transcript": "ENST00000923283.1",
"protein_id": "ENSP00000593342.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 753,
"cds_start": 1904,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923283.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1904G>A",
"hgvs_p": "p.Arg635His",
"transcript": "ENST00000923289.1",
"protein_id": "ENSP00000593348.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 753,
"cds_start": 1904,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923289.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1847G>A",
"hgvs_p": "p.Arg616His",
"transcript": "ENST00000865585.1",
"protein_id": "ENSP00000535644.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 739,
"cds_start": 1847,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865585.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614His",
"transcript": "ENST00000923284.1",
"protein_id": "ENSP00000593343.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 737,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923284.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614His",
"transcript": "ENST00000923288.1",
"protein_id": "ENSP00000593347.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 737,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923288.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614His",
"transcript": "ENST00000960650.1",
"protein_id": "ENSP00000630709.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 737,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960650.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1850G>A",
"hgvs_p": "p.Arg617His",
"transcript": "ENST00000923285.1",
"protein_id": "ENSP00000593344.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 735,
"cds_start": 1850,
"cds_end": null,
"cds_length": 2208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923285.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614His",
"transcript": "ENST00000865567.1",
"protein_id": "ENSP00000535626.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 732,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865567.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614His",
"transcript": "ENST00000865568.1",
"protein_id": "ENSP00000535627.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 732,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865568.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614His",
"transcript": "ENST00000865586.1",
"protein_id": "ENSP00000535645.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 732,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865586.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614His",
"transcript": "ENST00000923277.1",
"protein_id": "ENSP00000593336.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 732,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923277.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614His",
"transcript": "ENST00000923282.1",
"protein_id": "ENSP00000593341.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 732,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923282.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1835G>A",
"hgvs_p": "p.Arg612His",
"transcript": "ENST00000865589.1",
"protein_id": "ENSP00000535648.1",
"transcript_support_level": null,
"aa_start": 612,
"aa_end": null,
"aa_length": 730,
"cds_start": 1835,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865589.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1790G>A",
"hgvs_p": "p.Arg597His",
"transcript": "ENST00000960646.1",
"protein_id": "ENSP00000630705.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 715,
"cds_start": 1790,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960646.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "NM_001369925.1",
"protein_id": "NP_001356854.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 709,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369925.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "ENST00000865573.1",
"protein_id": "ENSP00000535632.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 709,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865573.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "ENST00000960640.1",
"protein_id": "ENSP00000630699.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 709,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960640.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "ENST00000960648.1",
"protein_id": "ENSP00000630707.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 709,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960648.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "NM_001369926.1",
"protein_id": "NP_001356855.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 704,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369926.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "NM_001369927.1",
"protein_id": "NP_001356856.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 704,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369927.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "NM_001369928.1",
"protein_id": "NP_001356857.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 704,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369928.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "ENST00000865564.1",
"protein_id": "ENSP00000535623.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 704,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865564.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "ENST00000865566.1",
"protein_id": "ENSP00000535625.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 704,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865566.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "ENST00000865571.1",
"protein_id": "ENSP00000535630.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 704,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865571.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "ENST00000865572.1",
"protein_id": "ENSP00000535631.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 704,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865572.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "ENST00000865574.1",
"protein_id": "ENSP00000535633.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 704,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865574.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "ENST00000960641.1",
"protein_id": "ENSP00000630700.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 704,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960641.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1751G>A",
"hgvs_p": "p.Arg584His",
"transcript": "ENST00000865576.1",
"protein_id": "ENSP00000535635.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 702,
"cds_start": 1751,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865576.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1745G>A",
"hgvs_p": "p.Arg582His",
"transcript": "NM_001369929.1",
"protein_id": "NP_001356858.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 700,
"cds_start": 1745,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369929.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1745G>A",
"hgvs_p": "p.Arg582His",
"transcript": "ENST00000960649.1",
"protein_id": "ENSP00000630708.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 700,
"cds_start": 1745,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960649.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1688G>A",
"hgvs_p": "p.Arg563His",
"transcript": "NM_001242906.2",
"protein_id": "NP_001229835.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 681,
"cds_start": 1688,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242906.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1688G>A",
"hgvs_p": "p.Arg563His",
"transcript": "ENST00000542393.5",
"protein_id": "ENSP00000437570.1",
"transcript_support_level": 2,
"aa_start": 563,
"aa_end": null,
"aa_length": 681,
"cds_start": 1688,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000542393.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1682G>A",
"hgvs_p": "p.Arg561His",
"transcript": "NM_001369930.1",
"protein_id": "NP_001356859.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 679,
"cds_start": 1682,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369930.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1682G>A",
"hgvs_p": "p.Arg561His",
"transcript": "ENST00000865582.1",
"protein_id": "ENSP00000535641.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 679,
"cds_start": 1682,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865582.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1682G>A",
"hgvs_p": "p.Arg561His",
"transcript": "ENST00000960643.1",
"protein_id": "ENSP00000630702.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 679,
"cds_start": 1682,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960643.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1682G>A",
"hgvs_p": "p.Arg561His",
"transcript": "ENST00000960644.1",
"protein_id": "ENSP00000630703.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 679,
"cds_start": 1682,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960644.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1682G>A",
"hgvs_p": "p.Arg561His",
"transcript": "ENST00000960651.1",
"protein_id": "ENSP00000630710.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 679,
"cds_start": 1682,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960651.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1586G>A",
"hgvs_p": "p.Arg529His",
"transcript": "ENST00000865569.1",
"protein_id": "ENSP00000535628.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 647,
"cds_start": 1586,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865569.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1586G>A",
"hgvs_p": "p.Arg529His",
"transcript": "ENST00000865577.1",
"protein_id": "ENSP00000535636.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 647,
"cds_start": 1586,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865577.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1574G>A",
"hgvs_p": "p.Arg525His",
"transcript": "NM_001369931.1",
"protein_id": "NP_001356860.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 643,
"cds_start": 1574,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369931.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1574G>A",
"hgvs_p": "p.Arg525His",
"transcript": "NM_001369932.1",
"protein_id": "NP_001356861.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 643,
"cds_start": 1574,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369932.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1574G>A",
"hgvs_p": "p.Arg525His",
"transcript": "NM_001369933.1",
"protein_id": "NP_001356862.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 643,
"cds_start": 1574,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369933.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1574G>A",
"hgvs_p": "p.Arg525His",
"transcript": "NM_001369934.1",
"protein_id": "NP_001356863.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 643,
"cds_start": 1574,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369934.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1574G>A",
"hgvs_p": "p.Arg525His",
"transcript": "NM_001369935.1",
"protein_id": "NP_001356864.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 643,
"cds_start": 1574,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369935.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1574G>A",
"hgvs_p": "p.Arg525His",
"transcript": "NM_001369936.1",
"protein_id": "NP_001356865.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 643,
"cds_start": 1574,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369936.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1574G>A",
"hgvs_p": "p.Arg525His",
"transcript": "NM_001369937.1",
"protein_id": "NP_001356866.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 643,
"cds_start": 1574,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369937.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1574G>A",
"hgvs_p": "p.Arg525His",
"transcript": "NM_001369938.1",
"protein_id": "NP_001356867.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 643,
"cds_start": 1574,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369938.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1574G>A",
"hgvs_p": "p.Arg525His",
"transcript": "NM_001369939.1",
"protein_id": "NP_001356868.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 643,
"cds_start": 1574,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369939.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1574G>A",
"hgvs_p": "p.Arg525His",
"transcript": "NM_001369940.1",
"protein_id": "NP_001356869.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 643,
"cds_start": 1574,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369940.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1562G>A",
"hgvs_p": "p.Arg521His",
"transcript": "NM_001369941.1",
"protein_id": "NP_001356870.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 639,
"cds_start": 1562,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369941.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1382G>A",
"hgvs_p": "p.Arg461His",
"transcript": "NM_001369942.1",
"protein_id": "NP_001356871.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 579,
"cds_start": 1382,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369942.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1208G>A",
"hgvs_p": "p.Arg403His",
"transcript": "NM_001369943.1",
"protein_id": "NP_001356872.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 521,
"cds_start": 1208,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369943.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1208G>A",
"hgvs_p": "p.Arg403His",
"transcript": "NM_001369944.1",
"protein_id": "NP_001356873.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 521,
"cds_start": 1208,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369944.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1208G>A",
"hgvs_p": "p.Arg403His",
"transcript": "NM_001369945.1",
"protein_id": "NP_001356874.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 521,
"cds_start": 1208,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369945.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1208G>A",
"hgvs_p": "p.Arg403His",
"transcript": "NM_001369946.1",
"protein_id": "NP_001356875.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 521,
"cds_start": 1208,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369946.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1208G>A",
"hgvs_p": "p.Arg403His",
"transcript": "NM_001369947.1",
"protein_id": "NP_001356876.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 521,
"cds_start": 1208,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369947.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1208G>A",
"hgvs_p": "p.Arg403His",
"transcript": "NM_001369948.1",
"protein_id": "NP_001356877.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 521,
"cds_start": 1208,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369948.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1208G>A",
"hgvs_p": "p.Arg403His",
"transcript": "NM_001369949.1",
"protein_id": "NP_001356878.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 521,
"cds_start": 1208,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369949.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1202G>A",
"hgvs_p": "p.Arg401His",
"transcript": "NM_001369950.1",
"protein_id": "NP_001356879.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 519,
"cds_start": 1202,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369950.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.2078G>A",
"hgvs_p": "p.Arg693His",
"transcript": "XM_024452287.2",
"protein_id": "XP_024308055.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 816,
"cds_start": 2078,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452287.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.2078G>A",
"hgvs_p": "p.Arg693His",
"transcript": "XM_047441538.1",
"protein_id": "XP_047297494.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 811,
"cds_start": 2078,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441538.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.2003G>A",
"hgvs_p": "p.Arg668His",
"transcript": "XM_024452288.2",
"protein_id": "XP_024308056.1",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 791,
"cds_start": 2003,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452288.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.2003G>A",
"hgvs_p": "p.Arg668His",
"transcript": "XM_024452289.2",
"protein_id": "XP_024308057.1",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 786,
"cds_start": 2003,
"cds_end": null,
"cds_length": 2361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452289.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1919G>A",
"hgvs_p": "p.Arg640His",
"transcript": "XM_024452290.2",
"protein_id": "XP_024308058.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 763,
"cds_start": 1919,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452290.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "XM_011530442.4",
"protein_id": "XP_011528744.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 762,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530442.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "XM_011530443.3",
"protein_id": "XP_011528745.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 762,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530443.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "XM_011530444.3",
"protein_id": "XP_011528746.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 762,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530444.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "XM_011530445.3",
"protein_id": "XP_011528747.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 762,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530445.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "XM_047441539.1",
"protein_id": "XP_047297495.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 762,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441539.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1919G>A",
"hgvs_p": "p.Arg640His",
"transcript": "XM_024452291.2",
"protein_id": "XP_024308059.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 758,
"cds_start": 1919,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452291.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His",
"transcript": "XM_047441540.1",
"protein_id": "XP_047297496.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 757,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441540.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614His",
"transcript": "XM_047441541.1",
"protein_id": "XP_047297497.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 737,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441541.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1844G>A",
"hgvs_p": "p.Arg615His",
"transcript": "XM_047441542.1",
"protein_id": "XP_047297498.1",
"transcript_support_level": null,
"aa_start": 615,
"aa_end": null,
"aa_length": 733,
"cds_start": 1844,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441542.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614His",
"transcript": "XM_047441543.1",
"protein_id": "XP_047297499.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 732,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441543.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614His",
"transcript": "XM_047441544.1",
"protein_id": "XP_047297500.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 732,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441544.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614His",
"transcript": "XM_047441545.1",
"protein_id": "XP_047297501.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 732,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441545.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614His",
"transcript": "XM_047441546.1",
"protein_id": "XP_047297502.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 732,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441546.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "XM_011530448.3",
"protein_id": "XP_011528750.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 709,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530448.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586His",
"transcript": "XM_047441547.1",
"protein_id": "XP_047297503.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 704,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441547.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1574G>A",
"hgvs_p": "p.Arg525His",
"transcript": "XM_011530453.3",
"protein_id": "XP_011528755.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 648,
"cds_start": 1574,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530453.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1574G>A",
"hgvs_p": "p.Arg525His",
"transcript": "XM_011530454.3",
"protein_id": "XP_011528756.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 648,
"cds_start": 1574,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530454.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1574G>A",
"hgvs_p": "p.Arg525His",
"transcript": "XM_011530455.3",
"protein_id": "XP_011528757.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 648,
"cds_start": 1574,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530455.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.1499G>A",
"hgvs_p": "p.Arg500His",
"transcript": "XM_047441548.1",
"protein_id": "XP_047297504.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 618,
"cds_start": 1499,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441548.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "n.*1805G>A",
"hgvs_p": null,
"transcript": "ENST00000458594.5",
"protein_id": "ENSP00000403031.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000458594.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "n.836G>A",
"hgvs_p": null,
"transcript": "ENST00000487486.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000487486.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "n.*1805G>A",
"hgvs_p": null,
"transcript": "ENST00000458594.5",
"protein_id": "ENSP00000403031.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000458594.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "n.297-4511G>A",
"hgvs_p": null,
"transcript": "ENST00000472433.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": "pseudogene",
"feature": "ENST00000472433.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "c.*214G>A",
"hgvs_p": null,
"transcript": "ENST00000411532.1",
"protein_id": "ENSP00000414545.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 86,
"cds_start": null,
"cds_end": null,
"cds_length": 261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000411532.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"hgvs_c": "n.*224G>A",
"hgvs_p": null,
"transcript": "ENST00000483380.1",
"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": "pseudogene",
"feature": "ENST00000483380.1"
}
],
"gene_symbol": "ASCC2",
"gene_hgnc_id": 24103,
"dbsnp": "rs6006259",
"frequency_reference_population": 0.00002603166,
"hom_count_reference_population": 0,
"allele_count_reference_population": 42,
"gnomad_exomes_af": 0.0000260077,
"gnomad_genomes_af": 0.0000262612,
"gnomad_exomes_ac": 38,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5267756581306458,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.22,
"revel_prediction": "Benign",
"alphamissense_score": 0.4346,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.11,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.536,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_001369920.1",
"gene_symbol": "ASCC2",
"hgnc_id": 24103,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639His"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}