← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 3-32734895-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=32734895&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 32734895,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001256742.2",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "NM_015442.3",
"protein_id": "NP_056257.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 744,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000328834.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015442.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "ENST00000328834.10",
"protein_id": "ENSP00000330060.5",
"transcript_support_level": 1,
"aa_start": 478,
"aa_end": null,
"aa_length": 744,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015442.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000328834.10"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "ENST00000331889.10",
"protein_id": "ENSP00000329376.6",
"transcript_support_level": 1,
"aa_start": 478,
"aa_end": null,
"aa_length": 717,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000331889.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "n.1271A>G",
"hgvs_p": null,
"transcript": "ENST00000435630.5",
"protein_id": "ENSP00000402795.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000435630.5"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1613A>G",
"hgvs_p": "p.Asp538Gly",
"transcript": "NM_001256742.2",
"protein_id": "NP_001243671.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 804,
"cds_start": 1613,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256742.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1613A>G",
"hgvs_p": "p.Asp538Gly",
"transcript": "ENST00000454516.7",
"protein_id": "ENSP00000399862.2",
"transcript_support_level": 2,
"aa_start": 538,
"aa_end": null,
"aa_length": 804,
"cds_start": 1613,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000454516.7"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1532A>G",
"hgvs_p": "p.Asp511Gly",
"transcript": "ENST00000866042.1",
"protein_id": "ENSP00000536101.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 777,
"cds_start": 1532,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866042.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1526A>G",
"hgvs_p": "p.Asp509Gly",
"transcript": "ENST00000866044.1",
"protein_id": "ENSP00000536103.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 775,
"cds_start": 1526,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866044.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1526A>G",
"hgvs_p": "p.Asp509Gly",
"transcript": "ENST00000969499.1",
"protein_id": "ENSP00000639558.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 775,
"cds_start": 1526,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969499.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "NM_001393366.1",
"protein_id": "NP_001380295.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 743,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001393366.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1430A>G",
"hgvs_p": "p.Asp477Gly",
"transcript": "ENST00000866040.1",
"protein_id": "ENSP00000536099.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 743,
"cds_start": 1430,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866040.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "ENST00000866041.1",
"protein_id": "ENSP00000536100.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 743,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866041.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1430A>G",
"hgvs_p": "p.Asp477Gly",
"transcript": "ENST00000933342.1",
"protein_id": "ENSP00000603401.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 742,
"cds_start": 1430,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933342.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1400A>G",
"hgvs_p": "p.Asp467Gly",
"transcript": "ENST00000933346.1",
"protein_id": "ENSP00000603405.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 733,
"cds_start": 1400,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933346.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "NM_001393367.1",
"protein_id": "NP_001380296.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 732,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001393367.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "ENST00000866038.1",
"protein_id": "ENSP00000536097.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 732,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866038.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "NM_001393368.1",
"protein_id": "NP_001380297.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 731,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001393368.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1394A>G",
"hgvs_p": "p.Asp465Gly",
"transcript": "ENST00000866047.1",
"protein_id": "ENSP00000536106.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 731,
"cds_start": 1394,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866047.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1430A>G",
"hgvs_p": "p.Asp477Gly",
"transcript": "ENST00000969500.1",
"protein_id": "ENSP00000639559.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 731,
"cds_start": 1430,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969500.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "ENST00000969501.1",
"protein_id": "ENSP00000639560.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 731,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969501.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1361A>G",
"hgvs_p": "p.Asp454Gly",
"transcript": "ENST00000866051.1",
"protein_id": "ENSP00000536110.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 720,
"cds_start": 1361,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866051.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "NM_001256741.2",
"protein_id": "NP_001243670.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 717,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256741.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1349A>G",
"hgvs_p": "p.Asp450Gly",
"transcript": "ENST00000866039.1",
"protein_id": "ENSP00000536098.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 716,
"cds_start": 1349,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866039.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1430A>G",
"hgvs_p": "p.Asp477Gly",
"transcript": "ENST00000933345.1",
"protein_id": "ENSP00000603404.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 716,
"cds_start": 1430,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933345.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1346A>G",
"hgvs_p": "p.Asp449Gly",
"transcript": "ENST00000933340.1",
"protein_id": "ENSP00000603399.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 715,
"cds_start": 1346,
"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": "ENST00000933340.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "ENST00000866043.1",
"protein_id": "ENSP00000536102.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 706,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866043.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "NM_001393369.1",
"protein_id": "NP_001380298.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 705,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001393369.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "ENST00000866046.1",
"protein_id": "ENSP00000536105.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 705,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866046.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1283A>G",
"hgvs_p": "p.Asp428Gly",
"transcript": "ENST00000866049.1",
"protein_id": "ENSP00000536108.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 694,
"cds_start": 1283,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866049.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1271A>G",
"hgvs_p": "p.Asp424Gly",
"transcript": "ENST00000866050.1",
"protein_id": "ENSP00000536109.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 690,
"cds_start": 1271,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866050.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1271A>G",
"hgvs_p": "p.Asp424Gly",
"transcript": "ENST00000969496.1",
"protein_id": "ENSP00000639555.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 689,
"cds_start": 1271,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969496.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1346A>G",
"hgvs_p": "p.Asp449Gly",
"transcript": "ENST00000933344.1",
"protein_id": "ENSP00000603403.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 688,
"cds_start": 1346,
"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": "ENST00000933344.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1262A>G",
"hgvs_p": "p.Asp421Gly",
"transcript": "ENST00000933339.1",
"protein_id": "ENSP00000603398.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 687,
"cds_start": 1262,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933339.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "ENST00000866048.1",
"protein_id": "ENSP00000536107.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 679,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866048.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1271A>G",
"hgvs_p": "p.Asp424Gly",
"transcript": "ENST00000969497.1",
"protein_id": "ENSP00000639556.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 663,
"cds_start": 1271,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969497.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Asp478Gly",
"transcript": "ENST00000969495.1",
"protein_id": "ENSP00000639554.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 637,
"cds_start": 1433,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969495.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.74A>G",
"hgvs_p": "p.Asp25Gly",
"transcript": "ENST00000430408.1",
"protein_id": "ENSP00000395385.1",
"transcript_support_level": 3,
"aa_start": 25,
"aa_end": null,
"aa_length": 228,
"cds_start": 74,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430408.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1613A>G",
"hgvs_p": "p.Asp538Gly",
"transcript": "XM_006713084.4",
"protein_id": "XP_006713147.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 803,
"cds_start": 1613,
"cds_end": null,
"cds_length": 2412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713084.4"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1613A>G",
"hgvs_p": "p.Asp538Gly",
"transcript": "XM_006713085.4",
"protein_id": "XP_006713148.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 792,
"cds_start": 1613,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713085.4"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1613A>G",
"hgvs_p": "p.Asp538Gly",
"transcript": "XM_047447927.1",
"protein_id": "XP_047303883.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 791,
"cds_start": 1613,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447927.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1613A>G",
"hgvs_p": "p.Asp538Gly",
"transcript": "XM_011533566.3",
"protein_id": "XP_011531868.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 777,
"cds_start": 1613,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533566.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1613A>G",
"hgvs_p": "p.Asp538Gly",
"transcript": "XM_047447928.1",
"protein_id": "XP_047303884.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 765,
"cds_start": 1613,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447928.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.749A>G",
"hgvs_p": "p.Asp250Gly",
"transcript": "XM_011533567.3",
"protein_id": "XP_011531869.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 516,
"cds_start": 749,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533567.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1337+1351A>G",
"hgvs_p": null,
"transcript": "ENST00000933343.1",
"protein_id": "ENSP00000603402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 685,
"cds_start": null,
"cds_end": null,
"cds_length": 2058,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933343.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1337+1351A>G",
"hgvs_p": null,
"transcript": "ENST00000866045.1",
"protein_id": "ENSP00000536104.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 658,
"cds_start": null,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866045.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.1175+1351A>G",
"hgvs_p": null,
"transcript": "ENST00000969498.1",
"protein_id": "ENSP00000639557.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969498.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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.53-27942A>G",
"hgvs_p": null,
"transcript": "ENST00000933338.1",
"protein_id": "ENSP00000603397.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 157,
"cds_start": null,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933338.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "c.23-38616A>G",
"hgvs_p": null,
"transcript": "ENST00000933341.1",
"protein_id": "ENSP00000603400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 40,
"cds_start": null,
"cds_end": null,
"cds_length": 123,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933341.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "n.*559A>G",
"hgvs_p": null,
"transcript": "ENST00000416457.5",
"protein_id": "ENSP00000402979.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000416457.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "n.1544A>G",
"hgvs_p": null,
"transcript": "NR_046352.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_046352.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "n.1698A>G",
"hgvs_p": null,
"transcript": "XR_007095661.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007095661.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"hgvs_c": "n.*559A>G",
"hgvs_p": null,
"transcript": "ENST00000416457.5",
"protein_id": "ENSP00000402979.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000416457.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CNOT10-AS1",
"gene_hgnc_id": 41031,
"hgvs_c": "n.56+2504T>C",
"hgvs_p": null,
"transcript": "ENST00000475395.2",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000475395.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CNOT10-AS1",
"gene_hgnc_id": 41031,
"hgvs_c": "n.59+2504T>C",
"hgvs_p": null,
"transcript": "NR_046718.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_046718.1"
}
],
"gene_symbol": "CNOT10",
"gene_hgnc_id": 23817,
"dbsnp": "rs771032001",
"frequency_reference_population": 6.840703e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8407e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.21957972645759583,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.167,
"revel_prediction": "Benign",
"alphamissense_score": 0.0992,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.31,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.134,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.02,
"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_001256742.2",
"gene_symbol": "CNOT10",
"hgnc_id": 23817,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1613A>G",
"hgvs_p": "p.Asp538Gly"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000475395.2",
"gene_symbol": "CNOT10-AS1",
"hgnc_id": 41031,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.56+2504T>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}