← 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: 12-70329512-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=70329512&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 70329512,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_014515.7",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "NM_014515.7",
"protein_id": "NP_055330.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 540,
"cds_start": 328,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 471,
"cdna_end": null,
"cdna_length": 2844,
"mane_select": "ENST00000229195.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014515.7"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "ENST00000229195.8",
"protein_id": "ENSP00000229195.3",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 540,
"cds_start": 328,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 471,
"cdna_end": null,
"cdna_length": 2844,
"mane_select": "NM_014515.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000229195.8"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "ENST00000418359.7",
"protein_id": "ENSP00000412091.3",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 540,
"cds_start": 328,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 779,
"cdna_end": null,
"cdna_length": 3152,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418359.7"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.301G>A",
"hgvs_p": "p.Val101Ile",
"transcript": "ENST00000548159.5",
"protein_id": "ENSP00000449659.1",
"transcript_support_level": 1,
"aa_start": 101,
"aa_end": null,
"aa_length": 530,
"cds_start": 301,
"cds_end": null,
"cds_length": 1594,
"cdna_start": 1256,
"cdna_end": null,
"cdna_length": 2549,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548159.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "NM_001199302.2",
"protein_id": "NP_001186231.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 540,
"cds_start": 328,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 791,
"cdna_end": null,
"cdna_length": 3164,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199302.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "NM_001199303.2",
"protein_id": "NP_001186232.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 540,
"cds_start": 328,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 1005,
"cdna_end": null,
"cdna_length": 3378,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199303.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "NM_001414651.1",
"protein_id": "NP_001401580.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 540,
"cds_start": 328,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 872,
"cdna_end": null,
"cdna_length": 3245,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414651.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "ENST00000868453.1",
"protein_id": "ENSP00000538512.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 540,
"cds_start": 328,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 443,
"cdna_end": null,
"cdna_length": 2080,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868453.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "ENST00000868454.1",
"protein_id": "ENSP00000538513.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 540,
"cds_start": 328,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 610,
"cdna_end": null,
"cdna_length": 1928,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868454.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "ENST00000868455.1",
"protein_id": "ENSP00000538514.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 540,
"cds_start": 328,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 612,
"cdna_end": null,
"cdna_length": 1930,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868455.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "ENST00000932301.1",
"protein_id": "ENSP00000602360.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 540,
"cds_start": 328,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 489,
"cdna_end": null,
"cdna_length": 2862,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932301.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "ENST00000953274.1",
"protein_id": "ENSP00000623333.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 540,
"cds_start": 328,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 552,
"cdna_end": null,
"cdna_length": 2924,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953274.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "ENST00000551043.5",
"protein_id": "ENSP00000449260.1",
"transcript_support_level": 2,
"aa_start": 110,
"aa_end": null,
"aa_length": 539,
"cds_start": 328,
"cds_end": null,
"cds_length": 1621,
"cdna_start": 995,
"cdna_end": null,
"cdna_length": 2288,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551043.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "ENST00000932303.1",
"protein_id": "ENSP00000602362.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 539,
"cds_start": 328,
"cds_end": null,
"cds_length": 1620,
"cdna_start": 457,
"cdna_end": null,
"cdna_length": 1763,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932303.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "NM_001414652.1",
"protein_id": "NP_001401581.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 537,
"cds_start": 328,
"cds_end": null,
"cds_length": 1614,
"cdna_start": 471,
"cdna_end": null,
"cdna_length": 2835,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414652.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.301G>A",
"hgvs_p": "p.Val101Ile",
"transcript": "NM_001414653.1",
"protein_id": "NP_001401582.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 531,
"cds_start": 301,
"cds_end": null,
"cds_length": 1596,
"cdna_start": 695,
"cdna_end": null,
"cdna_length": 3068,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414653.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.301G>A",
"hgvs_p": "p.Val101Ile",
"transcript": "NM_001414654.1",
"protein_id": "NP_001401583.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 531,
"cds_start": 301,
"cds_end": null,
"cds_length": 1596,
"cdna_start": 529,
"cdna_end": null,
"cdna_length": 2902,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414654.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.301G>A",
"hgvs_p": "p.Val101Ile",
"transcript": "NM_001414655.1",
"protein_id": "NP_001401584.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 531,
"cds_start": 301,
"cds_end": null,
"cds_length": 1596,
"cdna_start": 882,
"cdna_end": null,
"cdna_length": 3255,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414655.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.286G>A",
"hgvs_p": "p.Val96Ile",
"transcript": "NM_001414656.1",
"protein_id": "NP_001401585.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 526,
"cds_start": 286,
"cds_end": null,
"cds_length": 1581,
"cdna_start": 429,
"cdna_end": null,
"cdna_length": 2802,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414656.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.268G>A",
"hgvs_p": "p.Val90Ile",
"transcript": "NM_001414657.1",
"protein_id": "NP_001401586.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 520,
"cds_start": 268,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 650,
"cdna_end": null,
"cdna_length": 3023,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414657.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.268G>A",
"hgvs_p": "p.Val90Ile",
"transcript": "NM_001414658.1",
"protein_id": "NP_001401587.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 520,
"cds_start": 268,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 328,
"cdna_end": null,
"cdna_length": 2701,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414658.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.268G>A",
"hgvs_p": "p.Val90Ile",
"transcript": "NM_001414659.1",
"protein_id": "NP_001401588.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 520,
"cds_start": 268,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 632,
"cdna_end": null,
"cdna_length": 3005,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414659.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.268G>A",
"hgvs_p": "p.Val90Ile",
"transcript": "NM_001414660.1",
"protein_id": "NP_001401589.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 520,
"cds_start": 268,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 658,
"cdna_end": null,
"cdna_length": 3031,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414660.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.268G>A",
"hgvs_p": "p.Val90Ile",
"transcript": "ENST00000550641.6",
"protein_id": "ENSP00000448024.2",
"transcript_support_level": 5,
"aa_start": 90,
"aa_end": null,
"aa_length": 520,
"cds_start": 268,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 658,
"cdna_end": null,
"cdna_length": 3031,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550641.6"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.205G>A",
"hgvs_p": "p.Val69Ile",
"transcript": "NM_001414661.1",
"protein_id": "NP_001401590.1",
"transcript_support_level": null,
"aa_start": 69,
"aa_end": null,
"aa_length": 499,
"cds_start": 205,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 2721,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414661.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "NM_001414662.1",
"protein_id": "NP_001401591.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 479,
"cds_start": 328,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 471,
"cdna_end": null,
"cdna_length": 2661,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414662.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "ENST00000552915.5",
"protein_id": "ENSP00000447497.1",
"transcript_support_level": 5,
"aa_start": 110,
"aa_end": null,
"aa_length": 308,
"cds_start": 328,
"cds_end": null,
"cds_length": 928,
"cdna_start": 471,
"cdna_end": null,
"cdna_length": 1071,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552915.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "ENST00000550194.5",
"protein_id": "ENSP00000449446.1",
"transcript_support_level": 5,
"aa_start": 110,
"aa_end": null,
"aa_length": 216,
"cds_start": 328,
"cds_end": null,
"cds_length": 652,
"cdna_start": 423,
"cdna_end": null,
"cdna_length": 747,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550194.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "ENST00000549750.5",
"protein_id": "ENSP00000449577.1",
"transcript_support_level": 5,
"aa_start": 110,
"aa_end": null,
"aa_length": 181,
"cds_start": 328,
"cds_end": null,
"cds_length": 548,
"cdna_start": 865,
"cdna_end": null,
"cdna_length": 1085,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549750.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.211G>A",
"hgvs_p": "p.Val71Ile",
"transcript": "ENST00000552151.2",
"protein_id": "ENSP00000483096.1",
"transcript_support_level": 2,
"aa_start": 71,
"aa_end": null,
"aa_length": 151,
"cds_start": 211,
"cds_end": null,
"cds_length": 456,
"cdna_start": 212,
"cdna_end": null,
"cdna_length": 1682,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552151.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Val25Ile",
"transcript": "ENST00000551873.5",
"protein_id": "ENSP00000450090.1",
"transcript_support_level": 5,
"aa_start": 25,
"aa_end": null,
"aa_length": 130,
"cds_start": 73,
"cds_end": null,
"cds_length": 394,
"cdna_start": 356,
"cdna_end": null,
"cdna_length": 677,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551873.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.301G>A",
"hgvs_p": "p.Val101Ile",
"transcript": "XM_017019348.2",
"protein_id": "XP_016874837.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 531,
"cds_start": 301,
"cds_end": null,
"cds_length": 1596,
"cdna_start": 816,
"cdna_end": null,
"cdna_length": 3189,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019348.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.268G>A",
"hgvs_p": "p.Val90Ile",
"transcript": "XM_047428882.1",
"protein_id": "XP_047284838.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 520,
"cds_start": 268,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 4134,
"cdna_end": null,
"cdna_length": 6507,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428882.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.268G>A",
"hgvs_p": "p.Val90Ile",
"transcript": "XM_047428884.1",
"protein_id": "XP_047284840.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 520,
"cds_start": 268,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 3799,
"cdna_end": null,
"cdna_length": 6172,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428884.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "XM_047428885.1",
"protein_id": "XP_047284841.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 439,
"cds_start": 328,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 571,
"cdna_end": null,
"cdna_length": 1651,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428885.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile",
"transcript": "XM_024448988.2",
"protein_id": "XP_024304756.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 309,
"cds_start": 328,
"cds_end": null,
"cds_length": 930,
"cdna_start": 571,
"cdna_end": null,
"cdna_length": 1807,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448988.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": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.239-5926G>A",
"hgvs_p": null,
"transcript": "ENST00000550160.5",
"protein_id": "ENSP00000448490.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 275,
"cds_start": null,
"cds_end": null,
"cds_length": 829,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 993,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550160.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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.212-5926G>A",
"hgvs_p": null,
"transcript": "ENST00000552483.5",
"protein_id": "ENSP00000450077.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 143,
"cds_start": null,
"cds_end": null,
"cds_length": 433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 895,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552483.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.49-24317G>A",
"hgvs_p": null,
"transcript": "ENST00000932302.1",
"protein_id": "ENSP00000602361.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 44,
"cds_start": null,
"cds_end": null,
"cds_length": 135,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1356,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932302.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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.239-5926G>A",
"hgvs_p": null,
"transcript": "XM_006719433.5",
"protein_id": "XP_006719496.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 403,
"cds_start": null,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2533,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719433.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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.239-5926G>A",
"hgvs_p": null,
"transcript": "XM_047428886.1",
"protein_id": "XP_047284842.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 403,
"cds_start": null,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2834,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428886.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": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.212-5926G>A",
"hgvs_p": null,
"transcript": "XM_024448986.2",
"protein_id": "XP_024304754.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 394,
"cds_start": null,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2778,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448986.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "n.284G>A",
"hgvs_p": null,
"transcript": "ENST00000547149.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 565,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000547149.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "n.456G>A",
"hgvs_p": null,
"transcript": "ENST00000547321.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 577,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000547321.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "n.299G>A",
"hgvs_p": null,
"transcript": "ENST00000548230.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 649,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000548230.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "n.*221G>A",
"hgvs_p": null,
"transcript": "ENST00000552319.5",
"protein_id": "ENSP00000448453.1",
"transcript_support_level": 5,
"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": 783,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000552319.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "n.1229G>A",
"hgvs_p": null,
"transcript": "NR_037615.2",
"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": 3602,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_037615.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "n.*221G>A",
"hgvs_p": null,
"transcript": "ENST00000552319.5",
"protein_id": "ENSP00000448453.1",
"transcript_support_level": 5,
"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": 783,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000552319.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "n.390-5926G>A",
"hgvs_p": null,
"transcript": "ENST00000548021.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 724,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000548021.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "n.172-5926G>A",
"hgvs_p": null,
"transcript": "ENST00000548599.5",
"protein_id": "ENSP00000449917.1",
"transcript_support_level": 5,
"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": 643,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000548599.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "n.342-5926G>A",
"hgvs_p": null,
"transcript": "ENST00000548863.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 737,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000548863.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "n.312-3255G>A",
"hgvs_p": null,
"transcript": "ENST00000549443.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 457,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000549443.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"hgvs_c": "c.*23G>A",
"hgvs_p": null,
"transcript": "ENST00000551132.5",
"protein_id": "ENSP00000449801.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 80,
"cds_start": null,
"cds_end": null,
"cds_length": 245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 618,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551132.5"
}
],
"gene_symbol": "CNOT2",
"gene_hgnc_id": 7878,
"dbsnp": "rs1161007517",
"frequency_reference_population": 0.0000024827418,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000137042,
"gnomad_genomes_af": 0.0000131825,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11139988899230957,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.071,
"revel_prediction": "Benign",
"alphamissense_score": 0.0703,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.54,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.283,
"phylop100way_prediction": "Uncertain_significance",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014515.7",
"gene_symbol": "CNOT2",
"hgnc_id": 7878,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.328G>A",
"hgvs_p": "p.Val110Ile"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}