← 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: 11-77883873-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=77883873&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 77883873,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_033547.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "c.2672G>C",
"hgvs_p": "p.Arg891Pro",
"transcript": "NM_033547.4",
"protein_id": "NP_291025.3",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 963,
"cds_start": 2672,
"cds_end": null,
"cds_length": 2892,
"cdna_start": 2697,
"cdna_end": null,
"cdna_length": 3146,
"mane_select": "ENST00000534064.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "c.2672G>C",
"hgvs_p": "p.Arg891Pro",
"transcript": "ENST00000534064.6",
"protein_id": "ENSP00000434466.1",
"transcript_support_level": 1,
"aa_start": 891,
"aa_end": null,
"aa_length": 963,
"cds_start": 2672,
"cds_end": null,
"cds_length": 2892,
"cdna_start": 2697,
"cdna_end": null,
"cdna_length": 3146,
"mane_select": "NM_033547.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2583G>C",
"hgvs_p": null,
"transcript": "ENST00000433818.6",
"protein_id": "ENSP00000407787.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2583G>C",
"hgvs_p": null,
"transcript": "ENST00000433818.6",
"protein_id": "ENSP00000407787.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "AAMDC",
"gene_hgnc_id": 30205,
"hgvs_c": "c.328+6824C>G",
"hgvs_p": null,
"transcript": "ENST00000304716.12",
"protein_id": "ENSP00000307254.8",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": -4,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 619,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AAMDC",
"gene_hgnc_id": 30205,
"hgvs_c": "c.228+14056C>G",
"hgvs_p": null,
"transcript": "ENST00000532481.5",
"protein_id": "ENSP00000433293.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 88,
"cds_start": -4,
"cds_end": null,
"cds_length": 267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "c.2822G>C",
"hgvs_p": "p.Arg941Pro",
"transcript": "ENST00000695102.1",
"protein_id": "ENSP00000511693.1",
"transcript_support_level": null,
"aa_start": 941,
"aa_end": null,
"aa_length": 1013,
"cds_start": 2822,
"cds_end": null,
"cds_length": 3042,
"cdna_start": 2849,
"cdna_end": null,
"cdna_length": 4258,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "c.2672G>C",
"hgvs_p": "p.Arg891Pro",
"transcript": "ENST00000696971.1",
"protein_id": "ENSP00000513007.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 963,
"cds_start": 2672,
"cds_end": null,
"cds_length": 2892,
"cdna_start": 2697,
"cdna_end": null,
"cdna_length": 3146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "c.2642G>C",
"hgvs_p": "p.Arg881Pro",
"transcript": "ENST00000695310.1",
"protein_id": "ENSP00000511799.1",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 953,
"cds_start": 2642,
"cds_end": null,
"cds_length": 2862,
"cdna_start": 2666,
"cdna_end": null,
"cdna_length": 4075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "c.2612G>C",
"hgvs_p": "p.Arg871Pro",
"transcript": "ENST00000695316.1",
"protein_id": "ENSP00000511801.1",
"transcript_support_level": null,
"aa_start": 871,
"aa_end": null,
"aa_length": 943,
"cds_start": 2612,
"cds_end": null,
"cds_length": 2832,
"cdna_start": 2636,
"cdna_end": null,
"cdna_length": 3387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "c.2591G>C",
"hgvs_p": "p.Arg864Pro",
"transcript": "ENST00000695103.1",
"protein_id": "ENSP00000511694.1",
"transcript_support_level": null,
"aa_start": 864,
"aa_end": null,
"aa_length": 936,
"cds_start": 2591,
"cds_end": null,
"cds_length": 2811,
"cdna_start": 2635,
"cdna_end": null,
"cdna_length": 3386,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "c.2672G>C",
"hgvs_p": "p.Arg891Pro",
"transcript": "ENST00000695104.1",
"protein_id": "ENSP00000511695.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 931,
"cds_start": 2672,
"cds_end": null,
"cds_length": 2796,
"cdna_start": 2744,
"cdna_end": null,
"cdna_length": 3162,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "c.2672G>C",
"hgvs_p": "p.Arg891Pro",
"transcript": "ENST00000695096.1",
"protein_id": "ENSP00000511686.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 910,
"cds_start": 2672,
"cds_end": null,
"cds_length": 2733,
"cdna_start": 2744,
"cdna_end": null,
"cdna_length": 5325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "c.2342G>C",
"hgvs_p": "p.Arg781Pro",
"transcript": "ENST00000695308.1",
"protein_id": "ENSP00000511797.1",
"transcript_support_level": null,
"aa_start": 781,
"aa_end": null,
"aa_length": 853,
"cds_start": 2342,
"cds_end": null,
"cds_length": 2562,
"cdna_start": 2738,
"cdna_end": null,
"cdna_length": 4147,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "c.2336G>C",
"hgvs_p": "p.Arg779Pro",
"transcript": "ENST00000695304.1",
"protein_id": "ENSP00000511793.1",
"transcript_support_level": null,
"aa_start": 779,
"aa_end": null,
"aa_length": 851,
"cds_start": 2336,
"cds_end": null,
"cds_length": 2556,
"cdna_start": 2337,
"cdna_end": null,
"cdna_length": 3746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "c.2672G>C",
"hgvs_p": "p.Arg891Pro",
"transcript": "XM_017018560.3",
"protein_id": "XP_016874049.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 910,
"cds_start": 2672,
"cds_end": null,
"cds_length": 2733,
"cdna_start": 2697,
"cdna_end": null,
"cdna_length": 5407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2444G>C",
"hgvs_p": null,
"transcript": "ENST00000524766.6",
"protein_id": "ENSP00000436248.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*1381G>C",
"hgvs_p": null,
"transcript": "ENST00000525931.2",
"protein_id": "ENSP00000511688.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.1492G>C",
"hgvs_p": null,
"transcript": "ENST00000531059.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2901,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*890G>C",
"hgvs_p": null,
"transcript": "ENST00000535943.2",
"protein_id": "ENSP00000441084.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2166G>C",
"hgvs_p": null,
"transcript": "ENST00000695097.1",
"protein_id": "ENSP00000511687.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5460,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2551G>C",
"hgvs_p": null,
"transcript": "ENST00000695098.1",
"protein_id": "ENSP00000511689.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2476G>C",
"hgvs_p": null,
"transcript": "ENST00000695099.1",
"protein_id": "ENSP00000511690.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*1322G>C",
"hgvs_p": null,
"transcript": "ENST00000695100.1",
"protein_id": "ENSP00000511691.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*1112G>C",
"hgvs_p": null,
"transcript": "ENST00000695101.1",
"protein_id": "ENSP00000511692.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*307G>C",
"hgvs_p": null,
"transcript": "ENST00000695303.1",
"protein_id": "ENSP00000511792.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*1650G>C",
"hgvs_p": null,
"transcript": "ENST00000695305.1",
"protein_id": "ENSP00000511794.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2965G>C",
"hgvs_p": null,
"transcript": "ENST00000695306.1",
"protein_id": "ENSP00000511795.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2613G>C",
"hgvs_p": null,
"transcript": "ENST00000695307.1",
"protein_id": "ENSP00000511796.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2549G>C",
"hgvs_p": null,
"transcript": "ENST00000695309.1",
"protein_id": "ENSP00000511798.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.1208G>C",
"hgvs_p": null,
"transcript": "ENST00000695311.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.1610G>C",
"hgvs_p": null,
"transcript": "ENST00000695312.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.1672G>C",
"hgvs_p": null,
"transcript": "ENST00000695313.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.1809G>C",
"hgvs_p": null,
"transcript": "ENST00000695314.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2560,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2643G>C",
"hgvs_p": null,
"transcript": "ENST00000695315.1",
"protein_id": "ENSP00000511800.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*966G>C",
"hgvs_p": null,
"transcript": "ENST00000695317.1",
"protein_id": "ENSP00000511802.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.2519G>C",
"hgvs_p": null,
"transcript": "ENST00000695332.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2444G>C",
"hgvs_p": null,
"transcript": "ENST00000524766.6",
"protein_id": "ENSP00000436248.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*1381G>C",
"hgvs_p": null,
"transcript": "ENST00000525931.2",
"protein_id": "ENSP00000511688.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*890G>C",
"hgvs_p": null,
"transcript": "ENST00000535943.2",
"protein_id": "ENSP00000441084.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2166G>C",
"hgvs_p": null,
"transcript": "ENST00000695097.1",
"protein_id": "ENSP00000511687.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5460,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2551G>C",
"hgvs_p": null,
"transcript": "ENST00000695098.1",
"protein_id": "ENSP00000511689.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2476G>C",
"hgvs_p": null,
"transcript": "ENST00000695099.1",
"protein_id": "ENSP00000511690.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*1322G>C",
"hgvs_p": null,
"transcript": "ENST00000695100.1",
"protein_id": "ENSP00000511691.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*1112G>C",
"hgvs_p": null,
"transcript": "ENST00000695101.1",
"protein_id": "ENSP00000511692.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*307G>C",
"hgvs_p": null,
"transcript": "ENST00000695303.1",
"protein_id": "ENSP00000511792.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*1650G>C",
"hgvs_p": null,
"transcript": "ENST00000695305.1",
"protein_id": "ENSP00000511794.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2965G>C",
"hgvs_p": null,
"transcript": "ENST00000695306.1",
"protein_id": "ENSP00000511795.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2613G>C",
"hgvs_p": null,
"transcript": "ENST00000695307.1",
"protein_id": "ENSP00000511796.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2549G>C",
"hgvs_p": null,
"transcript": "ENST00000695309.1",
"protein_id": "ENSP00000511798.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*2643G>C",
"hgvs_p": null,
"transcript": "ENST00000695315.1",
"protein_id": "ENSP00000511800.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"hgvs_c": "n.*966G>C",
"hgvs_p": null,
"transcript": "ENST00000695317.1",
"protein_id": "ENSP00000511802.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "AAMDC",
"gene_hgnc_id": 30205,
"hgvs_c": "c.328+6824C>G",
"hgvs_p": null,
"transcript": "NM_001316957.3",
"protein_id": "NP_001303886.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": -4,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "AAMDC",
"gene_hgnc_id": 30205,
"hgvs_c": "c.383+5117C>G",
"hgvs_p": null,
"transcript": "NM_001316958.3",
"protein_id": "NP_001303887.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 137,
"cds_start": -4,
"cds_end": null,
"cds_length": 414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "AAMDC",
"gene_hgnc_id": 30205,
"hgvs_c": "c.383+5117C>G",
"hgvs_p": null,
"transcript": "NM_001392034.1",
"protein_id": "NP_001378963.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 137,
"cds_start": -4,
"cds_end": null,
"cds_length": 414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5949,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "AAMDC",
"gene_hgnc_id": 30205,
"hgvs_c": "c.383+5117C>G",
"hgvs_p": null,
"transcript": "ENST00000527134.5",
"protein_id": "ENSP00000433281.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 137,
"cds_start": -4,
"cds_end": null,
"cds_length": 414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AAMDC",
"gene_hgnc_id": 30205,
"hgvs_c": "c.228+14056C>G",
"hgvs_p": null,
"transcript": "NM_001392068.1",
"protein_id": "NP_001378997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 79,
"cds_start": -4,
"cds_end": null,
"cds_length": 240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AAMDC",
"gene_hgnc_id": 30205,
"hgvs_c": "n.229-907C>G",
"hgvs_p": null,
"transcript": "ENST00000526164.5",
"protein_id": "ENSP00000435560.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AAMDC",
"gene_hgnc_id": 30205,
"hgvs_c": "n.103-907C>G",
"hgvs_p": null,
"transcript": "ENST00000529666.1",
"protein_id": "ENSP00000437120.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AAMDC",
"gene_hgnc_id": 30205,
"hgvs_c": "n.345-907C>G",
"hgvs_p": null,
"transcript": "NR_133637.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "AAMDC",
"gene_hgnc_id": 30205,
"hgvs_c": "n.387-907C>G",
"hgvs_p": null,
"transcript": "NR_171640.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "AAMDC",
"gene_hgnc_id": 30205,
"hgvs_c": "n.463-907C>G",
"hgvs_p": null,
"transcript": "NR_171642.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6053,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "AAMDC",
"gene_hgnc_id": 30205,
"hgvs_c": "n.445-907C>G",
"hgvs_p": null,
"transcript": "NR_171643.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "AAMDC",
"gene_hgnc_id": 30205,
"hgvs_c": "c.385+6824C>G",
"hgvs_p": null,
"transcript": "XM_017017620.2",
"protein_id": "XP_016873109.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 166,
"cds_start": -4,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "INTS4",
"gene_hgnc_id": 25048,
"dbsnp": "rs745824061",
"frequency_reference_population": 0.0000020540826,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205408,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8587415218353271,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.647,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9994,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.42,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.599,
"phylop100way_prediction": "Pathogenic",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_033547.4",
"gene_symbol": "INTS4",
"hgnc_id": 25048,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2672G>C",
"hgvs_p": "p.Arg891Pro"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001316957.3",
"gene_symbol": "AAMDC",
"hgnc_id": 30205,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.328+6824C>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}