← 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-85552429-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=85552429&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 85552429,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_000821.7",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys",
"transcript": "NM_000821.7",
"protein_id": "NP_000812.2",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 758,
"cds_start": 1426,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000233838.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000821.7"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys",
"transcript": "ENST00000233838.9",
"protein_id": "ENSP00000233838.3",
"transcript_support_level": 1,
"aa_start": 476,
"aa_end": null,
"aa_length": 758,
"cds_start": 1426,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000821.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000233838.9"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys",
"transcript": "ENST00000911478.1",
"protein_id": "ENSP00000581537.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 768,
"cds_start": 1426,
"cds_end": null,
"cds_length": 2307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911478.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys",
"transcript": "ENST00000896458.1",
"protein_id": "ENSP00000566517.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 756,
"cds_start": 1426,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896458.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1414C>T",
"hgvs_p": "p.Arg472Cys",
"transcript": "ENST00000942085.1",
"protein_id": "ENSP00000612144.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 754,
"cds_start": 1414,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942085.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1357C>T",
"hgvs_p": "p.Arg453Cys",
"transcript": "ENST00000689276.1",
"protein_id": "ENSP00000510012.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 735,
"cds_start": 1357,
"cds_end": null,
"cds_length": 2208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689276.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys",
"transcript": "ENST00000942081.1",
"protein_id": "ENSP00000612140.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 712,
"cds_start": 1426,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942081.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419Cys",
"transcript": "ENST00000896461.1",
"protein_id": "ENSP00000566520.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 705,
"cds_start": 1255,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896461.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419Cys",
"transcript": "NM_001142269.4",
"protein_id": "NP_001135741.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 701,
"cds_start": 1255,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142269.4"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419Cys",
"transcript": "ENST00000430215.7",
"protein_id": "ENSP00000408045.3",
"transcript_support_level": 2,
"aa_start": 419,
"aa_end": null,
"aa_length": 701,
"cds_start": 1255,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430215.7"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419Cys",
"transcript": "ENST00000896459.1",
"protein_id": "ENSP00000566518.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 699,
"cds_start": 1255,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896459.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1243C>T",
"hgvs_p": "p.Arg415Cys",
"transcript": "ENST00000942083.1",
"protein_id": "ENSP00000612142.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 697,
"cds_start": 1243,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942083.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1156C>T",
"hgvs_p": "p.Arg386Cys",
"transcript": "ENST00000896464.1",
"protein_id": "ENSP00000566523.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 666,
"cds_start": 1156,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896464.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419Cys",
"transcript": "ENST00000942084.1",
"protein_id": "ENSP00000612143.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 655,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942084.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.910C>T",
"hgvs_p": "p.Arg304Cys",
"transcript": "ENST00000896462.1",
"protein_id": "ENSP00000566521.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 586,
"cds_start": 910,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896462.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.751C>T",
"hgvs_p": "p.Arg251Cys",
"transcript": "ENST00000690595.1",
"protein_id": "ENSP00000508979.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 533,
"cds_start": 751,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000690595.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.742C>T",
"hgvs_p": "p.Arg248Cys",
"transcript": "ENST00000693287.1",
"protein_id": "ENSP00000510264.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 530,
"cds_start": 742,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000693287.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Arg247Cys",
"transcript": "ENST00000693681.1",
"protein_id": "ENSP00000510789.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 529,
"cds_start": 739,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000693681.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.580C>T",
"hgvs_p": "p.Arg194Cys",
"transcript": "ENST00000896460.1",
"protein_id": "ENSP00000566519.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 476,
"cds_start": 580,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896460.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.580C>T",
"hgvs_p": "p.Arg194Cys",
"transcript": "ENST00000942082.1",
"protein_id": "ENSP00000612141.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 474,
"cds_start": 580,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942082.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys",
"transcript": "XM_005264259.6",
"protein_id": "XP_005264316.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 756,
"cds_start": 1426,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005264259.6"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419Cys",
"transcript": "XM_017003803.3",
"protein_id": "XP_016859292.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 699,
"cds_start": 1255,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003803.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.604C>T",
"hgvs_p": "p.Arg202Cys",
"transcript": "XM_047443919.1",
"protein_id": "XP_047299875.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 484,
"cds_start": 604,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443919.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1370+56C>T",
"hgvs_p": null,
"transcript": "ENST00000896463.1",
"protein_id": "ENSP00000566522.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 735,
"cds_start": null,
"cds_end": null,
"cds_length": 2208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896463.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1199+56C>T",
"hgvs_p": null,
"transcript": "ENST00000896465.1",
"protein_id": "ENSP00000566524.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 678,
"cds_start": null,
"cds_end": null,
"cds_length": 2037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896465.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "c.1288-448C>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": null,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443920.1"
},
{
"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.5470C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000473665.2"
},
{
"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.3877C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000482662.2"
},
{
"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.1829C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000685865.1"
},
{
"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.1529C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000687250.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.1778C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000687995.1"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*1019C>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": 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": "ENST00000688205.1"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.1665C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000688788.1"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.1426C>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": 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": "ENST00000689576.1"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*1082C>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": 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": "ENST00000690108.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*1003C>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": 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": "ENST00000691410.1"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*1019C>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": 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": "ENST00000688205.1"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*1082C>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": 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": "ENST00000690108.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.*1003C>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": 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": "ENST00000691410.1"
},
{
"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-4425C>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": 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": "ENST00000465637.5"
},
{
"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": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.1009-448C>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": 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": "ENST00000690468.1"
},
{
"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": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"hgvs_c": "n.1117-448C>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": 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": "ENST00000691348.1"
}
],
"gene_symbol": "GGCX",
"gene_hgnc_id": 4247,
"dbsnp": "rs121909681",
"frequency_reference_population": 0.0000037178822,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000273661,
"gnomad_genomes_af": 0.0000131442,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9841934442520142,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.11999999731779099,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.941,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9446,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.56,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.28,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.12,
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM5,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM5",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_000821.7",
"gene_symbol": "GGCX",
"hgnc_id": 4247,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Arg476Cys"
}
],
"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
}