← 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: 7-130400786-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=130400786&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 130400786,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000223208.10",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.678C>T",
"hgvs_p": "p.Asp226Asp",
"transcript": "NM_018718.3",
"protein_id": "NP_061188.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 373,
"cds_start": 678,
"cds_end": null,
"cds_length": 1122,
"cdna_start": 728,
"cdna_end": null,
"cdna_length": 6292,
"mane_select": "ENST00000223208.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.678C>T",
"hgvs_p": "p.Asp226Asp",
"transcript": "ENST00000223208.10",
"protein_id": "ENSP00000223208.4",
"transcript_support_level": 1,
"aa_start": 226,
"aa_end": null,
"aa_length": 373,
"cds_start": 678,
"cds_end": null,
"cds_length": 1122,
"cdna_start": 728,
"cdna_end": null,
"cdna_length": 6292,
"mane_select": "NM_018718.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.678C>T",
"hgvs_p": "p.Asp226Asp",
"transcript": "ENST00000343969.10",
"protein_id": "ENSP00000342738.6",
"transcript_support_level": 1,
"aa_start": 226,
"aa_end": null,
"aa_length": 304,
"cds_start": 678,
"cds_end": null,
"cds_length": 915,
"cdna_start": 728,
"cdna_end": null,
"cdna_length": 1012,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.*850C>T",
"hgvs_p": null,
"transcript": "ENST00000484549.6",
"protein_id": "ENSP00000419078.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.361C>T",
"hgvs_p": null,
"transcript": "ENST00000485736.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.*850C>T",
"hgvs_p": null,
"transcript": "ENST00000484549.6",
"protein_id": "ENSP00000419078.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.723C>T",
"hgvs_p": "p.Asp241Asp",
"transcript": "ENST00000675138.1",
"protein_id": "ENSP00000501597.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 388,
"cds_start": 723,
"cds_end": null,
"cds_length": 1167,
"cdna_start": 723,
"cdna_end": null,
"cdna_length": 1190,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.678C>T",
"hgvs_p": "p.Asp226Asp",
"transcript": "ENST00000676243.1",
"protein_id": "ENSP00000501717.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 376,
"cds_start": 678,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 771,
"cdna_end": null,
"cdna_length": 2541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.669C>T",
"hgvs_p": "p.Asp223Asp",
"transcript": "ENST00000541543.6",
"protein_id": "ENSP00000445888.2",
"transcript_support_level": 2,
"aa_start": 223,
"aa_end": null,
"aa_length": 370,
"cds_start": 669,
"cds_end": null,
"cds_length": 1113,
"cdna_start": 682,
"cdna_end": null,
"cdna_length": 6246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.669C>T",
"hgvs_p": "p.Asp223Asp",
"transcript": "ENST00000675935.1",
"protein_id": "ENSP00000501731.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 370,
"cds_start": 669,
"cds_end": null,
"cds_length": 1113,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 1272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.639C>T",
"hgvs_p": "p.Asp213Asp",
"transcript": "ENST00000675803.1",
"protein_id": "ENSP00000502477.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 360,
"cds_start": 639,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 960,
"cdna_end": null,
"cdna_length": 1700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.639C>T",
"hgvs_p": "p.Asp213Asp",
"transcript": "ENST00000676312.1",
"protein_id": "ENSP00000502312.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 360,
"cds_start": 639,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 897,
"cdna_end": null,
"cdna_length": 2721,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.630C>T",
"hgvs_p": "p.Asp210Asp",
"transcript": "ENST00000675168.1",
"protein_id": "ENSP00000501563.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 357,
"cds_start": 630,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 684,
"cdna_end": null,
"cdna_length": 2478,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.891C>T",
"hgvs_p": "p.Asp297Asp",
"transcript": "ENST00000471201.6",
"protein_id": "ENSP00000417463.2",
"transcript_support_level": 4,
"aa_start": 297,
"aa_end": null,
"aa_length": 322,
"cds_start": 891,
"cds_end": null,
"cds_length": 970,
"cdna_start": 1015,
"cdna_end": null,
"cdna_length": 1094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.678C>T",
"hgvs_p": "p.Asp226Asp",
"transcript": "ENST00000480206.2",
"protein_id": "ENSP00000502099.1",
"transcript_support_level": 3,
"aa_start": 226,
"aa_end": null,
"aa_length": 312,
"cds_start": 678,
"cds_end": null,
"cds_length": 939,
"cdna_start": 764,
"cdna_end": null,
"cdna_length": 3926,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.678C>T",
"hgvs_p": "p.Asp226Asp",
"transcript": "NM_001257158.2",
"protein_id": "NP_001244087.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 301,
"cds_start": 678,
"cds_end": null,
"cds_length": 906,
"cdna_start": 728,
"cdna_end": null,
"cdna_length": 6076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.678C>T",
"hgvs_p": "p.Asp226Asp",
"transcript": "ENST00000675596.1",
"protein_id": "ENSP00000501735.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 301,
"cds_start": 678,
"cds_end": null,
"cds_length": 906,
"cdna_start": 949,
"cdna_end": null,
"cdna_length": 2589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.630C>T",
"hgvs_p": "p.Asp210Asp",
"transcript": "NM_001257159.2",
"protein_id": "NP_001244088.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 285,
"cds_start": 630,
"cds_end": null,
"cds_length": 858,
"cdna_start": 680,
"cdna_end": null,
"cdna_length": 6028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.630C>T",
"hgvs_p": "p.Asp210Asp",
"transcript": "ENST00000675962.1",
"protein_id": "ENSP00000502478.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 285,
"cds_start": 630,
"cds_end": null,
"cds_length": 858,
"cdna_start": 690,
"cdna_end": null,
"cdna_length": 1278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.573C>T",
"hgvs_p": "p.Asp191Asp",
"transcript": "ENST00000472739.6",
"protein_id": "ENSP00000417593.2",
"transcript_support_level": 5,
"aa_start": 191,
"aa_end": null,
"aa_length": 216,
"cds_start": 573,
"cds_end": null,
"cds_length": 652,
"cdna_start": 915,
"cdna_end": null,
"cdna_length": 994,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.573C>T",
"hgvs_p": "p.Asp191Asp",
"transcript": "ENST00000475282.6",
"protein_id": "ENSP00000418363.2",
"transcript_support_level": 4,
"aa_start": 191,
"aa_end": null,
"aa_length": 216,
"cds_start": 573,
"cds_end": null,
"cds_length": 652,
"cdna_start": 712,
"cdna_end": null,
"cdna_length": 791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Asp23Asp",
"transcript": "ENST00000675563.1",
"protein_id": "ENSP00000502483.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 170,
"cds_start": 69,
"cds_end": null,
"cds_length": 513,
"cdna_start": 677,
"cdna_end": null,
"cdna_length": 1165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.723C>T",
"hgvs_p": "p.Asp241Asp",
"transcript": "XM_047421053.1",
"protein_id": "XP_047277009.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 388,
"cds_start": 723,
"cds_end": null,
"cds_length": 1167,
"cdna_start": 729,
"cdna_end": null,
"cdna_length": 6293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.639C>T",
"hgvs_p": "p.Asp213Asp",
"transcript": "XM_024447004.2",
"protein_id": "XP_024302772.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 360,
"cds_start": 639,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 963,
"cdna_end": null,
"cdna_length": 6527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.573C>T",
"hgvs_p": "p.Asp191Asp",
"transcript": "XM_011516709.4",
"protein_id": "XP_011515011.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 338,
"cds_start": 573,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 842,
"cdna_end": null,
"cdna_length": 6406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.573C>T",
"hgvs_p": "p.Asp191Asp",
"transcript": "XM_047421054.1",
"protein_id": "XP_047277010.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 338,
"cds_start": 573,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 859,
"cdna_end": null,
"cdna_length": 6423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.723C>T",
"hgvs_p": "p.Asp241Asp",
"transcript": "XM_047421055.1",
"protein_id": "XP_047277011.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 316,
"cds_start": 723,
"cds_end": null,
"cds_length": 951,
"cdna_start": 729,
"cdna_end": null,
"cdna_length": 6077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.*280C>T",
"hgvs_p": null,
"transcript": "ENST00000477003.6",
"protein_id": "ENSP00000420670.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.*599C>T",
"hgvs_p": null,
"transcript": "ENST00000492389.6",
"protein_id": "ENSP00000419192.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.424C>T",
"hgvs_p": null,
"transcript": "ENST00000603513.1",
"protein_id": null,
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.*224C>T",
"hgvs_p": null,
"transcript": "ENST00000674630.1",
"protein_id": "ENSP00000502521.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.488C>T",
"hgvs_p": null,
"transcript": "ENST00000675328.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.643C>T",
"hgvs_p": null,
"transcript": "ENST00000675542.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.*621C>T",
"hgvs_p": null,
"transcript": "ENST00000675721.1",
"protein_id": "ENSP00000502026.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2509,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.*582C>T",
"hgvs_p": null,
"transcript": "ENST00000675813.1",
"protein_id": "ENSP00000502785.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.*599C>T",
"hgvs_p": null,
"transcript": "ENST00000676115.1",
"protein_id": "ENSP00000502631.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.652C>T",
"hgvs_p": null,
"transcript": "NR_046443.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.*280C>T",
"hgvs_p": null,
"transcript": "ENST00000477003.6",
"protein_id": "ENSP00000420670.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.*599C>T",
"hgvs_p": null,
"transcript": "ENST00000492389.6",
"protein_id": "ENSP00000419192.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.*224C>T",
"hgvs_p": null,
"transcript": "ENST00000674630.1",
"protein_id": "ENSP00000502521.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.*621C>T",
"hgvs_p": null,
"transcript": "ENST00000675721.1",
"protein_id": "ENSP00000502026.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2509,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.*582C>T",
"hgvs_p": null,
"transcript": "ENST00000675813.1",
"protein_id": "ENSP00000502785.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "n.*599C>T",
"hgvs_p": null,
"transcript": "ENST00000676115.1",
"protein_id": "ENSP00000502631.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2612,
"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": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.575-532C>T",
"hgvs_p": null,
"transcript": "ENST00000675649.1",
"protein_id": "ENSP00000502385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 312,
"cds_start": -4,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6112,
"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": 6,
"intron_rank_end": null,
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"hgvs_c": "c.423-1747C>T",
"hgvs_p": null,
"transcript": "ENST00000674539.1",
"protein_id": "ENSP00000502834.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": -4,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CEP41",
"gene_hgnc_id": 12370,
"dbsnp": "rs545406161",
"frequency_reference_population": 0.0000229407,
"hom_count_reference_population": 0,
"allele_count_reference_population": 37,
"gnomad_exomes_af": 0.0000239633,
"gnomad_genomes_af": 0.0000131328,
"gnomad_exomes_ac": 35,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7099999785423279,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.71,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.298,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "ENST00000223208.10",
"gene_symbol": "CEP41",
"hgnc_id": 12370,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.678C>T",
"hgvs_p": "p.Asp226Asp"
}
],
"clinvar_disease": "Joubert syndrome,Joubert syndrome 15",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "Joubert syndrome|Joubert syndrome 15",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}