← 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-208237132-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=208237132&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 208237132,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_005896.4",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "NM_005896.4",
"protein_id": "NP_005887.2",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000345146.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005896.4"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000345146.7",
"protein_id": "ENSP00000260985.2",
"transcript_support_level": 1,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005896.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000345146.7"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000415913.5",
"protein_id": "ENSP00000390265.1",
"transcript_support_level": 1,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415913.5"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000446179.5",
"protein_id": "ENSP00000410513.1",
"transcript_support_level": 1,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446179.5"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1246A>T",
"hgvs_p": "p.Met416Leu",
"transcript": "ENST00000911600.1",
"protein_id": "ENSP00000581659.1",
"transcript_support_level": null,
"aa_start": 416,
"aa_end": null,
"aa_length": 432,
"cds_start": 1246,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911600.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "NM_001282386.1",
"protein_id": "NP_001269315.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282386.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "NM_001282387.1",
"protein_id": "NP_001269316.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282387.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000862219.1",
"protein_id": "ENSP00000532278.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862219.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000862220.1",
"protein_id": "ENSP00000532279.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862220.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000862224.1",
"protein_id": "ENSP00000532283.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862224.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000862226.1",
"protein_id": "ENSP00000532285.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862226.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000862227.1",
"protein_id": "ENSP00000532286.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862227.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000862228.1",
"protein_id": "ENSP00000532287.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862228.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000862229.1",
"protein_id": "ENSP00000532288.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862229.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000911595.1",
"protein_id": "ENSP00000581654.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911595.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000911597.1",
"protein_id": "ENSP00000581656.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911597.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000911598.1",
"protein_id": "ENSP00000581657.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911598.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000911601.1",
"protein_id": "ENSP00000581660.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911601.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000911602.1",
"protein_id": "ENSP00000581661.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911602.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000911604.1",
"protein_id": "ENSP00000581663.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911604.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000911605.1",
"protein_id": "ENSP00000581664.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911605.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000961866.1",
"protein_id": "ENSP00000631925.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961866.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu",
"transcript": "ENST00000961867.1",
"protein_id": "ENSP00000631926.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 414,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961867.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1189A>T",
"hgvs_p": "p.Met397Leu",
"transcript": "ENST00000862221.1",
"protein_id": "ENSP00000532280.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 413,
"cds_start": 1189,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862221.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1189A>T",
"hgvs_p": "p.Met397Leu",
"transcript": "ENST00000862230.1",
"protein_id": "ENSP00000532289.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 413,
"cds_start": 1189,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862230.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1162A>T",
"hgvs_p": "p.Met388Leu",
"transcript": "ENST00000911599.1",
"protein_id": "ENSP00000581658.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 404,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911599.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1150A>T",
"hgvs_p": "p.Met384Leu",
"transcript": "ENST00000911596.1",
"protein_id": "ENSP00000581655.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 400,
"cds_start": 1150,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911596.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1138A>T",
"hgvs_p": "p.Met380Leu",
"transcript": "ENST00000862223.1",
"protein_id": "ENSP00000532282.1",
"transcript_support_level": null,
"aa_start": 380,
"aa_end": null,
"aa_length": 396,
"cds_start": 1138,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862223.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1138A>T",
"hgvs_p": "p.Met380Leu",
"transcript": "ENST00000862225.1",
"protein_id": "ENSP00000532284.1",
"transcript_support_level": null,
"aa_start": 380,
"aa_end": null,
"aa_length": 396,
"cds_start": 1138,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862225.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.1135A>T",
"hgvs_p": "p.Met379Leu",
"transcript": "ENST00000911603.1",
"protein_id": "ENSP00000581662.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 395,
"cds_start": 1135,
"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": "ENST00000911603.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "c.862A>T",
"hgvs_p": "p.Met288Leu",
"transcript": "ENST00000862222.1",
"protein_id": "ENSP00000532281.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 304,
"cds_start": 862,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862222.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"hgvs_c": "n.654A>T",
"hgvs_p": null,
"transcript": "ENST00000484575.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": "ENST00000484575.1"
}
],
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"dbsnp": "rs1687825025",
"frequency_reference_population": 6.8566976e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8567e-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.09881928563117981,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.116,
"revel_prediction": "Benign",
"alphamissense_score": 0.098,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.889,
"phylop100way_prediction": "Benign",
"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_005896.4",
"gene_symbol": "IDH1",
"hgnc_id": 5382,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1192A>T",
"hgvs_p": "p.Met398Leu"
}
],
"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
}