← 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-109865261-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=109865261&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 109865261,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001324133.2",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1924G>C",
"hgvs_p": "p.Glu642Gln",
"transcript": "NM_020383.4",
"protein_id": "NP_065116.3",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 666,
"cds_start": 1924,
"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": "E",
"aa_alt": "Q",
"canonical": true,
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1924G>C",
"hgvs_p": "p.Glu642Gln",
"transcript": "ENST00000502935.6",
"protein_id": "ENSP00000421566.1",
"transcript_support_level": 1,
"aa_start": 642,
"aa_end": null,
"aa_length": 666,
"cds_start": 1924,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1852G>C",
"hgvs_p": "p.Glu618Gln",
"transcript": "ENST00000322238.12",
"protein_id": "ENSP00000324011.8",
"transcript_support_level": 1,
"aa_start": 618,
"aa_end": null,
"aa_length": 642,
"cds_start": 1852,
"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": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "n.3889G>C",
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.2047G>C",
"hgvs_p": "p.Glu683Gln",
"transcript": "ENST00000927705.1",
"protein_id": "ENSP00000597764.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 707,
"cds_start": 2047,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.2044G>C",
"hgvs_p": "p.Glu682Gln",
"transcript": "ENST00000891178.1",
"protein_id": "ENSP00000561237.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 706,
"cds_start": 2044,
"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": "G",
"aa_alt": "A",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1982G>C",
"hgvs_p": "p.Gly661Ala",
"transcript": "NM_001324133.2",
"protein_id": "NP_001311062.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 695,
"cds_start": 1982,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1984G>C",
"hgvs_p": "p.Glu662Gln",
"transcript": "ENST00000942378.1",
"protein_id": "ENSP00000612437.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 686,
"cds_start": 1984,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1948G>C",
"hgvs_p": "p.Glu650Gln",
"transcript": "ENST00000942379.1",
"protein_id": "ENSP00000612438.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 674,
"cds_start": 1948,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1909G>C",
"hgvs_p": "p.Glu637Gln",
"transcript": "NM_001324136.1",
"protein_id": "NP_001311065.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 661,
"cds_start": 1909,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1873G>C",
"hgvs_p": "p.Glu625Gln",
"transcript": "NM_001324135.2",
"protein_id": "NP_001311064.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 649,
"cds_start": 1873,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1873G>C",
"hgvs_p": "p.Glu625Gln",
"transcript": "ENST00000891174.1",
"protein_id": "ENSP00000561233.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 649,
"cds_start": 1873,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1852G>C",
"hgvs_p": "p.Glu618Gln",
"transcript": "NM_001167604.2",
"protein_id": "NP_001161076.1",
"transcript_support_level": null,
"aa_start": 618,
"aa_end": null,
"aa_length": 642,
"cds_start": 1852,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1828G>C",
"hgvs_p": "p.Glu610Gln",
"transcript": "ENST00000891176.1",
"protein_id": "ENSP00000561235.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 634,
"cds_start": 1828,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1825G>C",
"hgvs_p": "p.Glu609Gln",
"transcript": "ENST00000942377.1",
"protein_id": "ENSP00000612436.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 633,
"cds_start": 1825,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1819G>C",
"hgvs_p": "p.Glu607Gln",
"transcript": "ENST00000942380.1",
"protein_id": "ENSP00000612439.1",
"transcript_support_level": null,
"aa_start": 607,
"aa_end": null,
"aa_length": 631,
"cds_start": 1819,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1801G>C",
"hgvs_p": "p.Glu601Gln",
"transcript": "ENST00000891177.1",
"protein_id": "ENSP00000561236.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 625,
"cds_start": 1801,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1795G>C",
"hgvs_p": "p.Glu599Gln",
"transcript": "NM_001324132.2",
"protein_id": "NP_001311061.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 623,
"cds_start": 1795,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1750G>C",
"hgvs_p": "p.Glu584Gln",
"transcript": "ENST00000891175.1",
"protein_id": "ENSP00000561234.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 608,
"cds_start": 1750,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1684G>C",
"hgvs_p": "p.Glu562Gln",
"transcript": "ENST00000942376.1",
"protein_id": "ENSP00000612435.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 586,
"cds_start": 1684,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1678G>C",
"hgvs_p": "p.Glu560Gln",
"transcript": "ENST00000927704.1",
"protein_id": "ENSP00000597763.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 584,
"cds_start": 1678,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1675G>C",
"hgvs_p": "p.Glu559Gln",
"transcript": "ENST00000942382.1",
"protein_id": "ENSP00000612441.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 583,
"cds_start": 1675,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1651G>C",
"hgvs_p": "p.Glu551Gln",
"transcript": "ENST00000927703.1",
"protein_id": "ENSP00000597762.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 575,
"cds_start": 1651,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1630G>C",
"hgvs_p": "p.Glu544Gln",
"transcript": "ENST00000927702.1",
"protein_id": "ENSP00000597761.1",
"transcript_support_level": null,
"aa_start": 544,
"aa_end": null,
"aa_length": 568,
"cds_start": 1630,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1612G>C",
"hgvs_p": "p.Glu538Gln",
"transcript": "ENST00000942381.1",
"protein_id": "ENSP00000612440.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 562,
"cds_start": 1612,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1582G>C",
"hgvs_p": "p.Glu528Gln",
"transcript": "NM_001324128.2",
"protein_id": "NP_001311057.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 552,
"cds_start": 1582,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1582G>C",
"hgvs_p": "p.Glu528Gln",
"transcript": "ENST00000369683.5",
"protein_id": "ENSP00000358697.1",
"transcript_support_level": 2,
"aa_start": 528,
"aa_end": null,
"aa_length": 552,
"cds_start": 1582,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1531G>C",
"hgvs_p": "p.Glu511Gln",
"transcript": "NM_001324131.2",
"protein_id": "NP_001311060.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 535,
"cds_start": 1531,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1402G>C",
"hgvs_p": "p.Glu468Gln",
"transcript": "NM_001324134.2",
"protein_id": "NP_001311063.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 492,
"cds_start": 1402,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1381G>C",
"hgvs_p": "p.Glu461Gln",
"transcript": "ENST00000942375.1",
"protein_id": "ENSP00000612434.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 485,
"cds_start": 1381,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1780G>C",
"hgvs_p": "p.Glu594Gln",
"transcript": "XM_017016613.3",
"protein_id": "XP_016872102.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 618,
"cds_start": 1780,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1750G>C",
"hgvs_p": "p.Glu584Gln",
"transcript": "XM_011540134.3",
"protein_id": "XP_011538436.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 608,
"cds_start": 1750,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1678G>C",
"hgvs_p": "p.Glu560Gln",
"transcript": "XM_047425713.1",
"protein_id": "XP_047281669.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 584,
"cds_start": 1678,
"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": "E",
"aa_alt": "Q",
"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": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "c.1582G>C",
"hgvs_p": "p.Glu528Gln",
"transcript": "XM_047425714.1",
"protein_id": "XP_047281670.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 552,
"cds_start": 1582,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"hgvs_c": "n.674G>C",
"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"
}
],
"gene_symbol": "XPNPEP1",
"gene_hgnc_id": 12822,
"dbsnp": "rs148080323",
"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.3855636417865753,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.142,
"revel_prediction": "Benign",
"alphamissense_score": 0.4036,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.01,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.333,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001324133.2",
"gene_symbol": "XPNPEP1",
"hgnc_id": 12822,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1982G>C",
"hgvs_p": "p.Gly661Ala"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}