← 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: 12-123000641-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=123000641&ref=A&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 123000641,
"ref": "A",
"alt": "T",
"effect": "intron_variant",
"transcript": "ENST00000320201.10",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "NM_020845.3",
"protein_id": "NP_065896.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1349,
"cds_start": -4,
"cds_end": null,
"cds_length": 4050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7134,
"mane_select": "ENST00000320201.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "ENST00000320201.10",
"protein_id": "ENSP00000322218.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1349,
"cds_start": -4,
"cds_end": null,
"cds_length": 4050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7134,
"mane_select": "NM_020845.3",
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "n.1464+137T>A",
"hgvs_p": null,
"transcript": "ENST00000451868.2",
"protein_id": null,
"transcript_support_level": 1,
"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": 1639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "NM_001384660.1",
"protein_id": "NP_001371589.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1408,
"cds_start": -4,
"cds_end": null,
"cds_length": 4227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "NM_001300801.2",
"protein_id": "NP_001287730.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1343,
"cds_start": -4,
"cds_end": null,
"cds_length": 4032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "NM_001384668.1",
"protein_id": "NP_001371597.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1343,
"cds_start": -4,
"cds_end": null,
"cds_length": 4032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "ENST00000280562.9",
"protein_id": "ENSP00000280562.5",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1343,
"cds_start": -4,
"cds_end": null,
"cds_length": 4032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "NM_001384661.1",
"protein_id": "NP_001371590.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1295,
"cds_start": -4,
"cds_end": null,
"cds_length": 3888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "NM_001384663.1",
"protein_id": "NP_001371592.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1295,
"cds_start": -4,
"cds_end": null,
"cds_length": 3888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "NM_001384662.1",
"protein_id": "NP_001371591.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1292,
"cds_start": -4,
"cds_end": null,
"cds_length": 3879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "NM_001384664.1",
"protein_id": "NP_001371593.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1278,
"cds_start": -4,
"cds_end": null,
"cds_length": 3837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1338+137T>A",
"hgvs_p": null,
"transcript": "ENST00000546049.5",
"protein_id": "ENSP00000474962.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": -4,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "NM_001384665.1",
"protein_id": "NP_001371594.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 440,
"cds_start": -4,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "NM_001384666.1",
"protein_id": "NP_001371595.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 440,
"cds_start": -4,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "NM_001384667.1",
"protein_id": "NP_001371596.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 440,
"cds_start": -4,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1937,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "n.1153+137T>A",
"hgvs_p": null,
"transcript": "ENST00000436074.6",
"protein_id": null,
"transcript_support_level": 3,
"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": 1288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "XM_024449099.2",
"protein_id": "XP_024304867.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1435,
"cds_start": -4,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7112,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "XM_047429200.1",
"protein_id": "XP_047285156.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1435,
"cds_start": -4,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "XM_047429201.1",
"protein_id": "XP_047285157.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1435,
"cds_start": -4,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1242+137T>A",
"hgvs_p": null,
"transcript": "XM_047429202.1",
"protein_id": "XP_047285158.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1403,
"cds_start": -4,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1242+137T>A",
"hgvs_p": null,
"transcript": "XM_047429203.1",
"protein_id": "XP_047285159.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1387,
"cds_start": -4,
"cds_end": null,
"cds_length": 4164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7121,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1242+137T>A",
"hgvs_p": null,
"transcript": "XM_047429204.1",
"protein_id": "XP_047285160.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1386,
"cds_start": -4,
"cds_end": null,
"cds_length": 4161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1026+137T>A",
"hgvs_p": null,
"transcript": "XM_024449100.2",
"protein_id": "XP_024304868.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1369,
"cds_start": -4,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1242+137T>A",
"hgvs_p": null,
"transcript": "XM_047429205.1",
"protein_id": "XP_047285161.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1355,
"cds_start": -4,
"cds_end": null,
"cds_length": 4068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "XM_047429206.1",
"protein_id": "XP_047285162.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1349,
"cds_start": -4,
"cds_end": null,
"cds_length": 4050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1242+137T>A",
"hgvs_p": null,
"transcript": "XM_047429207.1",
"protein_id": "XP_047285163.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1349,
"cds_start": -4,
"cds_end": null,
"cds_length": 4050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "XM_047429208.1",
"protein_id": "XP_047285164.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1343,
"cds_start": -4,
"cds_end": null,
"cds_length": 4032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1242+137T>A",
"hgvs_p": null,
"transcript": "XM_047429209.1",
"protein_id": "XP_047285165.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1339,
"cds_start": -4,
"cds_end": null,
"cds_length": 4020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "XM_047429210.1",
"protein_id": "XP_047285166.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1333,
"cds_start": -4,
"cds_end": null,
"cds_length": 4002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7086,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1242+137T>A",
"hgvs_p": null,
"transcript": "XM_047429211.1",
"protein_id": "XP_047285167.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1332,
"cds_start": -4,
"cds_end": null,
"cds_length": 3999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1242+137T>A",
"hgvs_p": null,
"transcript": "XM_047429212.1",
"protein_id": "XP_047285168.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1301,
"cds_start": -4,
"cds_end": null,
"cds_length": 3906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "XM_047429213.1",
"protein_id": "XP_047285169.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1295,
"cds_start": -4,
"cds_end": null,
"cds_length": 3888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "XM_047429214.1",
"protein_id": "XP_047285170.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1295,
"cds_start": -4,
"cds_end": null,
"cds_length": 3888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1242+137T>A",
"hgvs_p": null,
"transcript": "XM_047429215.1",
"protein_id": "XP_047285171.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1284,
"cds_start": -4,
"cds_end": null,
"cds_length": 3855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.1224+137T>A",
"hgvs_p": null,
"transcript": "XM_047429216.1",
"protein_id": "XP_047285172.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1279,
"cds_start": -4,
"cds_end": null,
"cds_length": 3840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.663+137T>A",
"hgvs_p": null,
"transcript": "XM_047429217.1",
"protein_id": "XP_047285173.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1248,
"cds_start": -4,
"cds_end": null,
"cds_length": 3747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"hgvs_c": "c.-261T>A",
"hgvs_p": null,
"transcript": "XM_024449101.2",
"protein_id": "XP_024304869.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1051,
"cds_start": -4,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PITPNM2",
"gene_hgnc_id": 21044,
"dbsnp": "rs883263",
"frequency_reference_population": 0.000006574017,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 0.00000117768,
"gnomad_genomes_af": 0.00000657402,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8899999856948853,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.89,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.142,
"phylop100way_prediction": "Benign",
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000320201.10",
"gene_symbol": "PITPNM2",
"hgnc_id": 21044,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1224+137T>A",
"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
}