← 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: 4-103146038-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=103146038&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 103146038,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001813.3",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4204A>G",
"hgvs_p": "p.Ile1402Val",
"transcript": "NM_001813.3",
"protein_id": "NP_001804.2",
"transcript_support_level": null,
"aa_start": 1402,
"aa_end": null,
"aa_length": 2701,
"cds_start": 4204,
"cds_end": null,
"cds_length": 8106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265148.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001813.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4204A>G",
"hgvs_p": "p.Ile1402Val",
"transcript": "ENST00000265148.9",
"protein_id": "ENSP00000265148.3",
"transcript_support_level": 2,
"aa_start": 1402,
"aa_end": null,
"aa_length": 2701,
"cds_start": 4204,
"cds_end": null,
"cds_length": 8106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001813.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265148.9"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4129A>G",
"hgvs_p": "p.Ile1377Val",
"transcript": "ENST00000380026.8",
"protein_id": "ENSP00000369365.3",
"transcript_support_level": 1,
"aa_start": 1377,
"aa_end": null,
"aa_length": 2580,
"cds_start": 4129,
"cds_end": null,
"cds_length": 7743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380026.8"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4204A>G",
"hgvs_p": "p.Ile1402Val",
"transcript": "ENST00000933323.1",
"protein_id": "ENSP00000603382.1",
"transcript_support_level": null,
"aa_start": 1402,
"aa_end": null,
"aa_length": 2702,
"cds_start": 4204,
"cds_end": null,
"cds_length": 8109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933323.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4129A>G",
"hgvs_p": "p.Ile1377Val",
"transcript": "ENST00000933319.1",
"protein_id": "ENSP00000603378.1",
"transcript_support_level": null,
"aa_start": 1377,
"aa_end": null,
"aa_length": 2676,
"cds_start": 4129,
"cds_end": null,
"cds_length": 8031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933319.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4204A>G",
"hgvs_p": "p.Ile1402Val",
"transcript": "ENST00000933321.1",
"protein_id": "ENSP00000603380.1",
"transcript_support_level": null,
"aa_start": 1402,
"aa_end": null,
"aa_length": 2605,
"cds_start": 4204,
"cds_end": null,
"cds_length": 7818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933321.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4204A>G",
"hgvs_p": "p.Ile1402Val",
"transcript": "ENST00000933320.1",
"protein_id": "ENSP00000603379.1",
"transcript_support_level": null,
"aa_start": 1402,
"aa_end": null,
"aa_length": 2604,
"cds_start": 4204,
"cds_end": null,
"cds_length": 7815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933320.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4129A>G",
"hgvs_p": "p.Ile1377Val",
"transcript": "NM_001286734.2",
"protein_id": "NP_001273663.1",
"transcript_support_level": null,
"aa_start": 1377,
"aa_end": null,
"aa_length": 2580,
"cds_start": 4129,
"cds_end": null,
"cds_length": 7743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286734.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4129A>G",
"hgvs_p": "p.Ile1377Val",
"transcript": "ENST00000933322.1",
"protein_id": "ENSP00000603381.1",
"transcript_support_level": null,
"aa_start": 1377,
"aa_end": null,
"aa_length": 2579,
"cds_start": 4129,
"cds_end": null,
"cds_length": 7740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933322.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4129A>G",
"hgvs_p": "p.Ile1377Val",
"transcript": "ENST00000933324.1",
"protein_id": "ENSP00000603383.1",
"transcript_support_level": null,
"aa_start": 1377,
"aa_end": null,
"aa_length": 2526,
"cds_start": 4129,
"cds_end": null,
"cds_length": 7581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933324.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.3805A>G",
"hgvs_p": "p.Ile1269Val",
"transcript": "ENST00000960876.1",
"protein_id": "ENSP00000630935.1",
"transcript_support_level": null,
"aa_start": 1269,
"aa_end": null,
"aa_length": 2471,
"cds_start": 3805,
"cds_end": null,
"cds_length": 7416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960876.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4129A>G",
"hgvs_p": "p.Ile1377Val",
"transcript": "XM_011531544.3",
"protein_id": "XP_011529846.1",
"transcript_support_level": null,
"aa_start": 1377,
"aa_end": null,
"aa_length": 2676,
"cds_start": 4129,
"cds_end": null,
"cds_length": 8031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531544.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4204A>G",
"hgvs_p": "p.Ile1402Val",
"transcript": "XM_011531545.3",
"protein_id": "XP_011529847.1",
"transcript_support_level": null,
"aa_start": 1402,
"aa_end": null,
"aa_length": 2648,
"cds_start": 4204,
"cds_end": null,
"cds_length": 7947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531545.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4000A>G",
"hgvs_p": "p.Ile1334Val",
"transcript": "XM_011531546.4",
"protein_id": "XP_011529848.1",
"transcript_support_level": null,
"aa_start": 1334,
"aa_end": null,
"aa_length": 2633,
"cds_start": 4000,
"cds_end": null,
"cds_length": 7902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531546.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4129A>G",
"hgvs_p": "p.Ile1377Val",
"transcript": "XM_047449533.1",
"protein_id": "XP_047305489.1",
"transcript_support_level": null,
"aa_start": 1377,
"aa_end": null,
"aa_length": 2623,
"cds_start": 4129,
"cds_end": null,
"cds_length": 7872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449533.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.3925A>G",
"hgvs_p": "p.Ile1309Val",
"transcript": "XM_047449534.1",
"protein_id": "XP_047305490.1",
"transcript_support_level": null,
"aa_start": 1309,
"aa_end": null,
"aa_length": 2608,
"cds_start": 3925,
"cds_end": null,
"cds_length": 7827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449534.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4204A>G",
"hgvs_p": "p.Ile1402Val",
"transcript": "XM_011531547.3",
"protein_id": "XP_011529849.1",
"transcript_support_level": null,
"aa_start": 1402,
"aa_end": null,
"aa_length": 2605,
"cds_start": 4204,
"cds_end": null,
"cds_length": 7818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531547.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4204A>G",
"hgvs_p": "p.Ile1402Val",
"transcript": "XM_011531548.3",
"protein_id": "XP_011529850.1",
"transcript_support_level": null,
"aa_start": 1402,
"aa_end": null,
"aa_length": 2604,
"cds_start": 4204,
"cds_end": null,
"cds_length": 7815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531548.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4000A>G",
"hgvs_p": "p.Ile1334Val",
"transcript": "XM_047449535.1",
"protein_id": "XP_047305491.1",
"transcript_support_level": null,
"aa_start": 1334,
"aa_end": null,
"aa_length": 2580,
"cds_start": 4000,
"cds_end": null,
"cds_length": 7743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449535.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4129A>G",
"hgvs_p": "p.Ile1377Val",
"transcript": "XM_047449536.1",
"protein_id": "XP_047305492.1",
"transcript_support_level": null,
"aa_start": 1377,
"aa_end": null,
"aa_length": 2579,
"cds_start": 4129,
"cds_end": null,
"cds_length": 7740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449536.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4204A>G",
"hgvs_p": "p.Ile1402Val",
"transcript": "XM_011531549.3",
"protein_id": "XP_011529851.1",
"transcript_support_level": null,
"aa_start": 1402,
"aa_end": null,
"aa_length": 2553,
"cds_start": 4204,
"cds_end": null,
"cds_length": 7662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531549.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4204A>G",
"hgvs_p": "p.Ile1402Val",
"transcript": "XM_047449538.1",
"protein_id": "XP_047305494.1",
"transcript_support_level": null,
"aa_start": 1402,
"aa_end": null,
"aa_length": 2552,
"cds_start": 4204,
"cds_end": null,
"cds_length": 7659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449538.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4204A>G",
"hgvs_p": "p.Ile1402Val",
"transcript": "XM_017007659.2",
"protein_id": "XP_016863148.1",
"transcript_support_level": null,
"aa_start": 1402,
"aa_end": null,
"aa_length": 2551,
"cds_start": 4204,
"cds_end": null,
"cds_length": 7656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007659.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4000A>G",
"hgvs_p": "p.Ile1334Val",
"transcript": "XM_047449539.1",
"protein_id": "XP_047305495.1",
"transcript_support_level": null,
"aa_start": 1334,
"aa_end": null,
"aa_length": 2537,
"cds_start": 4000,
"cds_end": null,
"cds_length": 7614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449539.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4000A>G",
"hgvs_p": "p.Ile1334Val",
"transcript": "XM_047449540.1",
"protein_id": "XP_047305496.1",
"transcript_support_level": null,
"aa_start": 1334,
"aa_end": null,
"aa_length": 2536,
"cds_start": 4000,
"cds_end": null,
"cds_length": 7611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449540.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"hgvs_c": "c.4129A>G",
"hgvs_p": "p.Ile1377Val",
"transcript": "XM_047449541.1",
"protein_id": "XP_047305497.1",
"transcript_support_level": null,
"aa_start": 1377,
"aa_end": null,
"aa_length": 2526,
"cds_start": 4129,
"cds_end": null,
"cds_length": 7581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449541.1"
}
],
"gene_symbol": "CENPE",
"gene_hgnc_id": 1856,
"dbsnp": "rs35505100",
"frequency_reference_population": 0.0032660097,
"hom_count_reference_population": 82,
"allele_count_reference_population": 5271,
"gnomad_exomes_af": 0.0022407,
"gnomad_genomes_af": 0.0131055,
"gnomad_exomes_ac": 3275,
"gnomad_genomes_ac": 1996,
"gnomad_exomes_homalt": 43,
"gnomad_genomes_homalt": 39,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0032327771186828613,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.05,
"revel_prediction": "Benign",
"alphamissense_score": 0.0965,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.64,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.832,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001813.3",
"gene_symbol": "CENPE",
"hgnc_id": 1856,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.4204A>G",
"hgvs_p": "p.Ile1402Val"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}