← 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: 10-92052267-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=92052267&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 92052267,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_014912.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2042C>T",
"hgvs_p": "p.Pro681Leu",
"transcript": "NM_014912.5",
"protein_id": "NP_055727.3",
"transcript_support_level": null,
"aa_start": 681,
"aa_end": null,
"aa_length": 698,
"cds_start": 2042,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265997.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014912.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2042C>T",
"hgvs_p": "p.Pro681Leu",
"transcript": "ENST00000265997.5",
"protein_id": "ENSP00000265997.4",
"transcript_support_level": 1,
"aa_start": 681,
"aa_end": null,
"aa_length": 698,
"cds_start": 2042,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014912.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265997.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Pro667Leu",
"transcript": "ENST00000412050.8",
"protein_id": "ENSP00000398310.2",
"transcript_support_level": 1,
"aa_start": 667,
"aa_end": null,
"aa_length": 684,
"cds_start": 2000,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000412050.8"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2093C>T",
"hgvs_p": "p.Pro698Leu",
"transcript": "ENST00000903868.1",
"protein_id": "ENSP00000573927.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 715,
"cds_start": 2093,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903868.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2093C>T",
"hgvs_p": "p.Pro698Leu",
"transcript": "ENST00000903872.1",
"protein_id": "ENSP00000573931.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 715,
"cds_start": 2093,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903872.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2093C>T",
"hgvs_p": "p.Pro698Leu",
"transcript": "ENST00000903879.1",
"protein_id": "ENSP00000573938.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 715,
"cds_start": 2093,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903879.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Pro690Leu",
"transcript": "ENST00000903866.1",
"protein_id": "ENSP00000573925.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 707,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903866.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Pro690Leu",
"transcript": "ENST00000903870.1",
"protein_id": "ENSP00000573929.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 707,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903870.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Pro690Leu",
"transcript": "ENST00000903875.1",
"protein_id": "ENSP00000573934.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 707,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903875.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Pro690Leu",
"transcript": "ENST00000903878.1",
"protein_id": "ENSP00000573937.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 707,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903878.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Pro690Leu",
"transcript": "ENST00000903880.1",
"protein_id": "ENSP00000573939.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 707,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903880.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Pro690Leu",
"transcript": "ENST00000946417.1",
"protein_id": "ENSP00000616476.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 707,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946417.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Pro690Leu",
"transcript": "ENST00000946418.1",
"protein_id": "ENSP00000616477.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 707,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946418.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Pro690Leu",
"transcript": "ENST00000946420.1",
"protein_id": "ENSP00000616479.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 707,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946420.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2042C>T",
"hgvs_p": "p.Pro681Leu",
"transcript": "ENST00000614585.4",
"protein_id": "ENSP00000482128.1",
"transcript_support_level": 5,
"aa_start": 681,
"aa_end": null,
"aa_length": 698,
"cds_start": 2042,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614585.4"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2024C>T",
"hgvs_p": "p.Pro675Leu",
"transcript": "ENST00000903882.1",
"protein_id": "ENSP00000573941.1",
"transcript_support_level": null,
"aa_start": 675,
"aa_end": null,
"aa_length": 692,
"cds_start": 2024,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903882.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2012C>T",
"hgvs_p": "p.Pro671Leu",
"transcript": "ENST00000912186.1",
"protein_id": "ENSP00000582245.1",
"transcript_support_level": null,
"aa_start": 671,
"aa_end": null,
"aa_length": 688,
"cds_start": 2012,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912186.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Pro667Leu",
"transcript": "NM_001178137.2",
"protein_id": "NP_001171608.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 684,
"cds_start": 2000,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001178137.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Pro667Leu",
"transcript": "ENST00000903860.1",
"protein_id": "ENSP00000573920.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 684,
"cds_start": 2000,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903860.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Pro667Leu",
"transcript": "ENST00000903863.1",
"protein_id": "ENSP00000573922.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 684,
"cds_start": 2000,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903863.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Pro667Leu",
"transcript": "ENST00000903874.1",
"protein_id": "ENSP00000573933.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 684,
"cds_start": 2000,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903874.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Pro667Leu",
"transcript": "ENST00000903876.1",
"protein_id": "ENSP00000573935.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 684,
"cds_start": 2000,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903876.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Pro667Leu",
"transcript": "ENST00000903883.1",
"protein_id": "ENSP00000573942.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 684,
"cds_start": 2000,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903883.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Pro667Leu",
"transcript": "ENST00000946416.1",
"protein_id": "ENSP00000616475.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 684,
"cds_start": 2000,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946416.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.1943C>T",
"hgvs_p": "p.Pro648Leu",
"transcript": "ENST00000903873.1",
"protein_id": "ENSP00000573932.1",
"transcript_support_level": null,
"aa_start": 648,
"aa_end": null,
"aa_length": 665,
"cds_start": 1943,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903873.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.1943C>T",
"hgvs_p": "p.Pro648Leu",
"transcript": "ENST00000903881.1",
"protein_id": "ENSP00000573940.1",
"transcript_support_level": null,
"aa_start": 648,
"aa_end": null,
"aa_length": 665,
"cds_start": 1943,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903881.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.1943C>T",
"hgvs_p": "p.Pro648Leu",
"transcript": "ENST00000912187.1",
"protein_id": "ENSP00000582246.1",
"transcript_support_level": null,
"aa_start": 648,
"aa_end": null,
"aa_length": 665,
"cds_start": 1943,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912187.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.1901C>T",
"hgvs_p": "p.Pro634Leu",
"transcript": "ENST00000903871.1",
"protein_id": "ENSP00000573930.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 651,
"cds_start": 1901,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903871.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.1832C>T",
"hgvs_p": "p.Pro611Leu",
"transcript": "ENST00000903869.1",
"protein_id": "ENSP00000573928.1",
"transcript_support_level": null,
"aa_start": 611,
"aa_end": null,
"aa_length": 628,
"cds_start": 1832,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903869.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.1772C>T",
"hgvs_p": "p.Pro591Leu",
"transcript": "ENST00000946419.1",
"protein_id": "ENSP00000616478.1",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 608,
"cds_start": 1772,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946419.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.1742C>T",
"hgvs_p": "p.Pro581Leu",
"transcript": "ENST00000903867.1",
"protein_id": "ENSP00000573926.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 598,
"cds_start": 1742,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903867.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.1742C>T",
"hgvs_p": "p.Pro581Leu",
"transcript": "ENST00000912188.1",
"protein_id": "ENSP00000582247.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 598,
"cds_start": 1742,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912188.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.1703C>T",
"hgvs_p": "p.Pro568Leu",
"transcript": "ENST00000903877.1",
"protein_id": "ENSP00000573936.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 585,
"cds_start": 1703,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903877.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2093C>T",
"hgvs_p": "p.Pro698Leu",
"transcript": "XM_006717715.4",
"protein_id": "XP_006717778.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 715,
"cds_start": 2093,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006717715.4"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2093C>T",
"hgvs_p": "p.Pro698Leu",
"transcript": "XM_024447893.2",
"protein_id": "XP_024303661.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 715,
"cds_start": 2093,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447893.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2093C>T",
"hgvs_p": "p.Pro698Leu",
"transcript": "XM_024447894.2",
"protein_id": "XP_024303662.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 715,
"cds_start": 2093,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447894.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2093C>T",
"hgvs_p": "p.Pro698Leu",
"transcript": "XM_024447895.2",
"protein_id": "XP_024303663.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 715,
"cds_start": 2093,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447895.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2093C>T",
"hgvs_p": "p.Pro698Leu",
"transcript": "XM_047424807.1",
"protein_id": "XP_047280763.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 715,
"cds_start": 2093,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424807.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Pro690Leu",
"transcript": "XM_011539514.3",
"protein_id": "XP_011537816.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 707,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539514.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Pro690Leu",
"transcript": "XM_047424808.1",
"protein_id": "XP_047280764.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 707,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424808.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Pro690Leu",
"transcript": "XM_047424809.1",
"protein_id": "XP_047280765.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 707,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424809.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Pro690Leu",
"transcript": "XM_047424810.1",
"protein_id": "XP_047280766.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 707,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424810.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2024C>T",
"hgvs_p": "p.Pro675Leu",
"transcript": "XM_011539515.3",
"protein_id": "XP_011537817.1",
"transcript_support_level": null,
"aa_start": 675,
"aa_end": null,
"aa_length": 692,
"cds_start": 2024,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539515.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2024C>T",
"hgvs_p": "p.Pro675Leu",
"transcript": "XM_047424812.1",
"protein_id": "XP_047280768.1",
"transcript_support_level": null,
"aa_start": 675,
"aa_end": null,
"aa_length": 692,
"cds_start": 2024,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424812.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Pro667Leu",
"transcript": "XM_005269630.5",
"protein_id": "XP_005269687.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 684,
"cds_start": 2000,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269630.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Pro667Leu",
"transcript": "XM_047424813.1",
"protein_id": "XP_047280769.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 684,
"cds_start": 2000,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424813.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Pro667Leu",
"transcript": "XM_047424814.1",
"protein_id": "XP_047280770.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 684,
"cds_start": 2000,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424814.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.1943C>T",
"hgvs_p": "p.Pro648Leu",
"transcript": "XM_011539517.3",
"protein_id": "XP_011537819.1",
"transcript_support_level": null,
"aa_start": 648,
"aa_end": null,
"aa_length": 665,
"cds_start": 1943,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539517.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.1811C>T",
"hgvs_p": "p.Pro604Leu",
"transcript": "XM_011539519.3",
"protein_id": "XP_011537821.1",
"transcript_support_level": null,
"aa_start": 604,
"aa_end": null,
"aa_length": 621,
"cds_start": 1811,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539519.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.1811C>T",
"hgvs_p": "p.Pro604Leu",
"transcript": "XM_047424818.1",
"protein_id": "XP_047280774.1",
"transcript_support_level": null,
"aa_start": 604,
"aa_end": null,
"aa_length": 621,
"cds_start": 1811,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424818.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.1742C>T",
"hgvs_p": "p.Pro581Leu",
"transcript": "XM_011539520.3",
"protein_id": "XP_011537822.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 598,
"cds_start": 1742,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539520.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"hgvs_c": "c.890C>T",
"hgvs_p": "p.Pro297Leu",
"transcript": "XM_017015927.2",
"protein_id": "XP_016871416.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 314,
"cds_start": 890,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015927.2"
}
],
"gene_symbol": "CPEB3",
"gene_hgnc_id": 21746,
"dbsnp": "rs1194373530",
"frequency_reference_population": 0.00000136815,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136815,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8778232336044312,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.725,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9986,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.33,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 10.003,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014912.5",
"gene_symbol": "CPEB3",
"hgnc_id": 21746,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.2042C>T",
"hgvs_p": "p.Pro681Leu"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}