← 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-62677844-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=62677844&ref=T&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 62677844,
"ref": "T",
"alt": "A",
"effect": "intron_variant",
"transcript": "ENST00000383710.9",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5507,
"mane_select": "ENST00000383710.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5507,
"mane_select": "NM_003716.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 3945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 3825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5190,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 3963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 3945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 3894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 3876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 3825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5270,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"hgvs_p": null,
"transcript": "ENST00000490353.2",
"protein_id": "ENSP00000418736.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 457,
"cds_start": -4,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5654,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5546,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5498,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 4038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5483,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 3975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5420,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 3957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 3906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 3891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"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": -4,
"cds_end": null,
"cds_length": 3888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5333,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"hgvs_c": "c.889-15450A>T",
"hgvs_p": null,
"transcript": "XM_011534202.4",
"protein_id": "XP_011532504.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 918,
"cds_start": -4,
"cds_end": null,
"cds_length": 2757,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CADPS",
"gene_hgnc_id": 1426,
"dbsnp": "rs978879",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7400000095367432,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.74,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.283,
"phylop100way_prediction": "Benign",
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000383710.9",
"gene_symbol": "CADPS",
"hgnc_id": 1426,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.889-15450A>T",
"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
}