← 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-85551967-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=85551967&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 85551967,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000233838.9",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1454G>T",
"hgvs_p": "p.Arg485Leu",
"transcript": "NM_000821.7",
"protein_id": "NP_000812.2",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 758,
"cds_start": 1454,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 1519,
"cdna_end": null,
"cdna_length": 7556,
"mane_select": "ENST00000233838.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1454G>T",
"hgvs_p": "p.Arg485Leu",
"transcript": "ENST00000233838.9",
"protein_id": "ENSP00000233838.3",
"transcript_support_level": 1,
"aa_start": 485,
"aa_end": null,
"aa_length": 758,
"cds_start": 1454,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 1519,
"cdna_end": null,
"cdna_length": 7556,
"mane_select": "NM_000821.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1385G>T",
"hgvs_p": "p.Arg462Leu",
"transcript": "ENST00000689276.1",
"protein_id": "ENSP00000510012.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 735,
"cds_start": 1385,
"cds_end": null,
"cds_length": 2208,
"cdna_start": 1393,
"cdna_end": null,
"cdna_length": 3068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1283G>T",
"hgvs_p": "p.Arg428Leu",
"transcript": "NM_001142269.4",
"protein_id": "NP_001135741.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 701,
"cds_start": 1283,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 1348,
"cdna_end": null,
"cdna_length": 7385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1283G>T",
"hgvs_p": "p.Arg428Leu",
"transcript": "ENST00000430215.7",
"protein_id": "ENSP00000408045.3",
"transcript_support_level": 2,
"aa_start": 428,
"aa_end": null,
"aa_length": 701,
"cds_start": 1283,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 1387,
"cdna_end": null,
"cdna_length": 2314,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.779G>T",
"hgvs_p": "p.Arg260Leu",
"transcript": "ENST00000690595.1",
"protein_id": "ENSP00000508979.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 533,
"cds_start": 779,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 852,
"cdna_end": null,
"cdna_length": 2520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.770G>T",
"hgvs_p": "p.Arg257Leu",
"transcript": "ENST00000693287.1",
"protein_id": "ENSP00000510264.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 530,
"cds_start": 770,
"cds_end": null,
"cds_length": 1593,
"cdna_start": 944,
"cdna_end": null,
"cdna_length": 2619,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.767G>T",
"hgvs_p": "p.Arg256Leu",
"transcript": "ENST00000693681.1",
"protein_id": "ENSP00000510789.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 529,
"cds_start": 767,
"cds_end": null,
"cds_length": 1590,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 2530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1454G>T",
"hgvs_p": "p.Arg485Leu",
"transcript": "XM_005264259.6",
"protein_id": "XP_005264316.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 756,
"cds_start": 1454,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 1519,
"cdna_end": null,
"cdna_length": 7550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1283G>T",
"hgvs_p": "p.Arg428Leu",
"transcript": "XM_017003803.3",
"protein_id": "XP_016859292.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 699,
"cds_start": 1283,
"cds_end": null,
"cds_length": 2100,
"cdna_start": 1348,
"cdna_end": null,
"cdna_length": 7379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.632G>T",
"hgvs_p": "p.Arg211Leu",
"transcript": "XM_047443919.1",
"protein_id": "XP_047299875.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 484,
"cds_start": 632,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 672,
"cdna_end": null,
"cdna_length": 6709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.5932G>T",
"hgvs_p": null,
"transcript": "ENST00000473665.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7605,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.4339G>T",
"hgvs_p": null,
"transcript": "ENST00000482662.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.2291G>T",
"hgvs_p": null,
"transcript": "ENST00000685865.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.1991G>T",
"hgvs_p": null,
"transcript": "ENST00000687250.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.1806G>T",
"hgvs_p": null,
"transcript": "ENST00000687995.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4471,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*1047G>T",
"hgvs_p": null,
"transcript": "ENST00000688205.1",
"protein_id": "ENSP00000509673.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3524,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.1693G>T",
"hgvs_p": null,
"transcript": "ENST00000688788.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*73G>T",
"hgvs_p": null,
"transcript": "ENST00000689576.1",
"protein_id": "ENSP00000508712.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*1110G>T",
"hgvs_p": null,
"transcript": "ENST00000690108.1",
"protein_id": "ENSP00000510617.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3229,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*6G>T",
"hgvs_p": null,
"transcript": "ENST00000690468.1",
"protein_id": "ENSP00000509078.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*6G>T",
"hgvs_p": null,
"transcript": "ENST00000691348.1",
"protein_id": "ENSP00000509369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*1031G>T",
"hgvs_p": null,
"transcript": "ENST00000691410.1",
"protein_id": "ENSP00000508479.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*1047G>T",
"hgvs_p": null,
"transcript": "ENST00000688205.1",
"protein_id": "ENSP00000509673.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3524,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*73G>T",
"hgvs_p": null,
"transcript": "ENST00000689576.1",
"protein_id": "ENSP00000508712.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*1110G>T",
"hgvs_p": null,
"transcript": "ENST00000690108.1",
"protein_id": "ENSP00000510617.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3229,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*6G>T",
"hgvs_p": null,
"transcript": "ENST00000690468.1",
"protein_id": "ENSP00000509078.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*6G>T",
"hgvs_p": null,
"transcript": "ENST00000691348.1",
"protein_id": "ENSP00000509369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*1031G>T",
"hgvs_p": null,
"transcript": "ENST00000691410.1",
"protein_id": "ENSP00000508479.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.*6G>T",
"hgvs_p": null,
"transcript": "XM_047443920.1",
"protein_id": "XP_047299876.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 431,
"cds_start": -4,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.179-3963G>T",
"hgvs_p": null,
"transcript": "ENST00000465637.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.-238G>T",
"hgvs_p": null,
"transcript": "ENST00000693354.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"dbsnp": "rs121909676",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.80274498462677,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.27000001072883606,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.714,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.229,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.1,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.192,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.27,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM5,PP3",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PM5",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000233838.9",
"gene_symbol": "GGCX",
"hgnc_id": 4247,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1454G>T",
"hgvs_p": "p.Arg485Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}