← 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: 5-87399457-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=87399457&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 87399457,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001363539.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.809T>G",
"hgvs_p": "p.Val270Gly",
"transcript": "NM_001239.4",
"protein_id": "NP_001230.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 323,
"cds_start": 809,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000256897.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001239.4"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.809T>G",
"hgvs_p": "p.Val270Gly",
"transcript": "ENST00000256897.9",
"protein_id": "ENSP00000256897.4",
"transcript_support_level": 1,
"aa_start": 270,
"aa_end": null,
"aa_length": 323,
"cds_start": 809,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001239.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000256897.9"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.587T>G",
"hgvs_p": "p.Val196Gly",
"transcript": "ENST00000508855.5",
"protein_id": "ENSP00000426454.1",
"transcript_support_level": 1,
"aa_start": 196,
"aa_end": null,
"aa_length": 255,
"cds_start": 587,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508855.5"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.587T>G",
"hgvs_p": "p.Val196Gly",
"transcript": "ENST00000504878.1",
"protein_id": "ENSP00000426075.1",
"transcript_support_level": 1,
"aa_start": 196,
"aa_end": null,
"aa_length": 249,
"cds_start": 587,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000504878.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.809T>G",
"hgvs_p": "p.Val270Gly",
"transcript": "NM_001363539.2",
"protein_id": "NP_001350468.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 325,
"cds_start": 809,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363539.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.809T>G",
"hgvs_p": "p.Val270Gly",
"transcript": "NM_001364075.2",
"protein_id": "NP_001351004.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 325,
"cds_start": 809,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364075.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.809T>G",
"hgvs_p": "p.Val270Gly",
"transcript": "ENST00000713562.1",
"protein_id": "ENSP00000518855.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 323,
"cds_start": 809,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713562.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.809T>G",
"hgvs_p": "p.Val270Gly",
"transcript": "ENST00000888806.1",
"protein_id": "ENSP00000558865.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 323,
"cds_start": 809,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888806.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.809T>G",
"hgvs_p": "p.Val270Gly",
"transcript": "ENST00000888807.1",
"protein_id": "ENSP00000558866.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 323,
"cds_start": 809,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888807.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.809T>G",
"hgvs_p": "p.Val270Gly",
"transcript": "ENST00000962232.1",
"protein_id": "ENSP00000632291.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 323,
"cds_start": 809,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962232.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.809T>G",
"hgvs_p": "p.Val270Gly",
"transcript": "ENST00000962233.1",
"protein_id": "ENSP00000632292.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 323,
"cds_start": 809,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962233.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.758T>G",
"hgvs_p": "p.Val253Gly",
"transcript": "ENST00000888808.1",
"protein_id": "ENSP00000558867.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 306,
"cds_start": 758,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888808.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.650T>G",
"hgvs_p": "p.Val217Gly",
"transcript": "NM_001364076.2",
"protein_id": "NP_001351005.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 272,
"cds_start": 650,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364076.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.650T>G",
"hgvs_p": "p.Val217Gly",
"transcript": "NM_001199189.2",
"protein_id": "NP_001186118.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 270,
"cds_start": 650,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199189.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.629T>G",
"hgvs_p": "p.Val210Gly",
"transcript": "ENST00000888809.1",
"protein_id": "ENSP00000558868.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 263,
"cds_start": 629,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888809.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.200T>G",
"hgvs_p": "p.Val67Gly",
"transcript": "ENST00000939483.1",
"protein_id": "ENSP00000609542.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 120,
"cds_start": 200,
"cds_end": null,
"cds_length": 363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939483.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "c.*21T>G",
"hgvs_p": null,
"transcript": "XM_047417863.1",
"protein_id": "XP_047273819.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 207,
"cds_start": null,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417863.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "n.495T>G",
"hgvs_p": null,
"transcript": "ENST00000504115.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000504115.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "n.325T>G",
"hgvs_p": null,
"transcript": "ENST00000505587.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000505587.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "n.227T>G",
"hgvs_p": null,
"transcript": "ENST00000510921.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000510921.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "n.122T>G",
"hgvs_p": null,
"transcript": "ENST00000511207.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000511207.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "n.809T>G",
"hgvs_p": null,
"transcript": "ENST00000645953.1",
"protein_id": "ENSP00000494460.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000645953.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "n.1188T>G",
"hgvs_p": null,
"transcript": "NR_157068.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_157068.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "n.781T>G",
"hgvs_p": null,
"transcript": "NR_157069.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_157069.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "n.945T>G",
"hgvs_p": null,
"transcript": "NR_157070.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_157070.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "n.781T>G",
"hgvs_p": null,
"transcript": "NR_157071.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_157071.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"hgvs_c": "n.-8T>G",
"hgvs_p": null,
"transcript": "ENST00000646883.1",
"protein_id": "ENSP00000493789.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000646883.1"
}
],
"gene_symbol": "CCNH",
"gene_hgnc_id": 1594,
"dbsnp": "rs2230641",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.576387882232666,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.527,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4999,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.18,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.466,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001363539.2",
"gene_symbol": "CCNH",
"hgnc_id": 1594,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.809T>G",
"hgvs_p": "p.Val270Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}