← 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-111836229-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=111836229&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 111836229,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000616540.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1538C>T",
"hgvs_p": "p.Pro513Leu",
"transcript": "NM_024740.2",
"protein_id": "NP_079016.2",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 618,
"cds_start": 1538,
"cds_end": null,
"cds_length": 1857,
"cdna_start": 1637,
"cdna_end": null,
"cdna_length": 6158,
"mane_select": "ENST00000616540.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1538C>T",
"hgvs_p": "p.Pro513Leu",
"transcript": "ENST00000616540.5",
"protein_id": "ENSP00000482437.1",
"transcript_support_level": 1,
"aa_start": 513,
"aa_end": null,
"aa_length": 618,
"cds_start": 1538,
"cds_end": null,
"cds_length": 1857,
"cdna_start": 1637,
"cdna_end": null,
"cdna_length": 6158,
"mane_select": "NM_024740.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"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": "ENSG00000258529",
"gene_hgnc_id": null,
"hgvs_c": "c.2216C>T",
"hgvs_p": "p.Pro739Leu",
"transcript": "ENST00000622211.4",
"protein_id": "ENSP00000482396.1",
"transcript_support_level": 2,
"aa_start": 739,
"aa_end": null,
"aa_length": 844,
"cds_start": 2216,
"cds_end": null,
"cds_length": 2535,
"cdna_start": 2509,
"cdna_end": null,
"cdna_length": 2939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1517C>T",
"hgvs_p": "p.Pro506Leu",
"transcript": "ENST00000614444.4",
"protein_id": "ENSP00000484200.1",
"transcript_support_level": 1,
"aa_start": 506,
"aa_end": null,
"aa_length": 611,
"cds_start": 1517,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1568,
"cdna_end": null,
"cdna_length": 2028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Pro335Leu",
"transcript": "ENST00000398006.6",
"protein_id": "ENSP00000381090.2",
"transcript_support_level": 1,
"aa_start": 335,
"aa_end": null,
"aa_length": 440,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1323,
"cdna_start": 1913,
"cdna_end": null,
"cdna_length": 2345,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1538C>T",
"hgvs_p": "p.Pro513Leu",
"transcript": "NM_001441203.1",
"protein_id": "NP_001428132.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 629,
"cds_start": 1538,
"cds_end": null,
"cds_length": 1890,
"cdna_start": 1637,
"cdna_end": null,
"cdna_length": 5851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1517C>T",
"hgvs_p": "p.Pro506Leu",
"transcript": "NM_001352417.1",
"protein_id": "NP_001339346.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 622,
"cds_start": 1517,
"cds_end": null,
"cds_length": 1869,
"cdna_start": 1616,
"cdna_end": null,
"cdna_length": 5830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1517C>T",
"hgvs_p": "p.Pro506Leu",
"transcript": "NM_001077690.1",
"protein_id": "NP_001071158.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 611,
"cds_start": 1517,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1616,
"cdna_end": null,
"cdna_length": 6137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1538C>T",
"hgvs_p": "p.Pro513Leu",
"transcript": "NM_001441204.1",
"protein_id": "NP_001428133.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 598,
"cds_start": 1538,
"cds_end": null,
"cds_length": 1797,
"cdna_start": 1637,
"cdna_end": null,
"cdna_length": 6221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1517C>T",
"hgvs_p": "p.Pro506Leu",
"transcript": "NM_001441205.1",
"protein_id": "NP_001428134.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 591,
"cds_start": 1517,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1616,
"cdna_end": null,
"cdna_length": 6200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1415C>T",
"hgvs_p": "p.Pro472Leu",
"transcript": "NM_001441206.1",
"protein_id": "NP_001428135.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 577,
"cds_start": 1415,
"cds_end": null,
"cds_length": 1734,
"cdna_start": 1514,
"cdna_end": null,
"cdna_length": 6035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1394C>T",
"hgvs_p": "p.Pro465Leu",
"transcript": "NM_001352418.1",
"protein_id": "NP_001339347.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 570,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 1493,
"cdna_end": null,
"cdna_length": 6014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1025C>T",
"hgvs_p": "p.Pro342Leu",
"transcript": "NM_001352419.1",
"protein_id": "NP_001339348.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 458,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 1914,
"cdna_end": null,
"cdna_length": 6128,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Pro335Leu",
"transcript": "NM_001352415.1",
"protein_id": "NP_001339344.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 451,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1897,
"cdna_end": null,
"cdna_length": 6111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Pro335Leu",
"transcript": "NM_001352416.1",
"protein_id": "NP_001339345.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 451,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1893,
"cdna_end": null,
"cdna_length": 6107,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1025C>T",
"hgvs_p": "p.Pro342Leu",
"transcript": "NM_001077691.2",
"protein_id": "NP_001071159.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 447,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1934,
"cdna_end": null,
"cdna_length": 6455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1025C>T",
"hgvs_p": "p.Pro342Leu",
"transcript": "NM_001352413.1",
"protein_id": "NP_001339342.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 447,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1641,
"cdna_end": null,
"cdna_length": 6162,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1025C>T",
"hgvs_p": "p.Pro342Leu",
"transcript": "NM_001352414.2",
"protein_id": "NP_001339343.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 447,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 6289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1025C>T",
"hgvs_p": "p.Pro342Leu",
"transcript": "ENST00000531154.5",
"protein_id": "ENSP00000435517.1",
"transcript_support_level": 2,
"aa_start": 342,
"aa_end": null,
"aa_length": 447,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1498,
"cdna_end": null,
"cdna_length": 1930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Pro335Leu",
"transcript": "NM_001077692.2",
"protein_id": "NP_001071160.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 440,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1323,
"cdna_start": 1913,
"cdna_end": null,
"cdna_length": 6434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Pro335Leu",
"transcript": "NM_001352409.1",
"protein_id": "NP_001339338.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 440,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1323,
"cdna_start": 1477,
"cdna_end": null,
"cdna_length": 5998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Pro335Leu",
"transcript": "NM_001352410.1",
"protein_id": "NP_001339339.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 440,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1323,
"cdna_start": 1620,
"cdna_end": null,
"cdna_length": 6141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Pro335Leu",
"transcript": "NM_001352411.2",
"protein_id": "NP_001339340.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 440,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1323,
"cdna_start": 1917,
"cdna_end": null,
"cdna_length": 6438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Pro335Leu",
"transcript": "NM_001352412.2",
"protein_id": "NP_001339341.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 440,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1323,
"cdna_start": 1747,
"cdna_end": null,
"cdna_length": 6268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Pro335Leu",
"transcript": "NM_001352420.2",
"protein_id": "NP_001339349.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 440,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1323,
"cdna_start": 1913,
"cdna_end": null,
"cdna_length": 6563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Pro335Leu",
"transcript": "NM_001352421.2",
"protein_id": "NP_001339350.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 420,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 1913,
"cdna_end": null,
"cdna_length": 6497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.929C>T",
"hgvs_p": "p.Pro310Leu",
"transcript": "NM_001352422.2",
"protein_id": "NP_001339351.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 415,
"cds_start": 929,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 2056,
"cdna_end": null,
"cdna_length": 6577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.881C>T",
"hgvs_p": "p.Pro294Leu",
"transcript": "NM_001352423.2",
"protein_id": "NP_001339352.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 399,
"cds_start": 881,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1794,
"cdna_end": null,
"cdna_length": 6315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "c.269C>T",
"hgvs_p": "p.Pro90Leu",
"transcript": "ENST00000532425.6",
"protein_id": "ENSP00000432442.2",
"transcript_support_level": 3,
"aa_start": 90,
"aa_end": null,
"aa_length": 206,
"cds_start": 269,
"cds_end": null,
"cds_length": 621,
"cdna_start": 271,
"cdna_end": null,
"cdna_length": 4485,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "n.102C>T",
"hgvs_p": null,
"transcript": "ENST00000526272.5",
"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": 542,
"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": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "n.*1069C>T",
"hgvs_p": null,
"transcript": "ENST00000619129.4",
"protein_id": "ENSP00000480661.1",
"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": 2020,
"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": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "n.1934C>T",
"hgvs_p": null,
"transcript": "NR_147984.2",
"protein_id": null,
"transcript_support_level": null,
"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": 6677,
"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": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "n.1637C>T",
"hgvs_p": null,
"transcript": "XR_001747967.3",
"protein_id": null,
"transcript_support_level": null,
"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": 4572,
"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": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "n.1616C>T",
"hgvs_p": null,
"transcript": "XR_001747968.3",
"protein_id": null,
"transcript_support_level": null,
"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": 3824,
"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": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "n.1772C>T",
"hgvs_p": null,
"transcript": "XR_001747974.2",
"protein_id": null,
"transcript_support_level": null,
"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": 2626,
"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": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "n.1446C>T",
"hgvs_p": null,
"transcript": "XR_001747977.2",
"protein_id": null,
"transcript_support_level": null,
"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": 2303,
"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": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "n.1514C>T",
"hgvs_p": null,
"transcript": "XR_007062503.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2393,
"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": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "n.1768C>T",
"hgvs_p": null,
"transcript": "XR_007062504.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "n.*1069C>T",
"hgvs_p": null,
"transcript": "ENST00000619129.4",
"protein_id": "ENSP00000480661.1",
"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": 2020,
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"hgvs_c": "n.537+17151C>T",
"hgvs_p": null,
"transcript": "ENST00000530851.6",
"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": 692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ALG9",
"gene_hgnc_id": 15672,
"dbsnp": "rs185149177",
"frequency_reference_population": 0.0033685367,
"hom_count_reference_population": 18,
"allele_count_reference_population": 5437,
"gnomad_exomes_af": 0.00350808,
"gnomad_genomes_af": 0.00202908,
"gnomad_exomes_ac": 5128,
"gnomad_genomes_ac": 309,
"gnomad_exomes_homalt": 17,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.008098453283309937,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.169,
"revel_prediction": "Benign",
"alphamissense_score": 0.0854,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.92,
"phylop100way_prediction": "Pathogenic",
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000616540.5",
"gene_symbol": "ALG9",
"hgnc_id": 15672,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1538C>T",
"hgvs_p": "p.Pro513Leu"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000622211.4",
"gene_symbol": "ENSG00000258529",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2216C>T",
"hgvs_p": "p.Pro739Leu"
}
],
"clinvar_disease": "ALG9 congenital disorder of glycosylation,ALG9-related disorder,Gillessen-Kaesbach-Nishimura syndrome,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:5 B:2",
"phenotype_combined": "not specified|ALG9 congenital disorder of glycosylation|Gillessen-Kaesbach-Nishimura syndrome;ALG9 congenital disorder of glycosylation|ALG9-related disorder|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}