← 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-232756197-CTTTTTTTTTT-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=232756197&ref=CTTTTTTTTTT&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 232756197,
"ref": "CTTTTTTTTTT",
"alt": "C",
"effect": "splice_region_variant,intron_variant",
"transcript": "NM_001103147.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-15_268-6delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "NM_001103146.3",
"protein_id": "NP_001096616.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000373563.9",
"protein_id": "ENSP00000362664.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000409451.7",
"protein_id": "ENSP00000387170.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1320,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000409547.5",
"protein_id": "ENSP00000386537.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000409196.7",
"protein_id": "ENSP00000387070.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1293,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000440945.5",
"protein_id": "ENSP00000410297.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 835,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000409480.5",
"protein_id": "ENSP00000386765.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1321,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000629305.2",
"protein_id": "ENSP00000487548.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1321,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-15_268-6delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "NM_001103147.2",
"protein_id": "NP_001096617.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1320,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-15_268-6delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "NM_015575.4",
"protein_id": "NP_056390.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000869690.1",
"protein_id": "ENSP00000539749.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000869691.1",
"protein_id": "ENSP00000539750.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000869692.1",
"protein_id": "ENSP00000539751.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000869693.1",
"protein_id": "ENSP00000539752.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000869695.1",
"protein_id": "ENSP00000539754.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000869696.1",
"protein_id": "ENSP00000539755.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000869697.1",
"protein_id": "ENSP00000539756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000933239.1",
"protein_id": "ENSP00000603298.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000933241.1",
"protein_id": "ENSP00000603300.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000933242.1",
"protein_id": "ENSP00000603301.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000933246.1",
"protein_id": "ENSP00000603305.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000933247.1",
"protein_id": "ENSP00000603306.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000933249.1",
"protein_id": "ENSP00000603308.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000961216.1",
"protein_id": "ENSP00000631275.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000961217.1",
"protein_id": "ENSP00000631276.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000961218.1",
"protein_id": "ENSP00000631277.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000961219.1",
"protein_id": "ENSP00000631278.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000869694.1",
"protein_id": "ENSP00000539753.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1298,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000933243.1",
"protein_id": "ENSP00000603302.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1298,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000933244.1",
"protein_id": "ENSP00000603303.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1298,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-15_268-6delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "NM_001103148.2",
"protein_id": "NP_001096618.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1293,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000933240.1",
"protein_id": "ENSP00000603299.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1293,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000933245.1",
"protein_id": "ENSP00000603304.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1293,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000933248.1",
"protein_id": "ENSP00000603307.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1293,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000961222.1",
"protein_id": "ENSP00000631281.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1293,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000961221.1",
"protein_id": "ENSP00000631280.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1292,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000961220.1",
"protein_id": "ENSP00000631279.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1289,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000961223.1",
"protein_id": "ENSP00000631282.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1258,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000423659.5",
"protein_id": "ENSP00000404195.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 719,
"cds_start": null,
"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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000428883.5",
"protein_id": "ENSP00000402712.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 114,
"cds_start": null,
"cds_end": null,
"cds_length": 346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428883.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000430720.5",
"protein_id": "ENSP00000396958.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 111,
"cds_start": null,
"cds_end": null,
"cds_length": 338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430720.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000429187.5",
"protein_id": "ENSP00000392991.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 105,
"cds_start": null,
"cds_end": null,
"cds_length": 319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429187.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000425040.5",
"protein_id": "ENSP00000407161.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"cds_end": null,
"cds_length": 299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425040.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.268-25_268-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000421433.5",
"protein_id": "ENSP00000402053.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": null,
"cds_end": null,
"cds_length": 280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421433.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.131-4288_131-4279delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000456491.5",
"protein_id": "ENSP00000413612.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 67,
"cds_start": null,
"cds_end": null,
"cds_length": 204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456491.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "n.268-4286_268-4277delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000424038.2",
"protein_id": "ENSP00000399064.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000424038.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "n.420-25_420-16delTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000463554.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000463554.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "n.381-15_381-6delTTTTTTTTTT",
"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": "rs759525243",
"frequency_reference_population": 0.0057499246,
"hom_count_reference_population": 29,
"allele_count_reference_population": 4086,
"gnomad_exomes_af": 0.00615024,
"gnomad_genomes_af": 0.00337963,
"gnomad_exomes_ac": 3739,
"gnomad_genomes_ac": 347,
"gnomad_exomes_homalt": 26,
"gnomad_genomes_homalt": 3,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 1.602,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001103147.2",
"gene_symbol": "GIGYF2",
"hgnc_id": 11960,
"effects": [
"splice_region_variant",
"intron_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.268-15_268-6delTTTTTTTTTT",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}