← 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: 2-232796136-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=232796136&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 232796136,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001103147.2",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "NM_001103146.3",
"protein_id": "NP_001096616.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000373563.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001103146.3"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000373563.9",
"protein_id": "ENSP00000362664.5",
"transcript_support_level": 1,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001103146.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373563.9"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1617G>A",
"hgvs_p": "p.Glu539Glu",
"transcript": "ENST00000409451.7",
"protein_id": "ENSP00000387170.3",
"transcript_support_level": 1,
"aa_start": 539,
"aa_end": null,
"aa_length": 1320,
"cds_start": 1617,
"cds_end": null,
"cds_length": 3963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409451.7"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000409547.5",
"protein_id": "ENSP00000386537.1",
"transcript_support_level": 1,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409547.5"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1536G>A",
"hgvs_p": "p.Glu512Glu",
"transcript": "ENST00000409196.7",
"protein_id": "ENSP00000387070.3",
"transcript_support_level": 1,
"aa_start": 512,
"aa_end": null,
"aa_length": 1293,
"cds_start": 1536,
"cds_end": null,
"cds_length": 3882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409196.7"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1536G>A",
"hgvs_p": "p.Glu512Glu",
"transcript": "ENST00000440945.5",
"protein_id": "ENSP00000410297.1",
"transcript_support_level": 1,
"aa_start": 512,
"aa_end": null,
"aa_length": 835,
"cds_start": 1536,
"cds_end": null,
"cds_length": 2508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440945.5"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1620G>A",
"hgvs_p": "p.Glu540Glu",
"transcript": "ENST00000409480.5",
"protein_id": "ENSP00000386765.1",
"transcript_support_level": 5,
"aa_start": 540,
"aa_end": null,
"aa_length": 1321,
"cds_start": 1620,
"cds_end": null,
"cds_length": 3966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409480.5"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1620G>A",
"hgvs_p": "p.Glu540Glu",
"transcript": "ENST00000629305.2",
"protein_id": "ENSP00000487548.1",
"transcript_support_level": 5,
"aa_start": 540,
"aa_end": null,
"aa_length": 1321,
"cds_start": 1620,
"cds_end": null,
"cds_length": 3966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000629305.2"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1617G>A",
"hgvs_p": "p.Glu539Glu",
"transcript": "NM_001103147.2",
"protein_id": "NP_001096617.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 1320,
"cds_start": 1617,
"cds_end": null,
"cds_length": 3963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001103147.2"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "NM_015575.4",
"protein_id": "NP_056390.2",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015575.4"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000869690.1",
"protein_id": "ENSP00000539749.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869690.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000869691.1",
"protein_id": "ENSP00000539750.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869691.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000869692.1",
"protein_id": "ENSP00000539751.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869692.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000869693.1",
"protein_id": "ENSP00000539752.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869693.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000869695.1",
"protein_id": "ENSP00000539754.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869695.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000869696.1",
"protein_id": "ENSP00000539755.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869696.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000869697.1",
"protein_id": "ENSP00000539756.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869697.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000933239.1",
"protein_id": "ENSP00000603298.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933239.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000933241.1",
"protein_id": "ENSP00000603300.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933241.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000933242.1",
"protein_id": "ENSP00000603301.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933242.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000933246.1",
"protein_id": "ENSP00000603305.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933246.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000933247.1",
"protein_id": "ENSP00000603306.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933247.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000933249.1",
"protein_id": "ENSP00000603308.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933249.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000961216.1",
"protein_id": "ENSP00000631275.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961216.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000961217.1",
"protein_id": "ENSP00000631276.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961217.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000961218.1",
"protein_id": "ENSP00000631277.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961218.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000961219.1",
"protein_id": "ENSP00000631278.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1299,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961219.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1551G>A",
"hgvs_p": "p.Glu517Glu",
"transcript": "ENST00000869694.1",
"protein_id": "ENSP00000539753.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 1298,
"cds_start": 1551,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869694.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1551G>A",
"hgvs_p": "p.Glu517Glu",
"transcript": "ENST00000933243.1",
"protein_id": "ENSP00000603302.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 1298,
"cds_start": 1551,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933243.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1551G>A",
"hgvs_p": "p.Glu517Glu",
"transcript": "ENST00000933244.1",
"protein_id": "ENSP00000603303.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 1298,
"cds_start": 1551,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933244.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1536G>A",
"hgvs_p": "p.Glu512Glu",
"transcript": "NM_001103148.2",
"protein_id": "NP_001096618.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 1293,
"cds_start": 1536,
"cds_end": null,
"cds_length": 3882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001103148.2"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1536G>A",
"hgvs_p": "p.Glu512Glu",
"transcript": "ENST00000933240.1",
"protein_id": "ENSP00000603299.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 1293,
"cds_start": 1536,
"cds_end": null,
"cds_length": 3882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933240.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1536G>A",
"hgvs_p": "p.Glu512Glu",
"transcript": "ENST00000933245.1",
"protein_id": "ENSP00000603304.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 1293,
"cds_start": 1536,
"cds_end": null,
"cds_length": 3882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933245.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1536G>A",
"hgvs_p": "p.Glu512Glu",
"transcript": "ENST00000933248.1",
"protein_id": "ENSP00000603307.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 1293,
"cds_start": 1536,
"cds_end": null,
"cds_length": 3882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933248.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1536G>A",
"hgvs_p": "p.Glu512Glu",
"transcript": "ENST00000961222.1",
"protein_id": "ENSP00000631281.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 1293,
"cds_start": 1536,
"cds_end": null,
"cds_length": 3882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961222.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1533G>A",
"hgvs_p": "p.Glu511Glu",
"transcript": "ENST00000961221.1",
"protein_id": "ENSP00000631280.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 1292,
"cds_start": 1533,
"cds_end": null,
"cds_length": 3879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961221.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000961220.1",
"protein_id": "ENSP00000631279.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1289,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961220.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Glu518Glu",
"transcript": "ENST00000961223.1",
"protein_id": "ENSP00000631282.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1258,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961223.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1047G>A",
"hgvs_p": "p.Glu349Glu",
"transcript": "ENST00000678230.1",
"protein_id": "ENSP00000504272.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 1130,
"cds_start": 1047,
"cds_end": null,
"cds_length": 3393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678230.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1035G>A",
"hgvs_p": "p.Glu345Glu",
"transcript": "ENST00000677450.1",
"protein_id": "ENSP00000503420.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 1126,
"cds_start": 1035,
"cds_end": null,
"cds_length": 3381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677450.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.900G>A",
"hgvs_p": "p.Glu300Glu",
"transcript": "ENST00000676848.1",
"protein_id": "ENSP00000503313.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1081,
"cds_start": 900,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676848.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.810G>A",
"hgvs_p": "p.Glu270Glu",
"transcript": "ENST00000677591.1",
"protein_id": "ENSP00000503061.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 1051,
"cds_start": 810,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677591.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.810G>A",
"hgvs_p": "p.Glu270Glu",
"transcript": "ENST00000678339.1",
"protein_id": "ENSP00000503437.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 1051,
"cds_start": 810,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678339.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.810G>A",
"hgvs_p": "p.Glu270Glu",
"transcript": "ENST00000678466.1",
"protein_id": "ENSP00000504219.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 1051,
"cds_start": 810,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678466.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.810G>A",
"hgvs_p": "p.Glu270Glu",
"transcript": "ENST00000678885.1",
"protein_id": "ENSP00000503563.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 1051,
"cds_start": 810,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678885.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.1383G>A",
"hgvs_p": "p.Glu461Glu",
"transcript": "ENST00000423659.5",
"protein_id": "ENSP00000404195.1",
"transcript_support_level": 5,
"aa_start": 461,
"aa_end": null,
"aa_length": 719,
"cds_start": 1383,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423659.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "n.1667G>A",
"hgvs_p": null,
"transcript": "NR_103492.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": "NR_103492.1"
}
],
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"dbsnp": "rs2305138",
"frequency_reference_population": 0.065483645,
"hom_count_reference_population": 4052,
"allele_count_reference_population": 104772,
"gnomad_exomes_af": 0.0640244,
"gnomad_genomes_af": 0.0793648,
"gnomad_exomes_ac": 92693,
"gnomad_genomes_ac": 12079,
"gnomad_exomes_homalt": 3438,
"gnomad_genomes_homalt": 614,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.49000000953674316,
"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.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.052,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001103147.2",
"gene_symbol": "GIGYF2",
"hgnc_id": 11960,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "Unknown,AD",
"hgvs_c": "c.1617G>A",
"hgvs_p": "p.Glu539Glu"
}
],
"clinvar_disease": " autosomal dominant, susceptibility to,Parkinson disease 11,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:3",
"phenotype_combined": "Parkinson disease 11, autosomal dominant, susceptibility to|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}