← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 10-109869991-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=109869991&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 109869991,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001324133.2",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1735A>T",
"hgvs_p": "p.Ile579Phe",
"transcript": "NM_020383.4",
"protein_id": "NP_065116.3",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 666,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000502935.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020383.4"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1735A>T",
"hgvs_p": "p.Ile579Phe",
"transcript": "ENST00000502935.6",
"protein_id": "ENSP00000421566.1",
"transcript_support_level": 1,
"aa_start": 579,
"aa_end": null,
"aa_length": 666,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020383.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000502935.6"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1663A>T",
"hgvs_p": "p.Ile555Phe",
"transcript": "ENST00000322238.12",
"protein_id": "ENSP00000324011.8",
"transcript_support_level": 1,
"aa_start": 555,
"aa_end": null,
"aa_length": 642,
"cds_start": 1663,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000322238.12"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "n.3700A>T",
"hgvs_p": null,
"transcript": "ENST00000488118.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000488118.6"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1858A>T",
"hgvs_p": "p.Ile620Phe",
"transcript": "ENST00000927705.1",
"protein_id": "ENSP00000597764.1",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 707,
"cds_start": 1858,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927705.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1855A>T",
"hgvs_p": "p.Ile619Phe",
"transcript": "ENST00000891178.1",
"protein_id": "ENSP00000561237.1",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 706,
"cds_start": 1855,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891178.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1735A>T",
"hgvs_p": "p.Ile579Phe",
"transcript": "NM_001324133.2",
"protein_id": "NP_001311062.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 695,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324133.2"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1795A>T",
"hgvs_p": "p.Ile599Phe",
"transcript": "ENST00000942378.1",
"protein_id": "ENSP00000612437.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 686,
"cds_start": 1795,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942378.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1759A>T",
"hgvs_p": "p.Ile587Phe",
"transcript": "ENST00000942379.1",
"protein_id": "ENSP00000612438.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 674,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942379.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1720A>T",
"hgvs_p": "p.Ile574Phe",
"transcript": "NM_001324136.1",
"protein_id": "NP_001311065.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 661,
"cds_start": 1720,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324136.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1684A>T",
"hgvs_p": "p.Ile562Phe",
"transcript": "NM_001324135.2",
"protein_id": "NP_001311064.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 649,
"cds_start": 1684,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324135.2"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1684A>T",
"hgvs_p": "p.Ile562Phe",
"transcript": "ENST00000891174.1",
"protein_id": "ENSP00000561233.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 649,
"cds_start": 1684,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891174.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1663A>T",
"hgvs_p": "p.Ile555Phe",
"transcript": "NM_001167604.2",
"protein_id": "NP_001161076.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 642,
"cds_start": 1663,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001167604.2"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1639A>T",
"hgvs_p": "p.Ile547Phe",
"transcript": "ENST00000891176.1",
"protein_id": "ENSP00000561235.1",
"transcript_support_level": null,
"aa_start": 547,
"aa_end": null,
"aa_length": 634,
"cds_start": 1639,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891176.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1735A>T",
"hgvs_p": "p.Ile579Phe",
"transcript": "ENST00000942377.1",
"protein_id": "ENSP00000612436.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 633,
"cds_start": 1735,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942377.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1630A>T",
"hgvs_p": "p.Ile544Phe",
"transcript": "ENST00000942380.1",
"protein_id": "ENSP00000612439.1",
"transcript_support_level": null,
"aa_start": 544,
"aa_end": null,
"aa_length": 631,
"cds_start": 1630,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942380.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1612A>T",
"hgvs_p": "p.Ile538Phe",
"transcript": "ENST00000891177.1",
"protein_id": "ENSP00000561236.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 625,
"cds_start": 1612,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891177.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1606A>T",
"hgvs_p": "p.Ile536Phe",
"transcript": "NM_001324132.2",
"protein_id": "NP_001311061.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 623,
"cds_start": 1606,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324132.2"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1561A>T",
"hgvs_p": "p.Ile521Phe",
"transcript": "ENST00000891175.1",
"protein_id": "ENSP00000561234.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 608,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891175.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1495A>T",
"hgvs_p": "p.Ile499Phe",
"transcript": "ENST00000942376.1",
"protein_id": "ENSP00000612435.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 586,
"cds_start": 1495,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942376.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1489A>T",
"hgvs_p": "p.Ile497Phe",
"transcript": "ENST00000927704.1",
"protein_id": "ENSP00000597763.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 584,
"cds_start": 1489,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927704.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1486A>T",
"hgvs_p": "p.Ile496Phe",
"transcript": "ENST00000942382.1",
"protein_id": "ENSP00000612441.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 583,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942382.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1561A>T",
"hgvs_p": "p.Ile521Phe",
"transcript": "ENST00000927703.1",
"protein_id": "ENSP00000597762.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 575,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927703.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1441A>T",
"hgvs_p": "p.Ile481Phe",
"transcript": "ENST00000927702.1",
"protein_id": "ENSP00000597761.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 568,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927702.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1423A>T",
"hgvs_p": "p.Ile475Phe",
"transcript": "ENST00000942381.1",
"protein_id": "ENSP00000612440.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 562,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942381.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1393A>T",
"hgvs_p": "p.Ile465Phe",
"transcript": "NM_001324128.2",
"protein_id": "NP_001311057.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 552,
"cds_start": 1393,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324128.2"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1393A>T",
"hgvs_p": "p.Ile465Phe",
"transcript": "ENST00000369683.5",
"protein_id": "ENSP00000358697.1",
"transcript_support_level": 2,
"aa_start": 465,
"aa_end": null,
"aa_length": 552,
"cds_start": 1393,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369683.5"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1342A>T",
"hgvs_p": "p.Ile448Phe",
"transcript": "NM_001324131.2",
"protein_id": "NP_001311060.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 535,
"cds_start": 1342,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324131.2"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1213A>T",
"hgvs_p": "p.Ile405Phe",
"transcript": "NM_001324134.2",
"protein_id": "NP_001311063.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 492,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324134.2"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Ile398Phe",
"transcript": "ENST00000942375.1",
"protein_id": "ENSP00000612434.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 485,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942375.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1591A>T",
"hgvs_p": "p.Ile531Phe",
"transcript": "XM_017016613.3",
"protein_id": "XP_016872102.1",
"transcript_support_level": null,
"aa_start": 531,
"aa_end": null,
"aa_length": 618,
"cds_start": 1591,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016613.3"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1561A>T",
"hgvs_p": "p.Ile521Phe",
"transcript": "XM_011540134.3",
"protein_id": "XP_011538436.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 608,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540134.3"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1489A>T",
"hgvs_p": "p.Ile497Phe",
"transcript": "XM_047425713.1",
"protein_id": "XP_047281669.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 584,
"cds_start": 1489,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425713.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1393A>T",
"hgvs_p": "p.Ile465Phe",
"transcript": "XM_047425714.1",
"protein_id": "XP_047281670.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 552,
"cds_start": 1393,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425714.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "n.485A>T",
"hgvs_p": null,
"transcript": "ENST00000369658.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000369658.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "n.341A>T",
"hgvs_p": null,
"transcript": "ENST00000494499.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000494499.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNU4-5P",
"gene_hgnc_id": 10198,
"hgvs_c": "n.134T>A",
"hgvs_p": null,
"transcript": "ENST00000607255.1",
"protein_id": null,
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "snRNA",
"feature": "ENST00000607255.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": null,
"strand": true,
"consequences": [
"intragenic_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": null,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNU4-5P",
"gene_hgnc_id": 10198,
"hgvs_c": "n.109869991T>A",
"hgvs_p": null,
"transcript": null,
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"dbsnp": "rs550675188",
"frequency_reference_population": 0.0000061565656,
"hom_count_reference_population": 0,
"allele_count_reference_population": 9,
"gnomad_exomes_af": 0.00000615657,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7936688661575317,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.797,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8775,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.28,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.773,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001324133.2",
"gene_symbol": "XPNPEP1",
"hgnc_id": 12822,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1735A>T",
"hgvs_p": "p.Ile579Phe"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000607255.1",
"gene_symbol": "RNU4-5P",
"hgnc_id": 10198,
"effects": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.134T>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
}