← 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: 10-89225172-CA-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=89225172&ref=CA&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 89225172,
"ref": "CA",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "ENST00000336233.10",
"consequences": [
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_000235.4",
"protein_id": "NP_000226.2",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 634,
"cdna_end": null,
"cdna_length": 2496,
"mane_select": "ENST00000336233.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "ENST00000336233.10",
"protein_id": "ENSP00000337354.5",
"transcript_support_level": 1,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 634,
"cdna_end": null,
"cdna_length": 2496,
"mane_select": "NM_000235.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "ENST00000428800.5",
"protein_id": "ENSP00000388415.1",
"transcript_support_level": 1,
"aa_start": 198,
"aa_end": null,
"aa_length": 289,
"cds_start": 594,
"cds_end": null,
"cds_length": 872,
"cdna_start": 777,
"cdna_end": null,
"cdna_length": 1055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.726delT",
"hgvs_p": "p.Phe242fs",
"transcript": "NM_001440836.1",
"protein_id": "NP_001427765.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 443,
"cds_start": 726,
"cds_end": null,
"cds_length": 1332,
"cdna_start": 841,
"cdna_end": null,
"cdna_length": 2703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.615delT",
"hgvs_p": "p.Phe205fs",
"transcript": "NM_001440837.1",
"protein_id": "NP_001427766.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 406,
"cds_start": 615,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 655,
"cdna_end": null,
"cdna_length": 2517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.609delT",
"hgvs_p": "p.Phe203fs",
"transcript": "NM_001440838.1",
"protein_id": "NP_001427767.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 404,
"cds_start": 609,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 2586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001127605.3",
"protein_id": "NP_001121077.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 2526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440818.1",
"protein_id": "NP_001427747.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1173,
"cdna_end": null,
"cdna_length": 3035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440819.1",
"protein_id": "NP_001427748.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 864,
"cdna_end": null,
"cdna_length": 2726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440820.1",
"protein_id": "NP_001427749.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1050,
"cdna_end": null,
"cdna_length": 2912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440821.1",
"protein_id": "NP_001427750.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 961,
"cdna_end": null,
"cdna_length": 2823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440822.1",
"protein_id": "NP_001427751.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1000,
"cdna_end": null,
"cdna_length": 2862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440823.1",
"protein_id": "NP_001427752.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 2776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440824.1",
"protein_id": "NP_001427753.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 981,
"cdna_end": null,
"cdna_length": 2843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440825.1",
"protein_id": "NP_001427754.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 938,
"cdna_end": null,
"cdna_length": 2800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440826.1",
"protein_id": "NP_001427755.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 821,
"cdna_end": null,
"cdna_length": 2683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440827.1",
"protein_id": "NP_001427756.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 791,
"cdna_end": null,
"cdna_length": 2653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440828.1",
"protein_id": "NP_001427757.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 888,
"cdna_end": null,
"cdna_length": 2750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440829.1",
"protein_id": "NP_001427758.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 890,
"cdna_end": null,
"cdna_length": 2752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440830.1",
"protein_id": "NP_001427759.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 910,
"cdna_end": null,
"cdna_length": 2772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440831.1",
"protein_id": "NP_001427760.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1017,
"cdna_end": null,
"cdna_length": 2879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440832.1",
"protein_id": "NP_001427761.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1760,
"cdna_end": null,
"cdna_length": 3622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440833.1",
"protein_id": "NP_001427762.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 678,
"cdna_end": null,
"cdna_length": 2540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440834.1",
"protein_id": "NP_001427763.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 666,
"cdna_end": null,
"cdna_length": 2528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "NM_001440835.1",
"protein_id": "NP_001427764.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 399,
"cds_start": 594,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1569,
"cdna_end": null,
"cdna_length": 3431,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.426delT",
"hgvs_p": "p.Phe142fs",
"transcript": "NM_001440839.1",
"protein_id": "NP_001427768.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 343,
"cds_start": 426,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 634,
"cdna_end": null,
"cdna_length": 2496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.426delT",
"hgvs_p": "p.Phe142fs",
"transcript": "ENST00000371837.5",
"protein_id": "ENSP00000360903.1",
"transcript_support_level": 2,
"aa_start": 142,
"aa_end": null,
"aa_length": 343,
"cds_start": 426,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 2513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.246delT",
"hgvs_p": "p.Phe82fs",
"transcript": "NM_001288979.2",
"protein_id": "NP_001275908.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 283,
"cds_start": 246,
"cds_end": null,
"cds_length": 852,
"cdna_start": 404,
"cdna_end": null,
"cdna_length": 2266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.246delT",
"hgvs_p": "p.Phe82fs",
"transcript": "ENST00000456827.5",
"protein_id": "ENSP00000413019.2",
"transcript_support_level": 3,
"aa_start": 82,
"aa_end": null,
"aa_length": 283,
"cds_start": 246,
"cds_end": null,
"cds_length": 852,
"cdna_start": 668,
"cdna_end": null,
"cdna_length": 2527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs",
"transcript": "ENST00000282673.5",
"protein_id": "ENSP00000282673.4",
"transcript_support_level": 3,
"aa_start": 198,
"aa_end": null,
"aa_length": 218,
"cds_start": 594,
"cds_end": null,
"cds_length": 658,
"cdna_start": 689,
"cdna_end": null,
"cdna_length": 753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LIPA",
"gene_hgnc_id": 6617,
"dbsnp": "rs780495201",
"frequency_reference_population": 6.84061e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84061e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 1.31,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PVS1",
"PM2"
],
"verdict": "Pathogenic",
"transcript": "ENST00000336233.10",
"gene_symbol": "LIPA",
"hgnc_id": 6617,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.594delT",
"hgvs_p": "p.Phe198fs"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}