← 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: 15-78168985-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=78168985&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 78168985,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_005530.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.1081C>G",
"hgvs_p": "p.Arg361Gly",
"transcript": "NM_005530.3",
"protein_id": "NP_005521.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 366,
"cds_start": 1081,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000299518.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005530.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.1081C>G",
"hgvs_p": "p.Arg361Gly",
"transcript": "ENST00000299518.7",
"protein_id": "ENSP00000299518.2",
"transcript_support_level": 1,
"aa_start": 361,
"aa_end": null,
"aa_length": 366,
"cds_start": 1081,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005530.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000299518.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.*2459G>C",
"hgvs_p": null,
"transcript": "NM_015162.5",
"protein_id": "NP_055977.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 724,
"cds_start": null,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000258873.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015162.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.*2459G>C",
"hgvs_p": null,
"transcript": "ENST00000258873.9",
"protein_id": "ENSP00000258873.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 724,
"cds_start": null,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015162.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000258873.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "n.1029C>G",
"hgvs_p": null,
"transcript": "ENST00000558535.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000558535.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "n.1772C>G",
"hgvs_p": null,
"transcript": "ENST00000559889.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000559889.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.1105C>G",
"hgvs_p": "p.Arg369Gly",
"transcript": "ENST00000889878.1",
"protein_id": "ENSP00000559937.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 374,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889878.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.1102C>G",
"hgvs_p": "p.Arg368Gly",
"transcript": "ENST00000889873.1",
"protein_id": "ENSP00000559932.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 373,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889873.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.1078C>G",
"hgvs_p": "p.Arg360Gly",
"transcript": "ENST00000889876.1",
"protein_id": "ENSP00000559935.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 365,
"cds_start": 1078,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889876.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.1078C>G",
"hgvs_p": "p.Arg360Gly",
"transcript": "ENST00000921734.1",
"protein_id": "ENSP00000591793.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 365,
"cds_start": 1078,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921734.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.1057C>G",
"hgvs_p": "p.Arg353Gly",
"transcript": "ENST00000889871.1",
"protein_id": "ENSP00000559930.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 358,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889871.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.1045C>G",
"hgvs_p": "p.Arg349Gly",
"transcript": "ENST00000889872.1",
"protein_id": "ENSP00000559931.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 354,
"cds_start": 1045,
"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": "ENST00000889872.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.1021C>G",
"hgvs_p": "p.Arg341Gly",
"transcript": "ENST00000943584.1",
"protein_id": "ENSP00000613643.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 346,
"cds_start": 1021,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943584.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.1018C>G",
"hgvs_p": "p.Arg340Gly",
"transcript": "ENST00000889877.1",
"protein_id": "ENSP00000559936.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 345,
"cds_start": 1018,
"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": "ENST00000889877.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.976C>G",
"hgvs_p": "p.Arg326Gly",
"transcript": "ENST00000558554.5",
"protein_id": "ENSP00000453084.1",
"transcript_support_level": 2,
"aa_start": 326,
"aa_end": null,
"aa_length": 331,
"cds_start": 976,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558554.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.934C>G",
"hgvs_p": "p.Arg312Gly",
"transcript": "ENST00000889874.1",
"protein_id": "ENSP00000559933.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 317,
"cds_start": 934,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889874.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.928C>G",
"hgvs_p": "p.Arg310Gly",
"transcript": "ENST00000889875.1",
"protein_id": "ENSP00000559934.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 315,
"cds_start": 928,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889875.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.244C>G",
"hgvs_p": "p.Arg82Gly",
"transcript": "ENST00000559205.1",
"protein_id": "ENSP00000453989.1",
"transcript_support_level": 4,
"aa_start": 82,
"aa_end": null,
"aa_length": 87,
"cds_start": 244,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559205.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.931C>G",
"hgvs_p": "p.Arg311Gly",
"transcript": "XM_024449911.2",
"protein_id": "XP_024305679.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 316,
"cds_start": 931,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449911.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.931C>G",
"hgvs_p": "p.Arg311Gly",
"transcript": "XM_047432428.1",
"protein_id": "XP_047288384.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 316,
"cds_start": 931,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432428.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.931C>G",
"hgvs_p": "p.Arg311Gly",
"transcript": "XM_047432429.1",
"protein_id": "XP_047288385.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 316,
"cds_start": 931,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432429.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "c.754C>G",
"hgvs_p": "p.Arg252Gly",
"transcript": "XM_047432430.1",
"protein_id": "XP_047288386.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 257,
"cds_start": 754,
"cds_end": null,
"cds_length": 774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432430.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.*2459G>C",
"hgvs_p": null,
"transcript": "NM_001199377.2",
"protein_id": "NP_001186306.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 720,
"cds_start": null,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199377.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.*2459G>C",
"hgvs_p": null,
"transcript": "XM_047432273.1",
"protein_id": "XP_047288229.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 732,
"cds_start": null,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432273.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.*2459G>C",
"hgvs_p": null,
"transcript": "XM_011521390.4",
"protein_id": "XP_011519692.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 702,
"cds_start": null,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521390.4"
},
{
"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": 14,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.2138-500G>C",
"hgvs_p": null,
"transcript": "XM_017022025.3",
"protein_id": "XP_016877514.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 748,
"cds_start": null,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022025.3"
},
{
"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": 13,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.1925-500G>C",
"hgvs_p": null,
"transcript": "XM_011521391.3",
"protein_id": "XP_011519693.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 677,
"cds_start": null,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521391.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "n.124C>G",
"hgvs_p": null,
"transcript": "ENST00000557960.1",
"protein_id": "ENSP00000453459.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000557960.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "n.262C>G",
"hgvs_p": null,
"transcript": "ENST00000558016.1",
"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": "ENST00000558016.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "n.1531C>G",
"hgvs_p": null,
"transcript": "ENST00000558602.5",
"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": "ENST00000558602.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "n.*1222C>G",
"hgvs_p": null,
"transcript": "ENST00000560667.5",
"protein_id": "ENSP00000453033.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000560667.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "n.*1222C>G",
"hgvs_p": null,
"transcript": "ENST00000560667.5",
"protein_id": "ENSP00000453033.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000560667.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"hgvs_c": "n.*820C>G",
"hgvs_p": null,
"transcript": "ENST00000559803.5",
"protein_id": "ENSP00000453338.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000559803.5"
}
],
"gene_symbol": "IDH3A",
"gene_hgnc_id": 5384,
"dbsnp": "rs141316392",
"frequency_reference_population": 6.9190264e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.91903e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6156330704689026,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.12999999523162842,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.408,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5694,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.15,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.293,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.13,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005530.3",
"gene_symbol": "IDH3A",
"hgnc_id": 5384,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1081C>G",
"hgvs_p": "p.Arg361Gly"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015162.5",
"gene_symbol": "ACSBG1",
"hgnc_id": 29567,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*2459G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}