← 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: 4-142028851-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=142028851&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "4",
"pos": 142028851,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001101669.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "NM_001101669.3",
"protein_id": "NP_001095139.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 3052,
"cdna_end": null,
"cdna_length": 8743,
"mane_select": "ENST00000262992.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "ENST00000262992.9",
"protein_id": "ENSP00000262992.4",
"transcript_support_level": 5,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 3052,
"cdna_end": null,
"cdna_length": 8743,
"mane_select": "NM_001101669.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "ENST00000508116.5",
"protein_id": "ENSP00000423954.1",
"transcript_support_level": 1,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 3059,
"cdna_end": null,
"cdna_length": 3165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "ENST00000513000.5",
"protein_id": "ENSP00000425487.1",
"transcript_support_level": 1,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 3140,
"cdna_end": null,
"cdna_length": 8831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2733G>T",
"hgvs_p": "p.Met911Ile",
"transcript": "NM_001385339.1",
"protein_id": "NP_001372268.1",
"transcript_support_level": null,
"aa_start": 911,
"aa_end": null,
"aa_length": 933,
"cds_start": 2733,
"cds_end": null,
"cds_length": 2802,
"cdna_start": 3222,
"cdna_end": null,
"cdna_length": 8913,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2733G>T",
"hgvs_p": "p.Met911Ile",
"transcript": "NM_001385343.1",
"protein_id": "NP_001372272.1",
"transcript_support_level": null,
"aa_start": 911,
"aa_end": null,
"aa_length": 933,
"cds_start": 2733,
"cds_end": null,
"cds_length": 2802,
"cdna_start": 3119,
"cdna_end": null,
"cdna_length": 8810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "NM_001385334.1",
"protein_id": "NP_001372263.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 3157,
"cdna_end": null,
"cdna_length": 8848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "NM_001385336.1",
"protein_id": "NP_001372265.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 3215,
"cdna_end": null,
"cdna_length": 8906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "NM_001385338.1",
"protein_id": "NP_001372267.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 3195,
"cdna_end": null,
"cdna_length": 8886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "NM_001385341.1",
"protein_id": "NP_001372270.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 3092,
"cdna_end": null,
"cdna_length": 8783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "NM_001385342.1",
"protein_id": "NP_001372271.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 3028,
"cdna_end": null,
"cdna_length": 8719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "NM_001385344.1",
"protein_id": "NP_001372273.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 3256,
"cdna_end": null,
"cdna_length": 8947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "NM_003866.3",
"protein_id": "NP_003857.2",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 3385,
"cdna_end": null,
"cdna_length": 9076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2301G>T",
"hgvs_p": "p.Met767Ile",
"transcript": "NM_001385351.1",
"protein_id": "NP_001372280.1",
"transcript_support_level": null,
"aa_start": 767,
"aa_end": null,
"aa_length": 789,
"cds_start": 2301,
"cds_end": null,
"cds_length": 2370,
"cdna_start": 2842,
"cdna_end": null,
"cdna_length": 8533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2178G>T",
"hgvs_p": "p.Met726Ile",
"transcript": "NM_001385455.1",
"protein_id": "NP_001372384.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 748,
"cds_start": 2178,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 2719,
"cdna_end": null,
"cdna_length": 8410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2178G>T",
"hgvs_p": "p.Met726Ile",
"transcript": "ENST00000850954.1",
"protein_id": "ENSP00000521038.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 748,
"cds_start": 2178,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 2697,
"cdna_end": null,
"cdna_length": 8388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2175G>T",
"hgvs_p": "p.Met725Ile",
"transcript": "NM_001385382.1",
"protein_id": "NP_001372311.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 747,
"cds_start": 2175,
"cds_end": null,
"cds_length": 2244,
"cdna_start": 2716,
"cdna_end": null,
"cdna_length": 8407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2151G>T",
"hgvs_p": "p.Met717Ile",
"transcript": "NM_001385350.1",
"protein_id": "NP_001372279.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 739,
"cds_start": 2151,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 2660,
"cdna_end": null,
"cdna_length": 8351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2151G>T",
"hgvs_p": "p.Met717Ile",
"transcript": "NM_001385379.1",
"protein_id": "NP_001372308.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 739,
"cds_start": 2151,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 2854,
"cdna_end": null,
"cdna_length": 8545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2151G>T",
"hgvs_p": "p.Met717Ile",
"transcript": "NM_001385383.1",
"protein_id": "NP_001372312.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 739,
"cds_start": 2151,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 2692,
"cdna_end": null,
"cdna_length": 8383,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2151G>T",
"hgvs_p": "p.Met717Ile",
"transcript": "NM_001385457.1",
"protein_id": "NP_001372386.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 739,
"cds_start": 2151,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 2351,
"cdna_end": null,
"cdna_length": 8042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2151G>T",
"hgvs_p": "p.Met717Ile",
"transcript": "NM_001385461.1",
"protein_id": "NP_001372390.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 739,
"cds_start": 2151,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 2530,
"cdna_end": null,
"cdna_length": 8221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2151G>T",
"hgvs_p": "p.Met717Ile",
"transcript": "ENST00000850955.1",
"protein_id": "ENSP00000521039.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 739,
"cds_start": 2151,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 2687,
"cdna_end": null,
"cdna_length": 2809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2146G>T",
"hgvs_p": "p.Ala716Ser",
"transcript": "NM_001385381.1",
"protein_id": "NP_001372310.1",
"transcript_support_level": null,
"aa_start": 716,
"aa_end": null,
"aa_length": 735,
"cds_start": 2146,
"cds_end": null,
"cds_length": 2208,
"cdna_start": 2687,
"cdna_end": null,
"cdna_length": 8378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2052G>T",
"hgvs_p": "p.Met684Ile",
"transcript": "NM_001385340.1",
"protein_id": "NP_001372269.1",
"transcript_support_level": null,
"aa_start": 684,
"aa_end": null,
"aa_length": 706,
"cds_start": 2052,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 2438,
"cdna_end": null,
"cdna_length": 8129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.1974G>T",
"hgvs_p": "p.Met658Ile",
"transcript": "NM_001385450.1",
"protein_id": "NP_001372379.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 680,
"cds_start": 1974,
"cds_end": null,
"cds_length": 2043,
"cdna_start": 2515,
"cdna_end": null,
"cdna_length": 8206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.1962G>T",
"hgvs_p": "p.Met654Ile",
"transcript": "NM_001385452.1",
"protein_id": "NP_001372381.1",
"transcript_support_level": null,
"aa_start": 654,
"aa_end": null,
"aa_length": 676,
"cds_start": 1962,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2766,
"cdna_end": null,
"cdna_length": 8457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.1947G>T",
"hgvs_p": "p.Met649Ile",
"transcript": "NM_001385357.1",
"protein_id": "NP_001372286.1",
"transcript_support_level": null,
"aa_start": 649,
"aa_end": null,
"aa_length": 671,
"cds_start": 1947,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 2488,
"cdna_end": null,
"cdna_length": 8179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.1947G>T",
"hgvs_p": "p.Met649Ile",
"transcript": "NM_001385458.1",
"protein_id": "NP_001372387.1",
"transcript_support_level": null,
"aa_start": 649,
"aa_end": null,
"aa_length": 671,
"cds_start": 1947,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 2147,
"cdna_end": null,
"cdna_length": 7838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.1497G>T",
"hgvs_p": "p.Met499Ile",
"transcript": "NM_001385454.1",
"protein_id": "NP_001372383.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 521,
"cds_start": 1497,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 2038,
"cdna_end": null,
"cdna_length": 7729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "XM_047416356.1",
"protein_id": "XP_047272312.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 3405,
"cdna_end": null,
"cdna_length": 9096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "XM_047416357.1",
"protein_id": "XP_047272313.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 3086,
"cdna_end": null,
"cdna_length": 8777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "XM_047416358.1",
"protein_id": "XP_047272314.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 2953,
"cdna_end": null,
"cdna_length": 8644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile",
"transcript": "XM_047416359.1",
"protein_id": "XP_047272315.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 924,
"cds_start": 2706,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 3406,
"cdna_end": null,
"cdna_length": 9097,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2529G>T",
"hgvs_p": "p.Met843Ile",
"transcript": "XM_047416360.1",
"protein_id": "XP_047272316.1",
"transcript_support_level": null,
"aa_start": 843,
"aa_end": null,
"aa_length": 865,
"cds_start": 2529,
"cds_end": null,
"cds_length": 2598,
"cdna_start": 2915,
"cdna_end": null,
"cdna_length": 8606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2502G>T",
"hgvs_p": "p.Met834Ile",
"transcript": "XM_047416361.1",
"protein_id": "XP_047272317.1",
"transcript_support_level": null,
"aa_start": 834,
"aa_end": null,
"aa_length": 856,
"cds_start": 2502,
"cds_end": null,
"cds_length": 2571,
"cdna_start": 2888,
"cdna_end": null,
"cdna_length": 8579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.2502G>T",
"hgvs_p": "p.Met834Ile",
"transcript": "XM_047416362.1",
"protein_id": "XP_047272318.1",
"transcript_support_level": null,
"aa_start": 834,
"aa_end": null,
"aa_length": 856,
"cds_start": 2502,
"cds_end": null,
"cds_length": 2571,
"cdna_start": 2953,
"cdna_end": null,
"cdna_length": 8644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "n.2815G>T",
"hgvs_p": null,
"transcript": "NR_169599.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": 8506,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "n.2696G>T",
"hgvs_p": null,
"transcript": "NR_169614.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": 8387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "n.3048G>T",
"hgvs_p": null,
"transcript": "NR_169615.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": 8739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "n.2588G>T",
"hgvs_p": null,
"transcript": "NR_169616.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": 8279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "n.2808G>T",
"hgvs_p": null,
"transcript": "NR_169617.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": 8499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "n.2648G>T",
"hgvs_p": null,
"transcript": "NR_169618.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": 8339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "n.2700G>T",
"hgvs_p": null,
"transcript": "NR_169619.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": 8391,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "n.2670G>T",
"hgvs_p": null,
"transcript": "NR_169623.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": 8361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "n.2604G>T",
"hgvs_p": null,
"transcript": "NR_169624.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": 8295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*103G>T",
"hgvs_p": null,
"transcript": "NM_001385347.1",
"protein_id": "NP_001372276.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 920,
"cds_start": -4,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8943,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*103G>T",
"hgvs_p": null,
"transcript": "NM_001385348.1",
"protein_id": "NP_001372277.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 920,
"cds_start": -4,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9107,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*76G>T",
"hgvs_p": null,
"transcript": "NM_001385380.1",
"protein_id": "NP_001372309.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 710,
"cds_start": -4,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*103G>T",
"hgvs_p": null,
"transcript": "NM_001385362.1",
"protein_id": "NP_001372291.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "NM_001331040.1",
"protein_id": "NP_001317969.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": -4,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "NM_001385335.1",
"protein_id": "NP_001372264.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": -4,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "ENST00000509777.5",
"protein_id": "ENSP00000422793.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": -4,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "NM_001385460.1",
"protein_id": "NP_001372389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 809,
"cds_start": -4,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "NM_001385459.1",
"protein_id": "NP_001372388.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 753,
"cds_start": -4,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3634,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "ENST00000511838.6",
"protein_id": "ENSP00000426207.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 753,
"cds_start": -4,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3529,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "NM_001385337.1",
"protein_id": "NP_001372266.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 720,
"cds_start": -4,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "XM_011532391.3",
"protein_id": "XP_011530693.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 947,
"cds_start": -4,
"cds_end": null,
"cds_length": 2844,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "XM_024454273.2",
"protein_id": "XP_024310041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 947,
"cds_start": -4,
"cds_end": null,
"cds_length": 2844,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "XM_024454274.2",
"protein_id": "XP_024310042.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": -4,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "XM_047416352.1",
"protein_id": "XP_047272308.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": -4,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "XM_047416353.1",
"protein_id": "XP_047272309.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": -4,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4539,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "XM_047416354.1",
"protein_id": "XP_047272310.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": -4,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4236,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "XM_017008797.2",
"protein_id": "XP_016864286.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 841,
"cds_start": -4,
"cds_end": null,
"cds_length": 2526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "XM_047416363.1",
"protein_id": "XP_047272319.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 818,
"cds_start": -4,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"hgvs_c": "c.*1277G>T",
"hgvs_p": null,
"transcript": "XM_017008798.2",
"protein_id": "XP_016864287.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 762,
"cds_start": -4,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "INPP4B",
"gene_hgnc_id": 6075,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.20567208528518677,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.027,
"revel_prediction": "Benign",
"alphamissense_score": 0.3696,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.015,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001101669.3",
"gene_symbol": "INPP4B",
"hgnc_id": 6075,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2706G>T",
"hgvs_p": "p.Met902Ile"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}