← 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-71819527-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=71819527&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 71819527,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_001042465.3",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1288C>T",
"hgvs_p": "p.Gln430*",
"transcript": "NM_002778.4",
"protein_id": "NP_002769.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 524,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000394936.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002778.4"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1288C>T",
"hgvs_p": "p.Gln430*",
"transcript": "ENST00000394936.8",
"protein_id": "ENSP00000378394.3",
"transcript_support_level": 1,
"aa_start": 430,
"aa_end": null,
"aa_length": 524,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002778.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394936.8"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Gln474*",
"transcript": "ENST00000870508.1",
"protein_id": "ENSP00000540567.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 568,
"cds_start": 1420,
"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": "ENST00000870508.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1351C>T",
"hgvs_p": "p.Gln451*",
"transcript": "ENST00000931479.1",
"protein_id": "ENSP00000601538.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 545,
"cds_start": 1351,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931479.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1321C>T",
"hgvs_p": "p.Gln441*",
"transcript": "ENST00000870507.1",
"protein_id": "ENSP00000540566.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 535,
"cds_start": 1321,
"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": "ENST00000870507.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1312C>T",
"hgvs_p": "p.Gln438*",
"transcript": "ENST00000870519.1",
"protein_id": "ENSP00000540578.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 532,
"cds_start": 1312,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870519.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1309C>T",
"hgvs_p": "p.Gln437*",
"transcript": "ENST00000870506.1",
"protein_id": "ENSP00000540565.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 531,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870506.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1288C>T",
"hgvs_p": "p.Gln430*",
"transcript": "ENST00000870505.1",
"protein_id": "ENSP00000540564.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 530,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870505.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1297C>T",
"hgvs_p": "p.Gln433*",
"transcript": "NM_001042465.3",
"protein_id": "NP_001035930.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 527,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001042465.3"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1294C>T",
"hgvs_p": "p.Gln432*",
"transcript": "NM_001042466.3",
"protein_id": "NP_001035931.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 526,
"cds_start": 1294,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001042466.3"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1285C>T",
"hgvs_p": "p.Gln429*",
"transcript": "ENST00000870500.1",
"protein_id": "ENSP00000540559.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 523,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870500.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1285C>T",
"hgvs_p": "p.Gln429*",
"transcript": "ENST00000870512.1",
"protein_id": "ENSP00000540571.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 523,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870512.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1285C>T",
"hgvs_p": "p.Gln429*",
"transcript": "ENST00000870517.1",
"protein_id": "ENSP00000540576.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 523,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870517.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1282C>T",
"hgvs_p": "p.Gln428*",
"transcript": "ENST00000870502.1",
"protein_id": "ENSP00000540561.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 522,
"cds_start": 1282,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870502.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1282C>T",
"hgvs_p": "p.Gln428*",
"transcript": "ENST00000870503.1",
"protein_id": "ENSP00000540562.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 522,
"cds_start": 1282,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870503.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1279C>T",
"hgvs_p": "p.Gln427*",
"transcript": "ENST00000931480.1",
"protein_id": "ENSP00000601539.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 521,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931480.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1288C>T",
"hgvs_p": "p.Gln430*",
"transcript": "ENST00000958165.1",
"protein_id": "ENSP00000628224.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 521,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958165.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1279C>T",
"hgvs_p": "p.Gln427*",
"transcript": "ENST00000958167.1",
"protein_id": "ENSP00000628226.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 521,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958167.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1267C>T",
"hgvs_p": "p.Gln423*",
"transcript": "ENST00000958166.1",
"protein_id": "ENSP00000628225.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 517,
"cds_start": 1267,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958166.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1288C>T",
"hgvs_p": "p.Gln430*",
"transcript": "ENST00000870510.1",
"protein_id": "ENSP00000540569.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 515,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870510.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1258C>T",
"hgvs_p": "p.Gln420*",
"transcript": "ENST00000870511.1",
"protein_id": "ENSP00000540570.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 514,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870511.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1249C>T",
"hgvs_p": "p.Gln417*",
"transcript": "ENST00000931477.1",
"protein_id": "ENSP00000601536.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 511,
"cds_start": 1249,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931477.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1246C>T",
"hgvs_p": "p.Gln416*",
"transcript": "ENST00000958168.1",
"protein_id": "ENSP00000628227.1",
"transcript_support_level": null,
"aa_start": 416,
"aa_end": null,
"aa_length": 510,
"cds_start": 1246,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958168.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1231C>T",
"hgvs_p": "p.Gln411*",
"transcript": "ENST00000870504.1",
"protein_id": "ENSP00000540563.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 505,
"cds_start": 1231,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870504.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1288C>T",
"hgvs_p": "p.Gln430*",
"transcript": "ENST00000870509.1",
"protein_id": "ENSP00000540568.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 497,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870509.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1285C>T",
"hgvs_p": "p.Gln429*",
"transcript": "ENST00000931478.1",
"protein_id": "ENSP00000601537.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 496,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931478.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1201C>T",
"hgvs_p": "p.Gln401*",
"transcript": "ENST00000931481.1",
"protein_id": "ENSP00000601540.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 495,
"cds_start": 1201,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931481.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1189C>T",
"hgvs_p": "p.Gln397*",
"transcript": "ENST00000870513.1",
"protein_id": "ENSP00000540572.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 491,
"cds_start": 1189,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870513.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1288C>T",
"hgvs_p": "p.Gln430*",
"transcript": "ENST00000870514.1",
"protein_id": "ENSP00000540573.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 488,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870514.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1156C>T",
"hgvs_p": "p.Gln386*",
"transcript": "ENST00000931476.1",
"protein_id": "ENSP00000601535.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 480,
"cds_start": 1156,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931476.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1231C>T",
"hgvs_p": "p.Gln411*",
"transcript": "ENST00000870518.1",
"protein_id": "ENSP00000540577.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 478,
"cds_start": 1231,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870518.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1144C>T",
"hgvs_p": "p.Gln382*",
"transcript": "ENST00000870501.1",
"protein_id": "ENSP00000540560.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 476,
"cds_start": 1144,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870501.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1117C>T",
"hgvs_p": "p.Gln373*",
"transcript": "ENST00000870515.1",
"protein_id": "ENSP00000540574.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 467,
"cds_start": 1117,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870515.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1099C>T",
"hgvs_p": "p.Gln367*",
"transcript": "ENST00000958169.1",
"protein_id": "ENSP00000628228.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 461,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958169.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Gln363*",
"transcript": "ENST00000958170.1",
"protein_id": "ENSP00000628229.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 457,
"cds_start": 1087,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958170.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1039C>T",
"hgvs_p": "p.Gln347*",
"transcript": "ENST00000870516.1",
"protein_id": "ENSP00000540575.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 441,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870516.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.1030C>T",
"hgvs_p": "p.Gln344*",
"transcript": "ENST00000931483.1",
"protein_id": "ENSP00000601542.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 438,
"cds_start": 1030,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931483.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.955C>T",
"hgvs_p": "p.Gln319*",
"transcript": "ENST00000958171.1",
"protein_id": "ENSP00000628230.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 386,
"cds_start": 955,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958171.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "c.640C>T",
"hgvs_p": "p.Gln214*",
"transcript": "ENST00000931482.1",
"protein_id": "ENSP00000601541.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 308,
"cds_start": 640,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931482.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"hgvs_c": "n.*224C>T",
"hgvs_p": null,
"transcript": "ENST00000493143.1",
"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": "ENST00000493143.1"
}
],
"gene_symbol": "PSAP",
"gene_hgnc_id": 9498,
"dbsnp": "rs121918109",
"frequency_reference_population": 6.8404785e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84048e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.27000001072883606,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.27,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": -0.168,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "NM_001042465.3",
"gene_symbol": "PSAP",
"hgnc_id": 9498,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.1297C>T",
"hgvs_p": "p.Gln433*"
}
],
"clinvar_disease": "Gaucher disease due to saposin C deficiency",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Gaucher disease due to saposin C deficiency",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}