← 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-232768405-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=232768405&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 232768405,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_002242.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ13",
"gene_hgnc_id": 6259,
"hgvs_c": "c.869C>G",
"hgvs_p": "p.Pro290Arg",
"transcript": "NM_002242.4",
"protein_id": "NP_002233.2",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 360,
"cds_start": 869,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000233826.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002242.4"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ13",
"gene_hgnc_id": 6259,
"hgvs_c": "c.869C>G",
"hgvs_p": "p.Pro290Arg",
"transcript": "ENST00000233826.4",
"protein_id": "ENSP00000233826.3",
"transcript_support_level": 1,
"aa_start": 290,
"aa_end": null,
"aa_length": 360,
"cds_start": 869,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002242.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000233826.4"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ13",
"gene_hgnc_id": 6259,
"hgvs_c": "c.869C>G",
"hgvs_p": "p.Pro290Arg",
"transcript": "ENST00000410029.1",
"protein_id": "ENSP00000386251.1",
"transcript_support_level": 1,
"aa_start": 290,
"aa_end": null,
"aa_length": 360,
"cds_start": 869,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000410029.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": 8,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 8,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 9,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 10,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 8,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ13",
"gene_hgnc_id": 6259,
"hgvs_c": "c.629C>G",
"hgvs_p": "p.Pro210Arg",
"transcript": "NM_001172417.1",
"protein_id": "NP_001165888.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 280,
"cds_start": 629,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001172417.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ13",
"gene_hgnc_id": 6259,
"hgvs_c": "c.869C>G",
"hgvs_p": "p.Pro290Arg",
"transcript": "XM_047444253.1",
"protein_id": "XP_047300209.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 360,
"cds_start": 869,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444253.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.13G>C",
"hgvs_p": "p.Gly5Arg",
"transcript": "ENST00000677450.1",
"protein_id": "ENSP00000503420.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 1126,
"cds_start": 13,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ13",
"gene_hgnc_id": 6259,
"hgvs_c": "c.405C>G",
"hgvs_p": "p.Thr135Thr",
"transcript": "ENST00000444142.1",
"protein_id": "ENSP00000416896.1",
"transcript_support_level": 5,
"aa_start": 135,
"aa_end": null,
"aa_length": 136,
"cds_start": 405,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444142.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ13",
"gene_hgnc_id": 6259,
"hgvs_c": "c.*348C>G",
"hgvs_p": null,
"transcript": "NM_001172416.1",
"protein_id": "NP_001165887.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 94,
"cds_start": null,
"cds_end": null,
"cds_length": 285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001172416.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ13",
"gene_hgnc_id": 6259,
"hgvs_c": "c.*348C>G",
"hgvs_p": null,
"transcript": "ENST00000409779.1",
"protein_id": "ENSP00000386408.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 94,
"cds_start": null,
"cds_end": null,
"cds_length": 285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409779.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": 9,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 8,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 10,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 9,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 9,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 10,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 9,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 9,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 10,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 10,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 13,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 10,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 10,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 10,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 10,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 8,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 9,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 10,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 9,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 8,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 8,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 8,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.532+6969G>C",
"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": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.25+2426G>C",
"hgvs_p": null,
"transcript": "ENST00000678230.1",
"protein_id": "ENSP00000504272.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1130,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.-195+3795G>C",
"hgvs_p": null,
"transcript": "ENST00000677591.1",
"protein_id": "ENSP00000503061.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1051,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.-213+3795G>C",
"hgvs_p": null,
"transcript": "ENST00000678339.1",
"protein_id": "ENSP00000503437.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1051,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.-213+146G>C",
"hgvs_p": null,
"transcript": "ENST00000678466.1",
"protein_id": "ENSP00000504219.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1051,
"cds_start": null,
"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": 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": 6,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "c.379+12071G>C",
"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": false,
"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": "n.*137+6969G>C",
"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": 8,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "n.685-2619G>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "n.645+6969G>C",
"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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNJ13",
"gene_hgnc_id": 6259,
"hgvs_c": "c.*76C>G",
"hgvs_p": null,
"transcript": "ENST00000438786.1",
"protein_id": "ENSP00000407284.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 183,
"cds_start": null,
"cds_end": null,
"cds_length": 553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438786.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "n.*31G>C",
"hgvs_p": null,
"transcript": "ENST00000473170.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000473170.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GIGYF2",
"gene_hgnc_id": 11960,
"hgvs_c": "n.*8G>C",
"hgvs_p": null,
"transcript": "ENST00000475530.1",
"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": "ENST00000475530.1"
}
],
"gene_symbol": "KCNJ13",
"gene_hgnc_id": 6259,
"dbsnp": "rs17853727",
"frequency_reference_population": 6.8407314e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84073e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3604053854942322,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.485,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3338,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.08,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 4.965,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002242.4",
"gene_symbol": "KCNJ13",
"hgnc_id": 6259,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.869C>G",
"hgvs_p": "p.Pro290Arg"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001103147.2",
"gene_symbol": "GIGYF2",
"hgnc_id": 11960,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.532+6969G>C",
"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
}