← 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-85553267-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=85553267&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 85553267,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000233838.9",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1120C>T",
"hgvs_p": "p.Gln374*",
"transcript": "NM_000821.7",
"protein_id": "NP_000812.2",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 758,
"cds_start": 1120,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 1185,
"cdna_end": null,
"cdna_length": 7556,
"mane_select": "ENST00000233838.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1120C>T",
"hgvs_p": "p.Gln374*",
"transcript": "ENST00000233838.9",
"protein_id": "ENSP00000233838.3",
"transcript_support_level": 1,
"aa_start": 374,
"aa_end": null,
"aa_length": 758,
"cds_start": 1120,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 1185,
"cdna_end": null,
"cdna_length": 7556,
"mane_select": "NM_000821.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1051C>T",
"hgvs_p": "p.Gln351*",
"transcript": "ENST00000689276.1",
"protein_id": "ENSP00000510012.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 735,
"cds_start": 1051,
"cds_end": null,
"cds_length": 2208,
"cdna_start": 1059,
"cdna_end": null,
"cdna_length": 3068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.949C>T",
"hgvs_p": "p.Gln317*",
"transcript": "NM_001142269.4",
"protein_id": "NP_001135741.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 701,
"cds_start": 949,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 7385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.949C>T",
"hgvs_p": "p.Gln317*",
"transcript": "ENST00000430215.7",
"protein_id": "ENSP00000408045.3",
"transcript_support_level": 2,
"aa_start": 317,
"aa_end": null,
"aa_length": 701,
"cds_start": 949,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 1053,
"cdna_end": null,
"cdna_length": 2314,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.445C>T",
"hgvs_p": "p.Gln149*",
"transcript": "ENST00000690595.1",
"protein_id": "ENSP00000508979.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 533,
"cds_start": 445,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 518,
"cdna_end": null,
"cdna_length": 2520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.436C>T",
"hgvs_p": "p.Gln146*",
"transcript": "ENST00000693287.1",
"protein_id": "ENSP00000510264.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 530,
"cds_start": 436,
"cds_end": null,
"cds_length": 1593,
"cdna_start": 610,
"cdna_end": null,
"cdna_length": 2619,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.433C>T",
"hgvs_p": "p.Gln145*",
"transcript": "ENST00000693681.1",
"protein_id": "ENSP00000510789.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 529,
"cds_start": 433,
"cds_end": null,
"cds_length": 1590,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 2530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1120C>T",
"hgvs_p": "p.Gln374*",
"transcript": "XM_005264259.6",
"protein_id": "XP_005264316.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 756,
"cds_start": 1120,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 1185,
"cdna_end": null,
"cdna_length": 7550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.949C>T",
"hgvs_p": "p.Gln317*",
"transcript": "XM_017003803.3",
"protein_id": "XP_016859292.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 699,
"cds_start": 949,
"cds_end": null,
"cds_length": 2100,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 7379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.298C>T",
"hgvs_p": "p.Gln100*",
"transcript": "XM_047443919.1",
"protein_id": "XP_047299875.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 484,
"cds_start": 298,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 338,
"cdna_end": null,
"cdna_length": 6709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1120C>T",
"hgvs_p": "p.Gln374*",
"transcript": "XM_047443920.1",
"protein_id": "XP_047299876.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 431,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1296,
"cdna_start": 1185,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.5164C>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": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.3571C>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": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.1523C>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": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.1223C>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": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.1472C>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": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*713C>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": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.1359C>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": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.1120C>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": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*776C>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": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.841C>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": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.949C>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": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*697C>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": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*713C>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": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*776C>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": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*697C>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": [
"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-5263C>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
}
],
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"dbsnp": "rs121909680",
"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.6499999761581421,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.1899999976158142,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.65,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.094,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.19,
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000233838.9",
"gene_symbol": "GGCX",
"hgnc_id": 4247,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1120C>T",
"hgvs_p": "p.Gln374*"
}
],
"clinvar_disease": "Body skin hyperlaxity due to vitamin K-dependent coagulation factor deficiency",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Body skin hyperlaxity due to vitamin K-dependent coagulation factor deficiency",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}