← 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: 6-12122540-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=12122540&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 12122540,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "ENST00000379388.7",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "NM_002114.4",
"protein_id": "NP_002105.3",
"transcript_support_level": null,
"aa_start": 915,
"aa_end": null,
"aa_length": 2718,
"cds_start": 2745,
"cds_end": null,
"cds_length": 8157,
"cdna_start": 3103,
"cdna_end": null,
"cdna_length": 9053,
"mane_select": "ENST00000379388.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "ENST00000379388.7",
"protein_id": "ENSP00000368698.2",
"transcript_support_level": 1,
"aa_start": 915,
"aa_end": null,
"aa_length": 2718,
"cds_start": 2745,
"cds_end": null,
"cds_length": 8157,
"cdna_start": 3103,
"cdna_end": null,
"cdna_length": 9053,
"mane_select": "NM_002114.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "ENST00000478545.2",
"protein_id": "ENSP00000418021.2",
"transcript_support_level": 4,
"aa_start": 915,
"aa_end": null,
"aa_length": 2718,
"cds_start": 2745,
"cds_end": null,
"cds_length": 8157,
"cdna_start": 2936,
"cdna_end": null,
"cdna_length": 8886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "ENST00000487103.6",
"protein_id": "ENSP00000417348.2",
"transcript_support_level": 2,
"aa_start": 915,
"aa_end": null,
"aa_length": 2718,
"cds_start": 2745,
"cds_end": null,
"cds_length": 8157,
"cdna_start": 2903,
"cdna_end": null,
"cdna_length": 8853,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "ENST00000491710.6",
"protein_id": "ENSP00000419762.2",
"transcript_support_level": 3,
"aa_start": 915,
"aa_end": null,
"aa_length": 2718,
"cds_start": 2745,
"cds_end": null,
"cds_length": 8157,
"cdna_start": 2962,
"cdna_end": null,
"cdna_length": 8912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "ENST00000627968.3",
"protein_id": "ENSP00000486543.2",
"transcript_support_level": 5,
"aa_start": 915,
"aa_end": null,
"aa_length": 2684,
"cds_start": 2745,
"cds_end": null,
"cds_length": 8055,
"cdna_start": 3077,
"cdna_end": null,
"cdna_length": 8924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2139T>C",
"hgvs_p": "p.Thr713Thr",
"transcript": "ENST00000714231.1",
"protein_id": "ENSP00000519512.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 2516,
"cds_start": 2139,
"cds_end": null,
"cds_length": 7551,
"cdna_start": 2909,
"cdna_end": null,
"cdna_length": 8843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2139T>C",
"hgvs_p": "p.Thr713Thr",
"transcript": "ENST00000714232.1",
"protein_id": "ENSP00000519513.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 2516,
"cds_start": 2139,
"cds_end": null,
"cds_length": 7551,
"cdna_start": 2992,
"cdna_end": null,
"cdna_length": 8942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2772T>C",
"hgvs_p": "p.Thr924Thr",
"transcript": "XM_011514548.3",
"protein_id": "XP_011512850.1",
"transcript_support_level": null,
"aa_start": 924,
"aa_end": null,
"aa_length": 2727,
"cds_start": 2772,
"cds_end": null,
"cds_length": 8184,
"cdna_start": 3316,
"cdna_end": null,
"cdna_length": 9266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "XM_011514552.3",
"protein_id": "XP_011512854.1",
"transcript_support_level": null,
"aa_start": 915,
"aa_end": null,
"aa_length": 2718,
"cds_start": 2745,
"cds_end": null,
"cds_length": 8157,
"cdna_start": 2905,
"cdna_end": null,
"cdna_length": 8855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "XM_011514553.2",
"protein_id": "XP_011512855.1",
"transcript_support_level": null,
"aa_start": 915,
"aa_end": null,
"aa_length": 2718,
"cds_start": 2745,
"cds_end": null,
"cds_length": 8157,
"cdna_start": 2983,
"cdna_end": null,
"cdna_length": 8933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "XM_047418697.1",
"protein_id": "XP_047274653.1",
"transcript_support_level": null,
"aa_start": 915,
"aa_end": null,
"aa_length": 2718,
"cds_start": 2745,
"cds_end": null,
"cds_length": 8157,
"cdna_start": 2963,
"cdna_end": null,
"cdna_length": 8913,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "XM_047418698.1",
"protein_id": "XP_047274654.1",
"transcript_support_level": null,
"aa_start": 915,
"aa_end": null,
"aa_length": 2718,
"cds_start": 2745,
"cds_end": null,
"cds_length": 8157,
"cdna_start": 2902,
"cdna_end": null,
"cdna_length": 8852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "XM_047418699.1",
"protein_id": "XP_047274655.1",
"transcript_support_level": null,
"aa_start": 915,
"aa_end": null,
"aa_length": 2718,
"cds_start": 2745,
"cds_end": null,
"cds_length": 8157,
"cdna_start": 3524,
"cdna_end": null,
"cdna_length": 9474,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "XM_047418700.1",
"protein_id": "XP_047274656.1",
"transcript_support_level": null,
"aa_start": 915,
"aa_end": null,
"aa_length": 2718,
"cds_start": 2745,
"cds_end": null,
"cds_length": 8157,
"cdna_start": 3145,
"cdna_end": null,
"cdna_length": 9095,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2712T>C",
"hgvs_p": "p.Thr904Thr",
"transcript": "XM_011514555.4",
"protein_id": "XP_011512857.1",
"transcript_support_level": null,
"aa_start": 904,
"aa_end": null,
"aa_length": 2707,
"cds_start": 2712,
"cds_end": null,
"cds_length": 8124,
"cdna_start": 2807,
"cdna_end": null,
"cdna_length": 8757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2772T>C",
"hgvs_p": "p.Thr924Thr",
"transcript": "XM_047418701.1",
"protein_id": "XP_047274657.1",
"transcript_support_level": null,
"aa_start": 924,
"aa_end": null,
"aa_length": 2693,
"cds_start": 2772,
"cds_end": null,
"cds_length": 8082,
"cdna_start": 3695,
"cdna_end": null,
"cdna_length": 9543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "XM_047418702.1",
"protein_id": "XP_047274658.1",
"transcript_support_level": null,
"aa_start": 915,
"aa_end": null,
"aa_length": 2684,
"cds_start": 2745,
"cds_end": null,
"cds_length": 8055,
"cdna_start": 2905,
"cdna_end": null,
"cdna_length": 8753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "XM_047418703.1",
"protein_id": "XP_047274659.1",
"transcript_support_level": null,
"aa_start": 915,
"aa_end": null,
"aa_length": 2684,
"cds_start": 2745,
"cds_end": null,
"cds_length": 8055,
"cdna_start": 3103,
"cdna_end": null,
"cdna_length": 8951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2139T>C",
"hgvs_p": "p.Thr713Thr",
"transcript": "XM_047418704.1",
"protein_id": "XP_047274660.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 2516,
"cds_start": 2139,
"cds_end": null,
"cds_length": 7551,
"cdna_start": 4224,
"cdna_end": null,
"cdna_length": 10174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2772T>C",
"hgvs_p": "p.Thr924Thr",
"transcript": "XM_047418705.1",
"protein_id": "XP_047274661.1",
"transcript_support_level": null,
"aa_start": 924,
"aa_end": null,
"aa_length": 2035,
"cds_start": 2772,
"cds_end": null,
"cds_length": 6108,
"cdna_start": 3695,
"cdna_end": null,
"cdna_length": 7202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr",
"transcript": "XM_047418706.1",
"protein_id": "XP_047274662.1",
"transcript_support_level": null,
"aa_start": 915,
"aa_end": null,
"aa_length": 2026,
"cds_start": 2745,
"cds_end": null,
"cds_length": 6081,
"cdna_start": 3103,
"cdna_end": null,
"cdna_length": 6610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "n.2745T>C",
"hgvs_p": null,
"transcript": "ENST00000399469.3",
"protein_id": "ENSP00000382395.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "n.3695T>C",
"hgvs_p": null,
"transcript": "XR_007059258.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "n.2963T>C",
"hgvs_p": null,
"transcript": "XR_007059259.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "n.2905T>C",
"hgvs_p": null,
"transcript": "XR_007059260.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank_end": null,
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"hgvs_c": "c.166+2606T>C",
"hgvs_p": null,
"transcript": "ENST00000442081.7",
"protein_id": "ENSP00000409078.3",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 645,
"cds_start": -4,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "HIVEP1",
"gene_hgnc_id": 4920,
"dbsnp": "rs2228211",
"frequency_reference_population": 0.21007194,
"hom_count_reference_population": 38171,
"allele_count_reference_population": 339054,
"gnomad_exomes_af": 0.211785,
"gnomad_genomes_af": 0.193619,
"gnomad_exomes_ac": 309591,
"gnomad_genomes_ac": 29463,
"gnomad_exomes_homalt": 34923,
"gnomad_genomes_homalt": 3248,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9100000262260437,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.91,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.589,
"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": -14,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BA1",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000379388.7",
"gene_symbol": "HIVEP1",
"hgnc_id": 4920,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2745T>C",
"hgvs_p": "p.Thr915Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}