← 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: 12-13085208-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=13085208&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 13085208,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001367363.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.782C>T",
"hgvs_p": "p.Ser261Leu",
"transcript": "NM_001080555.4",
"protein_id": "NP_001074024.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 362,
"cds_start": 782,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000651961.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001080555.4"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.782C>T",
"hgvs_p": "p.Ser261Leu",
"transcript": "ENST00000651961.1",
"protein_id": "ENSP00000498528.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 362,
"cds_start": 782,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001080555.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651961.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.713C>T",
"hgvs_p": "p.Ser238Leu",
"transcript": "ENST00000432710.7",
"protein_id": "ENSP00000405032.2",
"transcript_support_level": 1,
"aa_start": 238,
"aa_end": null,
"aa_length": 339,
"cds_start": 713,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432710.7"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.674C>T",
"hgvs_p": "p.Ser225Leu",
"transcript": "ENST00000337630.10",
"protein_id": "ENSP00000336816.6",
"transcript_support_level": 1,
"aa_start": 225,
"aa_end": null,
"aa_length": 326,
"cds_start": 674,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000337630.10"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.590C>T",
"hgvs_p": "p.Ser197Leu",
"transcript": "ENST00000537302.5",
"protein_id": "ENSP00000441718.1",
"transcript_support_level": 1,
"aa_start": 197,
"aa_end": null,
"aa_length": 298,
"cds_start": 590,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537302.5"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.906C>T",
"hgvs_p": "p.Val302Val",
"transcript": "ENST00000351606.10",
"protein_id": "ENSP00000336857.6",
"transcript_support_level": 1,
"aa_start": 302,
"aa_end": null,
"aa_length": 321,
"cds_start": 906,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000351606.10"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Val266Val",
"transcript": "ENST00000396302.7",
"protein_id": "ENSP00000379596.3",
"transcript_support_level": 1,
"aa_start": 266,
"aa_end": null,
"aa_length": 285,
"cds_start": 798,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396302.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FAM234B",
"gene_hgnc_id": 29288,
"hgvs_c": "c.970+9065G>A",
"hgvs_p": null,
"transcript": "ENST00000537625.1",
"protein_id": "ENSP00000437974.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 324,
"cds_start": null,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537625.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.902C>T",
"hgvs_p": "p.Ser301Leu",
"transcript": "NM_001367363.2",
"protein_id": "NP_001354292.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 402,
"cds_start": 902,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367363.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.854C>T",
"hgvs_p": "p.Ser285Leu",
"transcript": "NM_001367359.2",
"protein_id": "NP_001354288.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 386,
"cds_start": 854,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367359.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.809C>T",
"hgvs_p": "p.Ser270Leu",
"transcript": "NM_001367362.2",
"protein_id": "NP_001354291.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 371,
"cds_start": 809,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367362.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.910C>T",
"hgvs_p": "p.Arg304Trp",
"transcript": "NM_001367358.2",
"protein_id": "NP_001354287.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 354,
"cds_start": 910,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367358.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.743C>T",
"hgvs_p": "p.Ser248Leu",
"transcript": "NM_001368007.2",
"protein_id": "NP_001354936.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 349,
"cds_start": 743,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368007.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.713C>T",
"hgvs_p": "p.Ser238Leu",
"transcript": "NM_001206842.3",
"protein_id": "NP_001193771.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 339,
"cds_start": 713,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001206842.3"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.674C>T",
"hgvs_p": "p.Ser225Leu",
"transcript": "NM_153823.5",
"protein_id": "NP_722545.2",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 326,
"cds_start": 674,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153823.5"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.590C>T",
"hgvs_p": "p.Ser197Leu",
"transcript": "NM_001206843.3",
"protein_id": "NP_001193772.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 298,
"cds_start": 590,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001206843.3"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.521C>T",
"hgvs_p": "p.Ser174Leu",
"transcript": "NM_001206845.3",
"protein_id": "NP_001193774.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 275,
"cds_start": 521,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001206845.3"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.521C>T",
"hgvs_p": "p.Ser174Leu",
"transcript": "ENST00000457134.6",
"protein_id": "ENSP00000398384.2",
"transcript_support_level": 2,
"aa_start": 174,
"aa_end": null,
"aa_length": 275,
"cds_start": 521,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457134.6"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.881C>T",
"hgvs_p": "p.Ser294Leu",
"transcript": "XM_011520858.2",
"protein_id": "XP_011519160.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 395,
"cds_start": 881,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520858.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ser247Leu",
"transcript": "XM_011520861.3",
"protein_id": "XP_011519163.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 348,
"cds_start": 740,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520861.3"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.978C>T",
"hgvs_p": "p.Val326Val",
"transcript": "NM_001367361.2",
"protein_id": "NP_001354290.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 345,
"cds_start": 978,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367361.2"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.906C>T",
"hgvs_p": "p.Val302Val",
"transcript": "NM_001080554.4",
"protein_id": "NP_001074023.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 321,
"cds_start": 906,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001080554.4"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.837C>T",
"hgvs_p": "p.Val279Val",
"transcript": "NM_001367364.2",
"protein_id": "NP_001354293.1",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 298,
"cds_start": 837,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367364.2"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.837C>T",
"hgvs_p": "p.Val279Val",
"transcript": "ENST00000545401.6",
"protein_id": "ENSP00000445884.2",
"transcript_support_level": 3,
"aa_start": 279,
"aa_end": null,
"aa_length": 298,
"cds_start": 837,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545401.6"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Val266Val",
"transcript": "NM_031289.5",
"protein_id": "NP_112579.2",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 285,
"cds_start": 798,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_031289.5"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.753C>T",
"hgvs_p": "p.Val251Val",
"transcript": "NM_001367360.2",
"protein_id": "NP_001354289.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 270,
"cds_start": 753,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367360.2"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.1005C>T",
"hgvs_p": "p.Val335Val",
"transcript": "XM_011520860.2",
"protein_id": "XP_011519162.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 354,
"cds_start": 1005,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520860.2"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.933C>T",
"hgvs_p": "p.Val311Val",
"transcript": "XM_011520862.2",
"protein_id": "XP_011519164.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 330,
"cds_start": 933,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520862.2"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"hgvs_c": "c.864C>T",
"hgvs_p": "p.Val288Val",
"transcript": "XM_011520863.3",
"protein_id": "XP_011519165.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 307,
"cds_start": 864,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520863.3"
}
],
"gene_symbol": "GSG1",
"gene_hgnc_id": 19716,
"dbsnp": "rs772239685",
"frequency_reference_population": 0.000024832165,
"hom_count_reference_population": 0,
"allele_count_reference_population": 40,
"gnomad_exomes_af": 0.0000253658,
"gnomad_genomes_af": 0.0000197163,
"gnomad_exomes_ac": 37,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2608897089958191,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.278,
"revel_prediction": "Benign",
"alphamissense_score": 0.3007,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 8.143,
"phylop100way_prediction": "Pathogenic",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001367363.2",
"gene_symbol": "GSG1",
"hgnc_id": 19716,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.902C>T",
"hgvs_p": "p.Ser301Leu"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000537625.1",
"gene_symbol": "FAM234B",
"hgnc_id": 29288,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.970+9065G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}