← 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: 15-57494048-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=57494048&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 57494048,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_032866.5",
"consequences": [
{
"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": 19,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "NM_032866.5",
"protein_id": "NP_116255.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000281282.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032866.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000281282.6",
"protein_id": "ENSP00000281282.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032866.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000281282.6"
},
{
"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": 20,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000955758.1",
"protein_id": "ENSP00000625817.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": "ENST00000955758.1"
},
{
"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": 19,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000860577.1",
"protein_id": "ENSP00000530636.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860577.1"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000860580.1",
"protein_id": "ENSP00000530639.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860580.1"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000860582.1",
"protein_id": "ENSP00000530641.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860582.1"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000955756.1",
"protein_id": "ENSP00000625815.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955756.1"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000955759.1",
"protein_id": "ENSP00000625818.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955759.1"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "NM_001252335.2",
"protein_id": "NP_001239264.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001252335.2"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000860576.1",
"protein_id": "ENSP00000530635.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860576.1"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000860578.1",
"protein_id": "ENSP00000530637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860578.1"
},
{
"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": 19,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000860583.1",
"protein_id": "ENSP00000530642.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860583.1"
},
{
"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": 21,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000955754.1",
"protein_id": "ENSP00000625813.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955754.1"
},
{
"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": 21,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000955757.1",
"protein_id": "ENSP00000625816.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955757.1"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2395-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000860579.1",
"protein_id": "ENSP00000530638.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860579.1"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2395-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000860581.1",
"protein_id": "ENSP00000530640.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860581.1"
},
{
"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": 19,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2395-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000926796.1",
"protein_id": "ENSP00000596855.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926796.1"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2395-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000955755.1",
"protein_id": "ENSP00000625814.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955755.1"
},
{
"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": 18,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2191-22732A>G",
"hgvs_p": null,
"transcript": "ENST00000926797.1",
"protein_id": "ENSP00000596856.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1231,
"cds_start": null,
"cds_end": null,
"cds_length": 3696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926797.1"
},
{
"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": 19,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_005254726.5",
"protein_id": "XP_005254783.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005254726.5"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_005254727.6",
"protein_id": "XP_005254784.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005254727.6"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_011522120.2",
"protein_id": "XP_011520422.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522120.2"
},
{
"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": 19,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_011522121.3",
"protein_id": "XP_011520423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522121.3"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433178.1",
"protein_id": "XP_047289134.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433178.1"
},
{
"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": 19,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433179.1",
"protein_id": "XP_047289135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433179.1"
},
{
"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": 21,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433180.1",
"protein_id": "XP_047289136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433180.1"
},
{
"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": 21,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433181.1",
"protein_id": "XP_047289137.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433181.1"
},
{
"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": 22,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433182.1",
"protein_id": "XP_047289138.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433182.1"
},
{
"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": 21,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433183.1",
"protein_id": "XP_047289139.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433183.1"
},
{
"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": 22,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433184.1",
"protein_id": "XP_047289140.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433184.1"
},
{
"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": 23,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433185.1",
"protein_id": "XP_047289141.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433185.1"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433186.1",
"protein_id": "XP_047289142.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433186.1"
},
{
"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": 22,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433187.1",
"protein_id": "XP_047289143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433187.1"
},
{
"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": 21,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_017022686.2",
"protein_id": "XP_016878175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022686.2"
},
{
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433188.1",
"protein_id": "XP_047289144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433188.1"
},
{
"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": 21,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433189.1",
"protein_id": "XP_047289145.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433189.1"
},
{
"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": 21,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433190.1",
"protein_id": "XP_047289146.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433190.1"
},
{
"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": 25,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433191.1",
"protein_id": "XP_047289147.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433191.1"
},
{
"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": 19,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null,
"transcript": "XM_047433192.1",
"protein_id": "XP_047289148.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433192.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": null,
"strand": true,
"consequences": [
"intragenic_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": null,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIDAP3",
"gene_hgnc_id": 58521,
"hgvs_c": "n.57494048A>G",
"hgvs_p": null,
"transcript": null,
"protein_id": null,
"transcript_support_level": null,
"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": null,
"feature": null
}
],
"gene_symbol": "CGNL1",
"gene_hgnc_id": 25931,
"dbsnp": "rs10518923",
"frequency_reference_population": 0.000013135944,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0000131359,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8399999737739563,
"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.84,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.782,
"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": "NM_032866.5",
"gene_symbol": "CGNL1",
"hgnc_id": 25931,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2404-22732A>G",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "",
"gene_symbol": "RIDAP3",
"hgnc_id": 58521,
"effects": [
"intragenic_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.57494048A>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
}