← 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-25720081-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=25720081&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 25720081,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_018297.4",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1722A>G",
"hgvs_p": "p.Gln574Gln",
"transcript": "NM_018297.4",
"protein_id": "NP_060767.2",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 654,
"cds_start": 1722,
"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": "Q",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1722A>G",
"hgvs_p": "p.Gln574Gln",
"transcript": "ENST00000280700.10",
"protein_id": "ENSP00000280700.5",
"transcript_support_level": 1,
"aa_start": 574,
"aa_end": null,
"aa_length": 654,
"cds_start": 1722,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1668A>G",
"hgvs_p": "p.Gln556Gln",
"transcript": "ENST00000428257.5",
"protein_id": "ENSP00000387430.1",
"transcript_support_level": 1,
"aa_start": 556,
"aa_end": null,
"aa_length": 636,
"cds_start": 1668,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1659A>G",
"hgvs_p": "p.Gln553Gln",
"transcript": "ENST00000308710.9",
"protein_id": "ENSP00000307980.5",
"transcript_support_level": 1,
"aa_start": 553,
"aa_end": null,
"aa_length": 633,
"cds_start": 1659,
"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": 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": 10,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1612-446A>G",
"hgvs_p": null,
"transcript": "ENST00000396649.7",
"protein_id": "ENSP00000379886.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 558,
"cds_start": null,
"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": 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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.1529A>G",
"hgvs_p": null,
"transcript": "ENST00000489271.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000489271.5"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1812A>G",
"hgvs_p": "p.Gln604Gln",
"transcript": "ENST00000877204.1",
"protein_id": "ENSP00000547263.1",
"transcript_support_level": null,
"aa_start": 604,
"aa_end": null,
"aa_length": 684,
"cds_start": 1812,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Gln602Gln",
"transcript": "ENST00000877207.1",
"protein_id": "ENSP00000547266.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 682,
"cds_start": 1806,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1779A>G",
"hgvs_p": "p.Gln593Gln",
"transcript": "ENST00000942732.1",
"protein_id": "ENSP00000612791.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 673,
"cds_start": 1779,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1773A>G",
"hgvs_p": "p.Gln591Gln",
"transcript": "ENST00000942731.1",
"protein_id": "ENSP00000612790.1",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 671,
"cds_start": 1773,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1725A>G",
"hgvs_p": "p.Gln575Gln",
"transcript": "ENST00000942734.1",
"protein_id": "ENSP00000612793.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 655,
"cds_start": 1725,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1722A>G",
"hgvs_p": "p.Gln574Gln",
"transcript": "ENST00000942730.1",
"protein_id": "ENSP00000612789.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 654,
"cds_start": 1722,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1719A>G",
"hgvs_p": "p.Gln573Gln",
"transcript": "ENST00000942736.1",
"protein_id": "ENSP00000612795.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 653,
"cds_start": 1719,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1698A>G",
"hgvs_p": "p.Gln566Gln",
"transcript": "ENST00000877206.1",
"protein_id": "ENSP00000547265.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 646,
"cds_start": 1698,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1692A>G",
"hgvs_p": "p.Gln564Gln",
"transcript": "ENST00000676225.1",
"protein_id": "ENSP00000501622.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 644,
"cds_start": 1692,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1674A>G",
"hgvs_p": "p.Gln558Gln",
"transcript": "ENST00000942733.1",
"protein_id": "ENSP00000612792.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 638,
"cds_start": 1674,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1668A>G",
"hgvs_p": "p.Gln556Gln",
"transcript": "NM_001145293.2",
"protein_id": "NP_001138765.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 636,
"cds_start": 1668,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1641A>G",
"hgvs_p": "p.Gln547Gln",
"transcript": "ENST00000877203.1",
"protein_id": "ENSP00000547262.1",
"transcript_support_level": null,
"aa_start": 547,
"aa_end": null,
"aa_length": 627,
"cds_start": 1641,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1596A>G",
"hgvs_p": "p.Gln532Gln",
"transcript": "NM_001145294.2",
"protein_id": "NP_001138766.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 612,
"cds_start": 1596,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1596A>G",
"hgvs_p": "p.Gln532Gln",
"transcript": "ENST00000417874.6",
"protein_id": "ENSP00000389888.2",
"transcript_support_level": 2,
"aa_start": 532,
"aa_end": null,
"aa_length": 612,
"cds_start": 1596,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1557A>G",
"hgvs_p": "p.Gln519Gln",
"transcript": "ENST00000877202.1",
"protein_id": "ENSP00000547261.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 599,
"cds_start": 1557,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1536A>G",
"hgvs_p": "p.Gln512Gln",
"transcript": "ENST00000929484.1",
"protein_id": "ENSP00000599543.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 592,
"cds_start": 1536,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1503A>G",
"hgvs_p": "p.Gln501Gln",
"transcript": "ENST00000929486.1",
"protein_id": "ENSP00000599545.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 581,
"cds_start": 1503,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1482A>G",
"hgvs_p": "p.Gln494Gln",
"transcript": "ENST00000942735.1",
"protein_id": "ENSP00000612794.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 574,
"cds_start": 1482,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1377A>G",
"hgvs_p": "p.Gln459Gln",
"transcript": "ENST00000942729.1",
"protein_id": "ENSP00000612788.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 539,
"cds_start": 1377,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1323A>G",
"hgvs_p": "p.Gln441Gln",
"transcript": "ENST00000929485.1",
"protein_id": "ENSP00000599544.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 521,
"cds_start": 1323,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1227A>G",
"hgvs_p": "p.Gln409Gln",
"transcript": "ENST00000877205.1",
"protein_id": "ENSP00000547264.1",
"transcript_support_level": null,
"aa_start": 409,
"aa_end": null,
"aa_length": 489,
"cds_start": 1227,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1062A>G",
"hgvs_p": "p.Gln354Gln",
"transcript": "ENST00000929487.1",
"protein_id": "ENSP00000599546.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 434,
"cds_start": 1062,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1035A>G",
"hgvs_p": "p.Gln345Gln",
"transcript": "ENST00000675680.1",
"protein_id": "ENSP00000502709.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 425,
"cds_start": 1035,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1557A>G",
"hgvs_p": "p.Gln519Gln",
"transcript": "XM_005265316.1",
"protein_id": "XP_005265373.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 599,
"cds_start": 1557,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1503A>G",
"hgvs_p": "p.Gln501Gln",
"transcript": "XM_047448556.1",
"protein_id": "XP_047304512.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 581,
"cds_start": 1503,
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1491A>G",
"hgvs_p": "p.Gln497Gln",
"transcript": "XM_011533944.1",
"protein_id": "XP_011532246.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 577,
"cds_start": 1491,
"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": 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": 10,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1612-446A>G",
"hgvs_p": null,
"transcript": "NM_001145295.2",
"protein_id": "NP_001138767.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 558,
"cds_start": null,
"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": 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": 10,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1558-446A>G",
"hgvs_p": null,
"transcript": "XM_047448557.1",
"protein_id": "XP_047304513.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 540,
"cds_start": null,
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1447-446A>G",
"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": 9,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "c.1393-446A>G",
"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": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*752A>G",
"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": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*1813A>G",
"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": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.2625A>G",
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.2772A>G",
"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"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.1845A>G",
"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": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.983A>G",
"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": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*1095A>G",
"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": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*1219A>G",
"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": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*752A>G",
"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": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*1813A>G",
"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": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*1095A>G",
"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": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.*1219A>G",
"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": 3,
"intron_rank_end": null,
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"hgvs_c": "n.361+49A>G",
"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"
}
],
"gene_symbol": "NGLY1",
"gene_hgnc_id": 17646,
"dbsnp": "rs74650888",
"frequency_reference_population": 0.0023483457,
"hom_count_reference_population": 7,
"allele_count_reference_population": 3790,
"gnomad_exomes_af": 0.0024548,
"gnomad_genomes_af": 0.00132656,
"gnomad_exomes_ac": 3588,
"gnomad_genomes_ac": 202,
"gnomad_exomes_homalt": 7,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5899999737739563,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.458,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -17,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
"acmg_by_gene": [
{
"score": -17,
"benign_score": 17,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_018297.4",
"gene_symbol": "NGLY1",
"hgnc_id": 17646,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1722A>G",
"hgvs_p": "p.Gln574Gln"
}
],
"clinvar_disease": "Congenital disorder of deglycosylation,not provided",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3 B:1",
"phenotype_combined": "Congenital disorder of deglycosylation|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}