← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 11-18291798-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=18291798&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 18291798,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000349215.8",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2084C>A",
"hgvs_p": "p.Ser695Tyr",
"transcript": "NM_181507.2",
"protein_id": "NP_852608.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 1129,
"cds_start": 2084,
"cds_end": null,
"cds_length": 3390,
"cdna_start": 2328,
"cdna_end": null,
"cdna_length": 4840,
"mane_select": "ENST00000349215.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2084C>A",
"hgvs_p": "p.Ser695Tyr",
"transcript": "ENST00000349215.8",
"protein_id": "ENSP00000265967.5",
"transcript_support_level": 1,
"aa_start": 695,
"aa_end": null,
"aa_length": 1129,
"cds_start": 2084,
"cds_end": null,
"cds_length": 3390,
"cdna_start": 2328,
"cdna_end": null,
"cdna_length": 4840,
"mane_select": "NM_181507.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1742C>A",
"hgvs_p": "p.Ser581Tyr",
"transcript": "ENST00000396253.7",
"protein_id": "ENSP00000379552.3",
"transcript_support_level": 1,
"aa_start": 581,
"aa_end": null,
"aa_length": 1015,
"cds_start": 1742,
"cds_end": null,
"cds_length": 3048,
"cdna_start": 2205,
"cdna_end": null,
"cdna_length": 4725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1742C>A",
"hgvs_p": "p.Ser581Tyr",
"transcript": "ENST00000438420.6",
"protein_id": "ENSP00000399590.2",
"transcript_support_level": 1,
"aa_start": 581,
"aa_end": null,
"aa_length": 1015,
"cds_start": 1742,
"cds_end": null,
"cds_length": 3048,
"cdna_start": 2018,
"cdna_end": null,
"cdna_length": 4147,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2084C>A",
"hgvs_p": "p.Ser695Tyr",
"transcript": "NM_001440902.1",
"protein_id": "NP_001427831.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 1156,
"cds_start": 2084,
"cds_end": null,
"cds_length": 3471,
"cdna_start": 2328,
"cdna_end": null,
"cdna_length": 4974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2084C>A",
"hgvs_p": "p.Ser695Tyr",
"transcript": "NM_001440903.1",
"protein_id": "NP_001427832.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 1156,
"cds_start": 2084,
"cds_end": null,
"cds_length": 3471,
"cdna_start": 2197,
"cdna_end": null,
"cdna_length": 4843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2084C>A",
"hgvs_p": "p.Ser695Tyr",
"transcript": "NM_001440904.1",
"protein_id": "NP_001427833.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 1148,
"cds_start": 2084,
"cds_end": null,
"cds_length": 3447,
"cdna_start": 2328,
"cdna_end": null,
"cdna_length": 4897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2084C>A",
"hgvs_p": "p.Ser695Tyr",
"transcript": "NM_001440905.1",
"protein_id": "NP_001427834.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 1129,
"cds_start": 2084,
"cds_end": null,
"cds_length": 3390,
"cdna_start": 2197,
"cdna_end": null,
"cdna_length": 4709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2084C>A",
"hgvs_p": "p.Ser695Tyr",
"transcript": "NM_001440906.1",
"protein_id": "NP_001427835.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 1129,
"cds_start": 2084,
"cds_end": null,
"cds_length": 3390,
"cdna_start": 2141,
"cdna_end": null,
"cdna_length": 4653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2009C>A",
"hgvs_p": "p.Ser670Tyr",
"transcript": "NM_001440907.1",
"protein_id": "NP_001427836.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 1104,
"cds_start": 2009,
"cds_end": null,
"cds_length": 3315,
"cdna_start": 2313,
"cdna_end": null,
"cdna_length": 4825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2009C>A",
"hgvs_p": "p.Ser670Tyr",
"transcript": "NM_001440908.1",
"protein_id": "NP_001427837.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 1104,
"cds_start": 2009,
"cds_end": null,
"cds_length": 3315,
"cdna_start": 2444,
"cdna_end": null,
"cdna_length": 4956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2009C>A",
"hgvs_p": "p.Ser670Tyr",
"transcript": "NM_001440909.1",
"protein_id": "NP_001427838.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 1104,
"cds_start": 2009,
"cds_end": null,
"cds_length": 3315,
"cdna_start": 2287,
"cdna_end": null,
"cdna_length": 4799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1973C>A",
"hgvs_p": "p.Ser658Tyr",
"transcript": "NM_001440913.1",
"protein_id": "NP_001427842.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 1092,
"cds_start": 1973,
"cds_end": null,
"cds_length": 3279,
"cdna_start": 2217,
"cdna_end": null,
"cdna_length": 4729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1973C>A",
"hgvs_p": "p.Ser658Tyr",
"transcript": "NM_001440914.1",
"protein_id": "NP_001427843.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 1092,
"cds_start": 1973,
"cds_end": null,
"cds_length": 3279,
"cdna_start": 2086,
"cdna_end": null,
"cdna_length": 4598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1973C>A",
"hgvs_p": "p.Ser658Tyr",
"transcript": "NM_001440915.1",
"protein_id": "NP_001427844.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 1092,
"cds_start": 1973,
"cds_end": null,
"cds_length": 3279,
"cdna_start": 2030,
"cdna_end": null,
"cdna_length": 4542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2084C>A",
"hgvs_p": "p.Ser695Tyr",
"transcript": "NM_001440916.1",
"protein_id": "NP_001427845.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 1089,
"cds_start": 2084,
"cds_end": null,
"cds_length": 3270,
"cdna_start": 2328,
"cdna_end": null,
"cdna_length": 4720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2084C>A",
"hgvs_p": "p.Ser695Tyr",
"transcript": "NM_001440917.1",
"protein_id": "NP_001427846.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 1077,
"cds_start": 2084,
"cds_end": null,
"cds_length": 3234,
"cdna_start": 2141,
"cdna_end": null,
"cdna_length": 4497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1898C>A",
"hgvs_p": "p.Ser633Tyr",
"transcript": "NM_001440918.1",
"protein_id": "NP_001427847.1",
"transcript_support_level": null,
"aa_start": 633,
"aa_end": null,
"aa_length": 1067,
"cds_start": 1898,
"cds_end": null,
"cds_length": 3204,
"cdna_start": 2333,
"cdna_end": null,
"cdna_length": 4845,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1871C>A",
"hgvs_p": "p.Ser624Tyr",
"transcript": "NM_001440919.1",
"protein_id": "NP_001427848.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 1058,
"cds_start": 1871,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2115,
"cdna_end": null,
"cdna_length": 4627,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1742C>A",
"hgvs_p": "p.Ser581Tyr",
"transcript": "NM_001440920.1",
"protein_id": "NP_001427849.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 1042,
"cds_start": 1742,
"cds_end": null,
"cds_length": 3129,
"cdna_start": 2040,
"cdna_end": null,
"cdna_length": 4686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1742C>A",
"hgvs_p": "p.Ser581Tyr",
"transcript": "NM_001440921.1",
"protein_id": "NP_001427850.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 1042,
"cds_start": 1742,
"cds_end": null,
"cds_length": 3129,
"cdna_start": 1984,
"cdna_end": null,
"cdna_length": 4630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1742C>A",
"hgvs_p": "p.Ser581Tyr",
"transcript": "NM_001440922.1",
"protein_id": "NP_001427851.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 1042,
"cds_start": 1742,
"cds_end": null,
"cds_length": 3129,
"cdna_start": 2060,
"cdna_end": null,
"cdna_length": 4706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1742C>A",
"hgvs_p": "p.Ser581Tyr",
"transcript": "NM_001440923.1",
"protein_id": "NP_001427852.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 1042,
"cds_start": 1742,
"cds_end": null,
"cds_length": 3129,
"cdna_start": 2171,
"cdna_end": null,
"cdna_length": 4817,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1742C>A",
"hgvs_p": "p.Ser581Tyr",
"transcript": "NM_001440924.1",
"protein_id": "NP_001427853.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 1034,
"cds_start": 1742,
"cds_end": null,
"cds_length": 3105,
"cdna_start": 2171,
"cdna_end": null,
"cdna_length": 4740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1742C>A",
"hgvs_p": "p.Ser581Tyr",
"transcript": "NM_001440925.1",
"protein_id": "NP_001427854.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 1015,
"cds_start": 1742,
"cds_end": null,
"cds_length": 3048,
"cdna_start": 2040,
"cdna_end": null,
"cdna_length": 4552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1742C>A",
"hgvs_p": "p.Ser581Tyr",
"transcript": "NM_001440926.1",
"protein_id": "NP_001427855.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 1015,
"cds_start": 1742,
"cds_end": null,
"cds_length": 3048,
"cdna_start": 1929,
"cdna_end": null,
"cdna_length": 4441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1742C>A",
"hgvs_p": "p.Ser581Tyr",
"transcript": "NM_007216.4",
"protein_id": "NP_009147.3",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 1015,
"cds_start": 1742,
"cds_end": null,
"cds_length": 3048,
"cdna_start": 2171,
"cdna_end": null,
"cdna_length": 4683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1742C>A",
"hgvs_p": "p.Ser581Tyr",
"transcript": "NM_181508.2",
"protein_id": "NP_852609.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 1015,
"cds_start": 1742,
"cds_end": null,
"cds_length": 3048,
"cdna_start": 1984,
"cdna_end": null,
"cdna_length": 4496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1670C>A",
"hgvs_p": "p.Ser557Tyr",
"transcript": "NM_001440927.1",
"protein_id": "NP_001427856.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 991,
"cds_start": 1670,
"cds_end": null,
"cds_length": 2976,
"cdna_start": 2099,
"cdna_end": null,
"cdna_length": 4611,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1670C>A",
"hgvs_p": "p.Ser557Tyr",
"transcript": "NM_001440928.1",
"protein_id": "NP_001427857.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 991,
"cds_start": 1670,
"cds_end": null,
"cds_length": 2976,
"cdna_start": 1988,
"cdna_end": null,
"cdna_length": 4500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1670C>A",
"hgvs_p": "p.Ser557Tyr",
"transcript": "NM_001440929.1",
"protein_id": "NP_001427858.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 991,
"cds_start": 1670,
"cds_end": null,
"cds_length": 2976,
"cdna_start": 1801,
"cdna_end": null,
"cdna_length": 4313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1742C>A",
"hgvs_p": "p.Ser581Tyr",
"transcript": "NM_001440930.1",
"protein_id": "NP_001427859.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 975,
"cds_start": 1742,
"cds_end": null,
"cds_length": 2928,
"cdna_start": 2171,
"cdna_end": null,
"cdna_length": 4563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2084C>A",
"hgvs_p": "p.Ser695Tyr",
"transcript": "XM_011519864.2",
"protein_id": "XP_011518166.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 1156,
"cds_start": 2084,
"cds_end": null,
"cds_length": 3471,
"cdna_start": 2175,
"cdna_end": null,
"cdna_length": 4827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1973C>A",
"hgvs_p": "p.Ser658Tyr",
"transcript": "XM_011519865.2",
"protein_id": "XP_011518167.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 1119,
"cds_start": 1973,
"cds_end": null,
"cds_length": 3360,
"cdna_start": 2217,
"cdna_end": null,
"cdna_length": 4869,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1973C>A",
"hgvs_p": "p.Ser658Tyr",
"transcript": "XM_017017151.3",
"protein_id": "XP_016872640.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 1119,
"cds_start": 1973,
"cds_end": null,
"cds_length": 3360,
"cdna_start": 2086,
"cdna_end": null,
"cdna_length": 4738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1973C>A",
"hgvs_p": "p.Ser658Tyr",
"transcript": "XM_047426324.1",
"protein_id": "XP_047282280.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 1119,
"cds_start": 1973,
"cds_end": null,
"cds_length": 3360,
"cdna_start": 2064,
"cdna_end": null,
"cdna_length": 4716,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2084C>A",
"hgvs_p": "p.Ser695Tyr",
"transcript": "XM_047426326.1",
"protein_id": "XP_047282282.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 1018,
"cds_start": 2084,
"cds_end": null,
"cds_length": 3057,
"cdna_start": 2328,
"cdna_end": null,
"cdna_length": 3466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.2084C>A",
"hgvs_p": "p.Ser695Tyr",
"transcript": "XM_047426327.1",
"protein_id": "XP_047282283.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 1002,
"cds_start": 2084,
"cds_end": null,
"cds_length": 3009,
"cdna_start": 2328,
"cdna_end": null,
"cdna_length": 3284,
"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": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "n.475C>A",
"hgvs_p": null,
"transcript": "ENST00000352460.7",
"protein_id": null,
"transcript_support_level": 5,
"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": 1642,
"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": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "n.145C>A",
"hgvs_p": null,
"transcript": "ENST00000545561.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 1121,
"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": 20,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1862+1101C>A",
"hgvs_p": null,
"transcript": "NM_001440931.1",
"protein_id": "NP_001427860.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 844,
"cds_start": -4,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3798,
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.-3+1101C>A",
"hgvs_p": null,
"transcript": "ENST00000544218.5",
"protein_id": "ENSP00000441781.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 159,
"cds_start": -4,
"cds_end": null,
"cds_length": 482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 759,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "n.197+3222C>A",
"hgvs_p": null,
"transcript": "ENST00000543728.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 320,
"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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1862+1101C>A",
"hgvs_p": null,
"transcript": "XM_047426328.1",
"protein_id": "XP_047282284.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 645,
"cds_start": -4,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2363,
"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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"hgvs_c": "c.1784+3222C>A",
"hgvs_p": null,
"transcript": "XM_047426329.1",
"protein_id": "XP_047282285.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 619,
"cds_start": -4,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "HPS5",
"gene_hgnc_id": 17022,
"dbsnp": "rs753514793",
"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.10844883322715759,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.074,
"revel_prediction": "Benign",
"alphamissense_score": 0.0774,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.967,
"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": "Uncertain_significance",
"acmg_criteria": "PM1,PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 2,
"pathogenic_score": 4,
"criteria": [
"PM1",
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000349215.8",
"gene_symbol": "HPS5",
"hgnc_id": 17022,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2084C>A",
"hgvs_p": "p.Ser695Tyr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}