← 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: 3-62474171-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=62474171&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 62474171,
"ref": "A",
"alt": "C",
"effect": "splice_donor_variant,intron_variant",
"transcript": "NM_001438347.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3477+2T>G",
"hgvs_p": null,
"transcript": "NM_003716.4",
"protein_id": "NP_003707.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1353,
"cds_start": null,
"cds_end": null,
"cds_length": 4062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000383710.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003716.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3477+2T>G",
"hgvs_p": null,
"transcript": "ENST00000383710.9",
"protein_id": "ENSP00000373215.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1353,
"cds_start": null,
"cds_end": null,
"cds_length": 4062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003716.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000383710.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3450+2T>G",
"hgvs_p": null,
"transcript": "ENST00000612439.4",
"protein_id": "ENSP00000484365.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1344,
"cds_start": null,
"cds_end": null,
"cds_length": 4035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000612439.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3360+2T>G",
"hgvs_p": null,
"transcript": "ENST00000283269.13",
"protein_id": "ENSP00000283269.9",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1314,
"cds_start": null,
"cds_end": null,
"cds_length": 3945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000283269.13"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3240+2T>G",
"hgvs_p": null,
"transcript": "ENST00000357948.7",
"protein_id": "ENSP00000350632.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1274,
"cds_start": null,
"cds_end": null,
"cds_length": 3825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357948.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.435+2T>G",
"hgvs_p": null,
"transcript": "ENST00000473635.5",
"protein_id": "ENSP00000418889.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 344,
"cds_start": null,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000473635.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3537+2T>G",
"hgvs_p": null,
"transcript": "NM_001438347.1",
"protein_id": "NP_001425276.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1373,
"cds_start": null,
"cds_end": null,
"cds_length": 4122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438347.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3525+2T>G",
"hgvs_p": null,
"transcript": "NM_001438348.1",
"protein_id": "NP_001425277.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1369,
"cds_start": null,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438348.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3489+2T>G",
"hgvs_p": null,
"transcript": "NM_001438349.1",
"protein_id": "NP_001425278.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1357,
"cds_start": null,
"cds_end": null,
"cds_length": 4074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438349.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3456+2T>G",
"hgvs_p": null,
"transcript": "ENST00000951695.1",
"protein_id": "ENSP00000621754.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1346,
"cds_start": null,
"cds_end": null,
"cds_length": 4041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951695.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3450+2T>G",
"hgvs_p": null,
"transcript": "NM_001437891.1",
"protein_id": "NP_001424820.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1344,
"cds_start": null,
"cds_end": null,
"cds_length": 4035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437891.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3378+2T>G",
"hgvs_p": null,
"transcript": "NM_001438350.1",
"protein_id": "NP_001425279.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1320,
"cds_start": null,
"cds_end": null,
"cds_length": 3963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438350.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3378+2T>G",
"hgvs_p": null,
"transcript": "ENST00000951692.1",
"protein_id": "ENSP00000621751.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1320,
"cds_start": null,
"cds_end": null,
"cds_length": 3963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951692.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3360+2T>G",
"hgvs_p": null,
"transcript": "ENST00000951696.1",
"protein_id": "ENSP00000621755.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1319,
"cds_start": null,
"cds_end": null,
"cds_length": 3960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951696.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3360+2T>G",
"hgvs_p": null,
"transcript": "NM_183394.3",
"protein_id": "NP_899631.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1314,
"cds_start": null,
"cds_end": null,
"cds_length": 3945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_183394.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3309+2T>G",
"hgvs_p": null,
"transcript": "NM_001438351.1",
"protein_id": "NP_001425280.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1297,
"cds_start": null,
"cds_end": null,
"cds_length": 3894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438351.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3309+2T>G",
"hgvs_p": null,
"transcript": "ENST00000951693.1",
"protein_id": "ENSP00000621752.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1297,
"cds_start": null,
"cds_end": null,
"cds_length": 3894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951693.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3291+2T>G",
"hgvs_p": null,
"transcript": "ENST00000951694.1",
"protein_id": "ENSP00000621753.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1296,
"cds_start": null,
"cds_end": null,
"cds_length": 3891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951694.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3291+2T>G",
"hgvs_p": null,
"transcript": "NM_001438352.1",
"protein_id": "NP_001425281.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1291,
"cds_start": null,
"cds_end": null,
"cds_length": 3876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438352.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3291+2T>G",
"hgvs_p": null,
"transcript": "ENST00000935174.1",
"protein_id": "ENSP00000605233.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1291,
"cds_start": null,
"cds_end": null,
"cds_length": 3876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935174.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3240+2T>G",
"hgvs_p": null,
"transcript": "NM_183393.3",
"protein_id": "NP_899630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1274,
"cds_start": null,
"cds_end": null,
"cds_length": 3825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_183393.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.210+2T>G",
"hgvs_p": null,
"transcript": "ENST00000466621.2",
"protein_id": "ENSP00000417568.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 188,
"cds_start": null,
"cds_end": null,
"cds_length": 569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000466621.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3708+2T>G",
"hgvs_p": null,
"transcript": "XM_047449093.1",
"protein_id": "XP_047305049.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1435,
"cds_start": null,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449093.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3699+2T>G",
"hgvs_p": null,
"transcript": "XM_047449094.1",
"protein_id": "XP_047305050.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1432,
"cds_start": null,
"cds_end": null,
"cds_length": 4299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449094.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3696+2T>G",
"hgvs_p": null,
"transcript": "XM_011534177.3",
"protein_id": "XP_011532479.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1431,
"cds_start": null,
"cds_end": null,
"cds_length": 4296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534177.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3708+2T>G",
"hgvs_p": null,
"transcript": "XM_047449095.1",
"protein_id": "XP_047305051.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1430,
"cds_start": null,
"cds_end": null,
"cds_length": 4293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449095.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3687+2T>G",
"hgvs_p": null,
"transcript": "XM_047449096.1",
"protein_id": "XP_047305052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1428,
"cds_start": null,
"cds_end": null,
"cds_length": 4287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449096.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3696+2T>G",
"hgvs_p": null,
"transcript": "XM_017007360.3",
"protein_id": "XP_016862849.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1426,
"cds_start": null,
"cds_end": null,
"cds_length": 4281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007360.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3678+2T>G",
"hgvs_p": null,
"transcript": "XM_011534178.3",
"protein_id": "XP_011532480.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1425,
"cds_start": null,
"cds_end": null,
"cds_length": 4278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534178.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3678+2T>G",
"hgvs_p": null,
"transcript": "XM_047449097.1",
"protein_id": "XP_047305053.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1420,
"cds_start": null,
"cds_end": null,
"cds_length": 4263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449097.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3657+2T>G",
"hgvs_p": null,
"transcript": "XM_047449098.1",
"protein_id": "XP_047305054.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1418,
"cds_start": null,
"cds_end": null,
"cds_length": 4257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449098.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3648+2T>G",
"hgvs_p": null,
"transcript": "XM_011534180.3",
"protein_id": "XP_011532482.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1415,
"cds_start": null,
"cds_end": null,
"cds_length": 4248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534180.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3639+2T>G",
"hgvs_p": null,
"transcript": "XM_047449099.1",
"protein_id": "XP_047305055.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1412,
"cds_start": null,
"cds_end": null,
"cds_length": 4239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449099.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3627+2T>G",
"hgvs_p": null,
"transcript": "XM_011534182.3",
"protein_id": "XP_011532484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1408,
"cds_start": null,
"cds_end": null,
"cds_length": 4227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534182.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3627+2T>G",
"hgvs_p": null,
"transcript": "XM_017007363.3",
"protein_id": "XP_016862852.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1403,
"cds_start": null,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007363.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3609+2T>G",
"hgvs_p": null,
"transcript": "XM_011534183.3",
"protein_id": "XP_011532485.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1402,
"cds_start": null,
"cds_end": null,
"cds_length": 4209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534183.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3549+2T>G",
"hgvs_p": null,
"transcript": "XM_024453799.2",
"protein_id": "XP_024309567.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1382,
"cds_start": null,
"cds_end": null,
"cds_length": 4149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453799.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3540+2T>G",
"hgvs_p": null,
"transcript": "XM_047449100.1",
"protein_id": "XP_047305056.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1379,
"cds_start": null,
"cds_end": null,
"cds_length": 4140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449100.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3549+2T>G",
"hgvs_p": null,
"transcript": "XM_017007364.3",
"protein_id": "XP_016862853.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1377,
"cds_start": null,
"cds_end": null,
"cds_length": 4134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007364.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3531+2T>G",
"hgvs_p": null,
"transcript": "XM_011534189.3",
"protein_id": "XP_011532491.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1376,
"cds_start": null,
"cds_end": null,
"cds_length": 4131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534189.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3540+2T>G",
"hgvs_p": null,
"transcript": "XM_047449101.1",
"protein_id": "XP_047305057.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1374,
"cds_start": null,
"cds_end": null,
"cds_length": 4125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449101.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3531+2T>G",
"hgvs_p": null,
"transcript": "XM_017007366.3",
"protein_id": "XP_016862855.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1371,
"cds_start": null,
"cds_end": null,
"cds_length": 4116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007366.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3507+2T>G",
"hgvs_p": null,
"transcript": "XM_017007368.2",
"protein_id": "XP_016862857.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1368,
"cds_start": null,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007368.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3516+2T>G",
"hgvs_p": null,
"transcript": "XM_047449109.1",
"protein_id": "XP_047305065.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1366,
"cds_start": null,
"cds_end": null,
"cds_length": 4101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449109.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3507+2T>G",
"hgvs_p": null,
"transcript": "XM_011534191.4",
"protein_id": "XP_011532493.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1363,
"cds_start": null,
"cds_end": null,
"cds_length": 4092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534191.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3489+2T>G",
"hgvs_p": null,
"transcript": "XM_011534192.3",
"protein_id": "XP_011532494.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1362,
"cds_start": null,
"cds_end": null,
"cds_length": 4089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534192.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3477+2T>G",
"hgvs_p": null,
"transcript": "XM_011534193.3",
"protein_id": "XP_011532495.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1358,
"cds_start": null,
"cds_end": null,
"cds_length": 4077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534193.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3480+2T>G",
"hgvs_p": null,
"transcript": "XM_017007371.3",
"protein_id": "XP_016862860.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1354,
"cds_start": null,
"cds_end": null,
"cds_length": 4065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007371.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3462+2T>G",
"hgvs_p": null,
"transcript": "XM_011534195.3",
"protein_id": "XP_011532497.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1353,
"cds_start": null,
"cds_end": null,
"cds_length": 4062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534195.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3459+2T>G",
"hgvs_p": null,
"transcript": "XM_011534196.3",
"protein_id": "XP_011532498.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": null,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534196.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3468+2T>G",
"hgvs_p": null,
"transcript": "XM_017007374.3",
"protein_id": "XP_016862863.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1350,
"cds_start": null,
"cds_end": null,
"cds_length": 4053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007374.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3450+2T>G",
"hgvs_p": null,
"transcript": "XM_047449105.1",
"protein_id": "XP_047305061.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1349,
"cds_start": null,
"cds_end": null,
"cds_length": 4050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449105.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3462+2T>G",
"hgvs_p": null,
"transcript": "XM_017007376.3",
"protein_id": "XP_016862865.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1348,
"cds_start": null,
"cds_end": null,
"cds_length": 4047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007376.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3459+2T>G",
"hgvs_p": null,
"transcript": "XM_011534203.3",
"protein_id": "XP_011532505.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1347,
"cds_start": null,
"cds_end": null,
"cds_length": 4044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534203.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3456+2T>G",
"hgvs_p": null,
"transcript": "XM_017007377.3",
"protein_id": "XP_016862866.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1346,
"cds_start": null,
"cds_end": null,
"cds_length": 4041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007377.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3438+2T>G",
"hgvs_p": null,
"transcript": "XM_017007378.2",
"protein_id": "XP_016862867.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1345,
"cds_start": null,
"cds_end": null,
"cds_length": 4038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007378.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3390+2T>G",
"hgvs_p": null,
"transcript": "XM_047449106.1",
"protein_id": "XP_047305062.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1324,
"cds_start": null,
"cds_end": null,
"cds_length": 3975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449106.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3372+2T>G",
"hgvs_p": null,
"transcript": "XM_017007383.3",
"protein_id": "XP_016862872.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1318,
"cds_start": null,
"cds_end": null,
"cds_length": 3957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007383.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3321+2T>G",
"hgvs_p": null,
"transcript": "XM_017007386.3",
"protein_id": "XP_016862875.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1301,
"cds_start": null,
"cds_end": null,
"cds_length": 3906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007386.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3312+2T>G",
"hgvs_p": null,
"transcript": "XM_047449108.1",
"protein_id": "XP_047305064.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1298,
"cds_start": null,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449108.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3291+2T>G",
"hgvs_p": null,
"transcript": "XM_011534199.3",
"protein_id": "XP_011532501.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1296,
"cds_start": null,
"cds_end": null,
"cds_length": 3891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534199.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.3303+2T>G",
"hgvs_p": null,
"transcript": "XM_006713378.4",
"protein_id": "XP_006713441.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1295,
"cds_start": null,
"cds_end": null,
"cds_length": 3888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713378.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "n.206T>G",
"hgvs_p": null,
"transcript": "ENST00000478408.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": "retained_intron",
"feature": "ENST00000478408.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "n.*2T>G",
"hgvs_p": null,
"transcript": "ENST00000478570.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": "ENST00000478570.5"
}
],
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"dbsnp": "rs779869722",
"frequency_reference_population": 0.0003374578,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.000010131,
"gnomad_genomes_af": 0.000337458,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1899999976158142,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.9279999732971191,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.19,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.325,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.73,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": 0.999988247793601,
"dbscsnv_ada_prediction": "Pathogenic",
"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_001438347.1",
"gene_symbol": "CADPS",
"hgnc_id": 1426,
"effects": [
"splice_donor_variant",
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3537+2T>G",
"hgvs_p": null
}
],
"clinvar_disease": "CADPS-related disorder",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "CADPS-related disorder",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}