← 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: 3-188162659-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=188162659&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 188162659,
"ref": "T",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_001375462.1",
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-190+8407T>G",
"hgvs_p": null,
"transcript": "NM_001375462.1",
"protein_id": "NP_001362391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18316,
"mane_select": "ENST00000617246.5",
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-190+8407T>G",
"hgvs_p": null,
"transcript": "ENST00000617246.5",
"protein_id": "ENSP00000478901.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18316,
"mane_select": "NM_001375462.1",
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-190+8638T>G",
"hgvs_p": null,
"transcript": "NM_001167671.3",
"protein_id": "NP_001161143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18344,
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-133+9296T>G",
"hgvs_p": null,
"transcript": "NM_001375455.1",
"protein_id": "NP_001362384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18506,
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-129+9296T>G",
"hgvs_p": null,
"transcript": "NM_001375456.1",
"protein_id": "NP_001362385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18502,
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-252+9296T>G",
"hgvs_p": null,
"transcript": "NM_001375457.1",
"protein_id": "NP_001362386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18625,
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-133+8638T>G",
"hgvs_p": null,
"transcript": "NM_001375458.1",
"protein_id": "NP_001362387.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18287,
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-67+8638T>G",
"hgvs_p": null,
"transcript": "NM_001375459.1",
"protein_id": "NP_001362388.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18221,
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-252+8638T>G",
"hgvs_p": null,
"transcript": "NM_001375460.1",
"protein_id": "NP_001362389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18406,
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-196+8638T>G",
"hgvs_p": null,
"transcript": "NM_001375461.1",
"protein_id": "NP_001362390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18350,
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-133+8407T>G",
"hgvs_p": null,
"transcript": "NM_001375463.1",
"protein_id": "NP_001362392.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18259,
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-252+8407T>G",
"hgvs_p": null,
"transcript": "NM_001375464.1",
"protein_id": "NP_001362393.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18378,
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-67+8407T>G",
"hgvs_p": null,
"transcript": "NM_001387663.1",
"protein_id": "NP_001374592.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18193,
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-186+8638T>G",
"hgvs_p": null,
"transcript": "NM_001387664.1",
"protein_id": "NP_001374593.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18340,
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-309+8638T>G",
"hgvs_p": null,
"transcript": "NM_001387665.1",
"protein_id": "NP_001374594.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18463,
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-309+8407T>G",
"hgvs_p": null,
"transcript": "NM_001387666.1",
"protein_id": "NP_001374595.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18435,
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-190+9296T>G",
"hgvs_p": null,
"transcript": "NM_001387667.1",
"protein_id": "NP_001374596.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18563,
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-129+8407T>G",
"hgvs_p": null,
"transcript": "NM_001387668.1",
"protein_id": "NP_001374597.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18255,
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-10+8407T>G",
"hgvs_p": null,
"transcript": "NM_001387670.1",
"protein_id": "NP_001374599.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18136,
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-129+8638T>G",
"hgvs_p": null,
"transcript": "NM_001387671.1",
"protein_id": "NP_001374600.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18283,
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-10+9296T>G",
"hgvs_p": null,
"transcript": "NM_001387672.1",
"protein_id": "NP_001374601.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18383,
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-10+8638T>G",
"hgvs_p": null,
"transcript": "NM_001387673.1",
"protein_id": "NP_001374602.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18164,
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-376+8407T>G",
"hgvs_p": null,
"transcript": "NM_001387674.1",
"protein_id": "NP_001374603.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18502,
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-133+8638T>G",
"hgvs_p": null,
"transcript": "ENST00000414139.6",
"protein_id": "ENSP00000392667.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18287,
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-10+8638T>G",
"hgvs_p": null,
"transcript": "NM_001167672.3",
"protein_id": "NP_001161144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": -4,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 17723,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-67+9296T>G",
"hgvs_p": null,
"transcript": "ENST00000448637.5",
"protein_id": "ENSP00000393602.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 428,
"cds_start": -4,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5835,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-133+8407T>G",
"hgvs_p": null,
"transcript": "NM_001387677.1",
"protein_id": "NP_001374606.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 377,
"cds_start": -4,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4439,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-252+8407T>G",
"hgvs_p": null,
"transcript": "NM_001387678.1",
"protein_id": "NP_001374607.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 377,
"cds_start": -4,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4558,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-67+8407T>G",
"hgvs_p": null,
"transcript": "NM_001387679.1",
"protein_id": "NP_001374608.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 377,
"cds_start": -4,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4373,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-67+8638T>G",
"hgvs_p": null,
"transcript": "NM_001387680.1",
"protein_id": "NP_001374609.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 377,
"cds_start": -4,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4401,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-190+8407T>G",
"hgvs_p": null,
"transcript": "NM_001387681.1",
"protein_id": "NP_001374610.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 377,
"cds_start": -4,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4496,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-94+8638T>G",
"hgvs_p": null,
"transcript": "NM_001387682.1",
"protein_id": "NP_001374611.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 377,
"cds_start": -4,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4428,
"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": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-10+8638T>G",
"hgvs_p": null,
"transcript": "NM_001387683.1",
"protein_id": "NP_001374612.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 377,
"cds_start": -4,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4344,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-133+8407T>G",
"hgvs_p": null,
"transcript": "ENST00000710845.1",
"protein_id": "ENSP00000518525.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 211,
"cds_start": -4,
"cds_end": null,
"cds_length": 637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 788,
"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": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-10+8638T>G",
"hgvs_p": null,
"transcript": "ENST00000416784.5",
"protein_id": "ENSP00000410340.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 150,
"cds_start": -4,
"cds_end": null,
"cds_length": 453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 612,
"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": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-186+8407T>G",
"hgvs_p": null,
"transcript": "ENST00000426274.6",
"protein_id": "ENSP00000397017.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 65,
"cds_start": -4,
"cds_end": null,
"cds_length": 199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 460,
"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": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-67+8638T>G",
"hgvs_p": null,
"transcript": "ENST00000454789.5",
"protein_id": "ENSP00000394257.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 64,
"cds_start": -4,
"cds_end": null,
"cds_length": 197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 343,
"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": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-217+8638T>G",
"hgvs_p": null,
"transcript": "ENST00000430340.5",
"protein_id": "ENSP00000397166.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 51,
"cds_start": -4,
"cds_end": null,
"cds_length": 158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 521,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000308437",
"gene_hgnc_id": null,
"hgvs_c": "n.582+2325A>C",
"hgvs_p": null,
"transcript": "ENST00000834038.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": 1009,
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "n.124+8638T>G",
"hgvs_p": null,
"transcript": "NR_164692.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": 18160,
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-38+8407T>G",
"hgvs_p": null,
"transcript": "XM_047448097.1",
"protein_id": "XP_047304053.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 676,
"cds_start": -4,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18356,
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-38+8407T>G",
"hgvs_p": null,
"transcript": "XM_047448099.1",
"protein_id": "XP_047304055.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 635,
"cds_start": -4,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18233,
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-316+8638T>G",
"hgvs_p": null,
"transcript": "XM_047448102.1",
"protein_id": "XP_047304058.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18470,
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-316+9296T>G",
"hgvs_p": null,
"transcript": "XM_047448103.1",
"protein_id": "XP_047304059.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18689,
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-316+8407T>G",
"hgvs_p": null,
"transcript": "XM_047448104.1",
"protein_id": "XP_047304060.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18442,
"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": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-356+8407T>G",
"hgvs_p": null,
"transcript": "XM_047448105.1",
"protein_id": "XP_047304061.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18482,
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-274+8407T>G",
"hgvs_p": null,
"transcript": "XM_047448106.1",
"protein_id": "XP_047304062.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18400,
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-74+8638T>G",
"hgvs_p": null,
"transcript": "XM_047448107.1",
"protein_id": "XP_047304063.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18228,
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-279+8407T>G",
"hgvs_p": null,
"transcript": "XM_047448108.1",
"protein_id": "XP_047304064.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18405,
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-319+8638T>G",
"hgvs_p": null,
"transcript": "XM_047448109.1",
"protein_id": "XP_047304065.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18473,
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-151+8407T>G",
"hgvs_p": null,
"transcript": "XM_047448111.1",
"protein_id": "XP_047304067.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18277,
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-151+8638T>G",
"hgvs_p": null,
"transcript": "XM_047448112.1",
"protein_id": "XP_047304068.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18305,
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-217+8407T>G",
"hgvs_p": null,
"transcript": "XM_047448113.1",
"protein_id": "XP_047304069.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18343,
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-222+8407T>G",
"hgvs_p": null,
"transcript": "XM_047448114.1",
"protein_id": "XP_047304070.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18348,
"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": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"hgvs_c": "c.-379+8407T>G",
"hgvs_p": null,
"transcript": "XM_047448115.1",
"protein_id": "XP_047304071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": -4,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LPP",
"gene_hgnc_id": 6679,
"dbsnp": "rs1679195",
"frequency_reference_population": 0.0013876467,
"hom_count_reference_population": 2,
"allele_count_reference_population": 211,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00138765,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 211,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8500000238418579,
"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.85,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.136,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001375462.1",
"gene_symbol": "LPP",
"hgnc_id": 6679,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-190+8407T>G",
"hgvs_p": null
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000834038.1",
"gene_symbol": "ENSG00000308437",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.582+2325A>C",
"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
}