← 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: 3-25732339-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=25732339&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 25732339,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_018297.4",
"consequences": [
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1405C>T",
"hgvs_p": "p.Arg469*",
"transcript": "NM_018297.4",
"protein_id": "NP_060767.2",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 654,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000280700.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018297.4"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1405C>T",
"hgvs_p": "p.Arg469*",
"transcript": "ENST00000280700.10",
"protein_id": "ENSP00000280700.5",
"transcript_support_level": 1,
"aa_start": 469,
"aa_end": null,
"aa_length": 654,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018297.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000280700.10"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1351C>T",
"hgvs_p": "p.Arg451*",
"transcript": "ENST00000428257.5",
"protein_id": "ENSP00000387430.1",
"transcript_support_level": 1,
"aa_start": 451,
"aa_end": null,
"aa_length": 636,
"cds_start": 1351,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428257.5"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1342C>T",
"hgvs_p": "p.Arg448*",
"transcript": "ENST00000308710.9",
"protein_id": "ENSP00000307980.5",
"transcript_support_level": 1,
"aa_start": 448,
"aa_end": null,
"aa_length": 633,
"cds_start": 1342,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000308710.9"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1405C>T",
"hgvs_p": "p.Arg469*",
"transcript": "ENST00000396649.7",
"protein_id": "ENSP00000379886.3",
"transcript_support_level": 1,
"aa_start": 469,
"aa_end": null,
"aa_length": 558,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396649.7"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1495C>T",
"hgvs_p": "p.Arg499*",
"transcript": "ENST00000877204.1",
"protein_id": "ENSP00000547263.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 684,
"cds_start": 1495,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877204.1"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1489C>T",
"hgvs_p": "p.Arg497*",
"transcript": "ENST00000877207.1",
"protein_id": "ENSP00000547266.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 682,
"cds_start": 1489,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877207.1"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1462C>T",
"hgvs_p": "p.Arg488*",
"transcript": "ENST00000942732.1",
"protein_id": "ENSP00000612791.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 673,
"cds_start": 1462,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942732.1"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1456C>T",
"hgvs_p": "p.Arg486*",
"transcript": "ENST00000942731.1",
"protein_id": "ENSP00000612790.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 671,
"cds_start": 1456,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942731.1"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1408C>T",
"hgvs_p": "p.Arg470*",
"transcript": "ENST00000942734.1",
"protein_id": "ENSP00000612793.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 655,
"cds_start": 1408,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942734.1"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1405C>T",
"hgvs_p": "p.Arg469*",
"transcript": "ENST00000942730.1",
"protein_id": "ENSP00000612789.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 654,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942730.1"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1402C>T",
"hgvs_p": "p.Arg468*",
"transcript": "ENST00000942736.1",
"protein_id": "ENSP00000612795.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 653,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942736.1"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "ENST00000877206.1",
"protein_id": "ENSP00000547265.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 646,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877206.1"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1375C>T",
"hgvs_p": "p.Arg459*",
"transcript": "ENST00000676225.1",
"protein_id": "ENSP00000501622.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 644,
"cds_start": 1375,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676225.1"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1357C>T",
"hgvs_p": "p.Arg453*",
"transcript": "ENST00000942733.1",
"protein_id": "ENSP00000612792.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 638,
"cds_start": 1357,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942733.1"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1351C>T",
"hgvs_p": "p.Arg451*",
"transcript": "NM_001145293.2",
"protein_id": "NP_001138765.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 636,
"cds_start": 1351,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145293.2"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1279C>T",
"hgvs_p": "p.Arg427*",
"transcript": "NM_001145294.2",
"protein_id": "NP_001138766.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 612,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145294.2"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1279C>T",
"hgvs_p": "p.Arg427*",
"transcript": "ENST00000417874.6",
"protein_id": "ENSP00000389888.2",
"transcript_support_level": 2,
"aa_start": 427,
"aa_end": null,
"aa_length": 612,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000417874.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1405C>T",
"hgvs_p": "p.Arg469*",
"transcript": "ENST00000929484.1",
"protein_id": "ENSP00000599543.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 592,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929484.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1351C>T",
"hgvs_p": "p.Arg451*",
"transcript": "ENST00000942735.1",
"protein_id": "ENSP00000612794.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 574,
"cds_start": 1351,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942735.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1405C>T",
"hgvs_p": "p.Arg469*",
"transcript": "NM_001145295.2",
"protein_id": "NP_001138767.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 558,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145295.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1060C>T",
"hgvs_p": "p.Arg354*",
"transcript": "ENST00000942729.1",
"protein_id": "ENSP00000612788.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 539,
"cds_start": 1060,
"cds_end": null,
"cds_length": 1620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942729.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1006C>T",
"hgvs_p": "p.Arg336*",
"transcript": "ENST00000929485.1",
"protein_id": "ENSP00000599544.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 521,
"cds_start": 1006,
"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": "ENST00000929485.1"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.910C>T",
"hgvs_p": "p.Arg304*",
"transcript": "ENST00000877205.1",
"protein_id": "ENSP00000547264.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 489,
"cds_start": 910,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877205.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1405C>T",
"hgvs_p": "p.Arg469*",
"transcript": "XM_017006839.3",
"protein_id": "XP_016862328.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 591,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006839.3"
},
{
"aa_ref": "R",
"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": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1174C>T",
"hgvs_p": "p.Arg392*",
"transcript": "XM_011533944.1",
"protein_id": "XP_011532246.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 577,
"cds_start": 1174,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533944.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1351C>T",
"hgvs_p": "p.Arg451*",
"transcript": "XM_047448557.1",
"protein_id": "XP_047304513.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 540,
"cds_start": 1351,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448557.1"
},
{
"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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1344+1533C>T",
"hgvs_p": null,
"transcript": "ENST00000877203.1",
"protein_id": "ENSP00000547262.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 627,
"cds_start": null,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877203.1"
},
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1260+1533C>T",
"hgvs_p": null,
"transcript": "ENST00000877202.1",
"protein_id": "ENSP00000547261.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 599,
"cds_start": null,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877202.1"
},
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1206+1533C>T",
"hgvs_p": null,
"transcript": "ENST00000929486.1",
"protein_id": "ENSP00000599545.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929486.1"
},
{
"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": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.765+1533C>T",
"hgvs_p": null,
"transcript": "ENST00000929487.1",
"protein_id": "ENSP00000599546.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 434,
"cds_start": null,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929487.1"
},
{
"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": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.738+1533C>T",
"hgvs_p": null,
"transcript": "ENST00000675680.1",
"protein_id": "ENSP00000502709.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 425,
"cds_start": null,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675680.1"
},
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1260+1533C>T",
"hgvs_p": null,
"transcript": "XM_005265316.1",
"protein_id": "XP_005265373.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 599,
"cds_start": null,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265316.1"
},
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1206+1533C>T",
"hgvs_p": null,
"transcript": "XM_047448556.1",
"protein_id": "XP_047304512.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448556.1"
},
{
"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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1260+1533C>T",
"hgvs_p": null,
"transcript": "XM_005265317.1",
"protein_id": "XP_005265374.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 503,
"cds_start": null,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265317.1"
},
{
"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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1206+1533C>T",
"hgvs_p": null,
"transcript": "XM_047448558.1",
"protein_id": "XP_047304514.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 485,
"cds_start": null,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448558.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*435C>T",
"hgvs_p": null,
"transcript": "ENST00000280699.13",
"protein_id": "ENSP00000280699.9",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000280699.13"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*1496C>T",
"hgvs_p": null,
"transcript": "ENST00000463611.2",
"protein_id": "ENSP00000501918.1",
"transcript_support_level": 4,
"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": "nonsense_mediated_decay",
"feature": "ENST00000463611.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.2308C>T",
"hgvs_p": null,
"transcript": "ENST00000493324.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000493324.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.1528C>T",
"hgvs_p": null,
"transcript": "ENST00000674841.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000674841.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.423C>T",
"hgvs_p": null,
"transcript": "ENST00000675178.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000675178.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*778C>T",
"hgvs_p": null,
"transcript": "ENST00000675217.1",
"protein_id": "ENSP00000502195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000675217.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*902C>T",
"hgvs_p": null,
"transcript": "ENST00000675234.1",
"protein_id": "ENSP00000502740.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000675234.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*435C>T",
"hgvs_p": null,
"transcript": "ENST00000280699.13",
"protein_id": "ENSP00000280699.9",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000280699.13"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*1496C>T",
"hgvs_p": null,
"transcript": "ENST00000463611.2",
"protein_id": "ENSP00000501918.1",
"transcript_support_level": 4,
"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": "nonsense_mediated_decay",
"feature": "ENST00000463611.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*778C>T",
"hgvs_p": null,
"transcript": "ENST00000675217.1",
"protein_id": "ENSP00000502195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000675217.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*902C>T",
"hgvs_p": null,
"transcript": "ENST00000675234.1",
"protein_id": "ENSP00000502740.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000675234.1"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.113+1533C>T",
"hgvs_p": null,
"transcript": "ENST00000467224.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000467224.5"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.2475+1533C>T",
"hgvs_p": null,
"transcript": "ENST00000496726.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000496726.5"
}
],
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"dbsnp": "rs768131676",
"frequency_reference_population": 0.000006818365,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000479031,
"gnomad_genomes_af": 0.0000263144,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6499999761581421,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.10000000149011612,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.65,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.587,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.1,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_018297.4",
"gene_symbol": "NGLY1",
"hgnc_id": 17646,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1405C>T",
"hgvs_p": "p.Arg469*"
}
],
"clinvar_disease": "Congenital disorder of deglycosylation,Congenital disorder of deglycosylation 1,Inborn genetic diseases,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:4",
"phenotype_combined": "not provided|Inborn genetic diseases|Congenital disorder of deglycosylation|Congenital disorder of deglycosylation 1",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}