← 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: 11-72229676-CA-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=72229676&ref=CA&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 72229676,
"ref": "CA",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "NM_001440434.1",
"consequences": [
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "NM_001567.4",
"protein_id": "NP_001558.3",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1258,
"cds_start": 768,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000298229.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001567.4"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "ENST00000298229.7",
"protein_id": "ENSP00000298229.2",
"transcript_support_level": 1,
"aa_start": 256,
"aa_end": null,
"aa_length": 1258,
"cds_start": 768,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001567.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000298229.7"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.42delA",
"hgvs_p": "p.Glu16fs",
"transcript": "ENST00000538751.5",
"protein_id": "ENSP00000444619.1",
"transcript_support_level": 1,
"aa_start": 14,
"aa_end": null,
"aa_length": 1016,
"cds_start": 42,
"cds_end": null,
"cds_length": 3051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538751.5"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.834delA",
"hgvs_p": "p.Glu280fs",
"transcript": "NM_001440434.1",
"protein_id": "NP_001427363.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 1280,
"cds_start": 834,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440434.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "ENST00000924957.1",
"protein_id": "ENSP00000595016.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1263,
"cds_start": 768,
"cds_end": null,
"cds_length": 3792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924957.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.834delA",
"hgvs_p": "p.Glu280fs",
"transcript": "ENST00000946902.1",
"protein_id": "ENSP00000616961.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 1263,
"cds_start": 834,
"cds_end": null,
"cds_length": 3792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946902.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "NM_001440435.1",
"protein_id": "NP_001427364.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1258,
"cds_start": 768,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440435.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "NM_001440436.1",
"protein_id": "NP_001427365.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1258,
"cds_start": 768,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440436.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "ENST00000924950.1",
"protein_id": "ENSP00000595009.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1258,
"cds_start": 768,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924950.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "ENST00000924951.1",
"protein_id": "ENSP00000595010.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1258,
"cds_start": 768,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924951.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "ENST00000924952.1",
"protein_id": "ENSP00000595011.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1258,
"cds_start": 768,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924952.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "ENST00000924955.1",
"protein_id": "ENSP00000595014.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1258,
"cds_start": 768,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924955.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "ENST00000924956.1",
"protein_id": "ENSP00000595015.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1258,
"cds_start": 768,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924956.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "ENST00000924958.1",
"protein_id": "ENSP00000595017.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1258,
"cds_start": 768,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924958.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "ENST00000946903.1",
"protein_id": "ENSP00000616962.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1258,
"cds_start": 768,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946903.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "ENST00000946904.1",
"protein_id": "ENSP00000616963.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1258,
"cds_start": 768,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946904.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "ENST00000924960.1",
"protein_id": "ENSP00000595019.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1257,
"cds_start": 768,
"cds_end": null,
"cds_length": 3774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924960.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "ENST00000924953.1",
"protein_id": "ENSP00000595012.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1241,
"cds_start": 768,
"cds_end": null,
"cds_length": 3726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924953.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "ENST00000924954.1",
"protein_id": "ENSP00000595013.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1241,
"cds_start": 768,
"cds_end": null,
"cds_length": 3726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924954.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "ENST00000924959.1",
"protein_id": "ENSP00000595018.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1241,
"cds_start": 768,
"cds_end": null,
"cds_length": 3726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924959.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.627delA",
"hgvs_p": "p.Glu211fs",
"transcript": "NM_001440437.1",
"protein_id": "NP_001427366.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1211,
"cds_start": 627,
"cds_end": null,
"cds_length": 3636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440437.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "NM_001440438.1",
"protein_id": "NP_001427367.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1184,
"cds_start": 768,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440438.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.42delA",
"hgvs_p": "p.Glu16fs",
"transcript": "ENST00000537656.1",
"protein_id": "ENSP00000444630.1",
"transcript_support_level": 2,
"aa_start": 14,
"aa_end": null,
"aa_length": 32,
"cds_start": 42,
"cds_end": null,
"cds_length": 101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537656.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.834delA",
"hgvs_p": "p.Glu280fs",
"transcript": "XM_005273979.5",
"protein_id": "XP_005274036.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 1280,
"cds_start": 834,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005273979.5"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.834delA",
"hgvs_p": "p.Glu280fs",
"transcript": "XM_047426887.1",
"protein_id": "XP_047282843.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 1280,
"cds_start": 834,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426887.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.834delA",
"hgvs_p": "p.Glu280fs",
"transcript": "XM_047426888.1",
"protein_id": "XP_047282844.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 1280,
"cds_start": 834,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426888.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.834delA",
"hgvs_p": "p.Glu280fs",
"transcript": "XM_047426889.1",
"protein_id": "XP_047282845.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 1280,
"cds_start": 834,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426889.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.834delA",
"hgvs_p": "p.Glu280fs",
"transcript": "XM_047426891.1",
"protein_id": "XP_047282847.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 1206,
"cds_start": 834,
"cds_end": null,
"cds_length": 3621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426891.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.768delA",
"hgvs_p": "p.Glu258fs",
"transcript": "XM_047426892.1",
"protein_id": "XP_047282848.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 1184,
"cds_start": 768,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426892.1"
},
{
"aa_ref": "T",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.471delA",
"hgvs_p": "p.Glu159fs",
"transcript": "XM_047426893.1",
"protein_id": "XP_047282849.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 1159,
"cds_start": 471,
"cds_end": null,
"cds_length": 3480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426893.1"
},
{
"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": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.27+119delA",
"hgvs_p": null,
"transcript": "ENST00000540329.5",
"protein_id": "ENSP00000440018.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 126,
"cds_start": null,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540329.5"
}
],
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"dbsnp": "rs797044468",
"frequency_reference_population": 6.8409184e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84092e-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": -2.175,
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "NM_001440434.1",
"gene_symbol": "INPPL1",
"hgnc_id": 6080,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.834delA",
"hgvs_p": "p.Glu280fs"
}
],
"clinvar_disease": "Opsismodysplasia",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Opsismodysplasia",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}