← 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: 13-97969686-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=97969686&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 97969686,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "ENST00000651721.2",
"consequences": [
{
"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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-112-37C>T",
"hgvs_p": null,
"transcript": "NM_002271.6",
"protein_id": "NP_002262.4",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1097,
"cds_start": -4,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6002,
"mane_select": "ENST00000651721.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-112-37C>T",
"hgvs_p": null,
"transcript": "ENST00000651721.2",
"protein_id": "ENSP00000499125.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1097,
"cds_start": -4,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6002,
"mane_select": "NM_002271.6",
"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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-58-37C>T",
"hgvs_p": null,
"transcript": "ENST00000261574.10",
"protein_id": "ENSP00000261574.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": -4,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6001,
"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": 29,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-219-37C>T",
"hgvs_p": null,
"transcript": "ENST00000357602.7",
"protein_id": "ENSP00000350219.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1097,
"cds_start": -4,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4335,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-112-37C>T",
"hgvs_p": null,
"transcript": "ENST00000460070.6",
"protein_id": "ENSP00000420284.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 123,
"cds_start": -4,
"cds_end": null,
"cds_length": 373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 544,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-112-37C>T",
"hgvs_p": null,
"transcript": "ENST00000481455.6",
"protein_id": "ENSP00000419766.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 100,
"cds_start": -4,
"cds_end": null,
"cds_length": 305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 555,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-112-37C>T",
"hgvs_p": null,
"transcript": "ENST00000480611.6",
"protein_id": "ENSP00000419860.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": -4,
"cds_end": null,
"cds_length": 298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 591,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-112-37C>T",
"hgvs_p": null,
"transcript": "ENST00000421861.7",
"protein_id": "ENSP00000408885.3",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 87,
"cds_start": -4,
"cds_end": null,
"cds_length": 266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 564,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-112-37C>T",
"hgvs_p": null,
"transcript": "ENST00000481689.6",
"protein_id": "ENSP00000420043.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 79,
"cds_start": -4,
"cds_end": null,
"cds_length": 242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 568,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-112-37C>T",
"hgvs_p": null,
"transcript": "ENST00000496368.6",
"protein_id": "ENSP00000417162.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 79,
"cds_start": -4,
"cds_end": null,
"cds_length": 240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 542,
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-219-37C>T",
"hgvs_p": null,
"transcript": "ENST00000471898.5",
"protein_id": "ENSP00000419797.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 73,
"cds_start": -4,
"cds_end": null,
"cds_length": 223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 556,
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-112-37C>T",
"hgvs_p": null,
"transcript": "ENST00000463157.6",
"protein_id": "ENSP00000420149.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 69,
"cds_start": -4,
"cds_end": null,
"cds_length": 210,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 493,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-112-37C>T",
"hgvs_p": null,
"transcript": "ENST00000485433.6",
"protein_id": "ENSP00000417721.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 56,
"cds_start": -4,
"cds_end": null,
"cds_length": 172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 524,
"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": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-112-37C>T",
"hgvs_p": null,
"transcript": "ENST00000493281.6",
"protein_id": "ENSP00000419166.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 45,
"cds_start": -4,
"cds_end": null,
"cds_length": 138,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 544,
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-112-37C>T",
"hgvs_p": null,
"transcript": "ENST00000489058.6",
"protein_id": "ENSP00000417993.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 33,
"cds_start": -4,
"cds_end": null,
"cds_length": 104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "n.542-37C>T",
"hgvs_p": null,
"transcript": "ENST00000482642.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 724,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "n.-112-37C>T",
"hgvs_p": null,
"transcript": "ENST00000490369.6",
"protein_id": "ENSP00000419398.2",
"transcript_support_level": 4,
"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": 542,
"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": 28,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-58-37C>T",
"hgvs_p": null,
"transcript": "XM_005254052.4",
"protein_id": "XP_005254109.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": -4,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5922,
"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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-58-37C>T",
"hgvs_p": null,
"transcript": "XM_011521087.3",
"protein_id": "XP_011519389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": -4,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6059,
"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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-58-37C>T",
"hgvs_p": null,
"transcript": "XM_011521088.3",
"protein_id": "XP_011519390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": -4,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6125,
"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": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-58-37C>T",
"hgvs_p": null,
"transcript": "XM_011521089.3",
"protein_id": "XP_011519391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": -4,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6182,
"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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-55-40C>T",
"hgvs_p": null,
"transcript": "XM_017020562.2",
"protein_id": "XP_016876051.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": -4,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5999,
"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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-58-37C>T",
"hgvs_p": null,
"transcript": "XM_024449346.2",
"protein_id": "XP_024305114.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": -4,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6018,
"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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-55-40C>T",
"hgvs_p": null,
"transcript": "XM_047430296.1",
"protein_id": "XP_047286252.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": -4,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6122,
"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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-55-40C>T",
"hgvs_p": null,
"transcript": "XM_047430297.1",
"protein_id": "XP_047286253.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": -4,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6056,
"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": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-55-40C>T",
"hgvs_p": null,
"transcript": "XM_047430298.1",
"protein_id": "XP_047286254.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": -4,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6179,
"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": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-219-37C>T",
"hgvs_p": null,
"transcript": "XM_047430299.1",
"protein_id": "XP_047286255.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1097,
"cds_start": -4,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"hgvs_c": "c.-95C>T",
"hgvs_p": null,
"transcript": "ENST00000631030.1",
"protein_id": "ENSP00000487097.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 63,
"cds_start": -4,
"cds_end": null,
"cds_length": 192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 192,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "IPO5",
"gene_hgnc_id": 6402,
"dbsnp": "rs12866550",
"frequency_reference_population": 0.058917686,
"hom_count_reference_population": 3128,
"allele_count_reference_population": 50023,
"gnomad_exomes_af": 0.0610566,
"gnomad_genomes_af": 0.0491163,
"gnomad_exomes_ac": 42553,
"gnomad_genomes_ac": 7470,
"gnomad_exomes_homalt": 2682,
"gnomad_genomes_homalt": 446,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7200000286102295,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.72,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.14,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000651721.2",
"gene_symbol": "IPO5",
"hgnc_id": 6402,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.-112-37C>T",
"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
}