← 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: 19-3633462-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=3633462&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 3633462,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_012398.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1979C>A",
"hgvs_p": "p.Pro660Gln",
"transcript": "NM_012398.3",
"protein_id": "NP_036530.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 668,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000335312.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012398.3"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1979C>A",
"hgvs_p": "p.Pro660Gln",
"transcript": "ENST00000335312.8",
"protein_id": "ENSP00000335333.3",
"transcript_support_level": 1,
"aa_start": 660,
"aa_end": null,
"aa_length": 668,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012398.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000335312.8"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.2096C>A",
"hgvs_p": "p.Pro699Gln",
"transcript": "ENST00000876625.1",
"protein_id": "ENSP00000546684.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 707,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876625.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.2081C>A",
"hgvs_p": "p.Pro694Gln",
"transcript": "ENST00000967141.1",
"protein_id": "ENSP00000637200.1",
"transcript_support_level": null,
"aa_start": 694,
"aa_end": null,
"aa_length": 702,
"cds_start": 2081,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967141.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.2057C>A",
"hgvs_p": "p.Pro686Gln",
"transcript": "ENST00000679885.1",
"protein_id": "ENSP00000504894.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 694,
"cds_start": 2057,
"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": "ENST00000679885.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1973C>A",
"hgvs_p": "p.Pro658Gln",
"transcript": "ENST00000876630.1",
"protein_id": "ENSP00000546689.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 666,
"cds_start": 1973,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876630.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1967C>A",
"hgvs_p": "p.Pro656Gln",
"transcript": "ENST00000876628.1",
"protein_id": "ENSP00000546687.1",
"transcript_support_level": null,
"aa_start": 656,
"aa_end": null,
"aa_length": 664,
"cds_start": 1967,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876628.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1946C>A",
"hgvs_p": "p.Pro649Gln",
"transcript": "ENST00000876622.1",
"protein_id": "ENSP00000546681.1",
"transcript_support_level": null,
"aa_start": 649,
"aa_end": null,
"aa_length": 657,
"cds_start": 1946,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876622.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1895C>A",
"hgvs_p": "p.Pro632Gln",
"transcript": "ENST00000876621.1",
"protein_id": "ENSP00000546680.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 640,
"cds_start": 1895,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876621.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1886C>A",
"hgvs_p": "p.Pro629Gln",
"transcript": "ENST00000967140.1",
"protein_id": "ENSP00000637199.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 637,
"cds_start": 1886,
"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": "ENST00000967140.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1826C>A",
"hgvs_p": "p.Pro609Gln",
"transcript": "ENST00000876629.1",
"protein_id": "ENSP00000546688.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 617,
"cds_start": 1826,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876629.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1946C>A",
"hgvs_p": "p.Pro649Gln",
"transcript": "XM_017026540.3",
"protein_id": "XP_016882029.1",
"transcript_support_level": null,
"aa_start": 649,
"aa_end": null,
"aa_length": 657,
"cds_start": 1946,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017026540.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.*123C>A",
"hgvs_p": null,
"transcript": "XM_011527848.2",
"protein_id": "XP_011526150.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 672,
"cds_start": null,
"cds_end": null,
"cds_length": 2019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527848.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.*123C>A",
"hgvs_p": null,
"transcript": "XM_011527849.2",
"protein_id": "XP_011526151.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 646,
"cds_start": null,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527849.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.2071-293C>A",
"hgvs_p": null,
"transcript": "ENST00000918776.1",
"protein_id": "ENSP00000588835.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 690,
"cds_start": null,
"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": "ENST00000918776.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.2053-293C>A",
"hgvs_p": null,
"transcript": "ENST00000918774.1",
"protein_id": "ENSP00000588833.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 684,
"cds_start": null,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918774.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.2023-293C>A",
"hgvs_p": null,
"transcript": "ENST00000876619.1",
"protein_id": "ENSP00000546678.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": null,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876619.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1999-293C>A",
"hgvs_p": null,
"transcript": "ENST00000876624.1",
"protein_id": "ENSP00000546683.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 666,
"cds_start": null,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876624.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1990-293C>A",
"hgvs_p": null,
"transcript": "ENST00000918775.1",
"protein_id": "ENSP00000588834.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 663,
"cds_start": null,
"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": "ENST00000918775.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1921-293C>A",
"hgvs_p": null,
"transcript": "NM_001195733.2",
"protein_id": "NP_001182662.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 640,
"cds_start": null,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001195733.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1921-293C>A",
"hgvs_p": null,
"transcript": "ENST00000539785.5",
"protein_id": "ENSP00000445992.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 640,
"cds_start": null,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539785.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1915-293C>A",
"hgvs_p": null,
"transcript": "ENST00000876626.1",
"protein_id": "ENSP00000546685.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 638,
"cds_start": null,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876626.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1888-293C>A",
"hgvs_p": null,
"transcript": "ENST00000876620.1",
"protein_id": "ENSP00000546679.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 629,
"cds_start": null,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876620.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1879-293C>A",
"hgvs_p": null,
"transcript": "ENST00000876623.1",
"protein_id": "ENSP00000546682.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 626,
"cds_start": null,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876623.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1837-293C>A",
"hgvs_p": null,
"transcript": "ENST00000876627.1",
"protein_id": "ENSP00000546686.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": null,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876627.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1756-293C>A",
"hgvs_p": null,
"transcript": "ENST00000967142.1",
"protein_id": "ENSP00000637201.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 585,
"cds_start": null,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967142.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "c.1888-293C>A",
"hgvs_p": null,
"transcript": "XM_047438535.1",
"protein_id": "XP_047294491.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 629,
"cds_start": null,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438535.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "n.*1518C>A",
"hgvs_p": null,
"transcript": "ENST00000679828.1",
"protein_id": "ENSP00000506175.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": "ENST00000679828.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"hgvs_c": "n.*1518C>A",
"hgvs_p": null,
"transcript": "ENST00000679828.1",
"protein_id": "ENSP00000506175.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": "ENST00000679828.1"
}
],
"gene_symbol": "PIP5K1C",
"gene_hgnc_id": 8996,
"dbsnp": "rs1349571250",
"frequency_reference_population": 0.0000015151584,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000151516,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.26497042179107666,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.085,
"revel_prediction": "Benign",
"alphamissense_score": 0.0678,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.54,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.393,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_012398.3",
"gene_symbol": "PIP5K1C",
"hgnc_id": 8996,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1979C>A",
"hgvs_p": "p.Pro660Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}