← 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-208237146-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=208237146&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 208237146,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_005896.4",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "NM_005896.4",
"protein_id": "NP_005887.2",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1401,
"cdna_end": null,
"cdna_length": 2318,
"mane_select": "ENST00000345146.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005896.4"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000345146.7",
"protein_id": "ENSP00000260985.2",
"transcript_support_level": 1,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1401,
"cdna_end": null,
"cdna_length": 2318,
"mane_select": "NM_005896.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000345146.7"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000415913.5",
"protein_id": "ENSP00000390265.1",
"transcript_support_level": 1,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1560,
"cdna_end": null,
"cdna_length": 2441,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415913.5"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000446179.5",
"protein_id": "ENSP00000410513.1",
"transcript_support_level": 1,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1384,
"cdna_end": null,
"cdna_length": 2298,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446179.5"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1232A>G",
"hgvs_p": "p.Asn411Ser",
"transcript": "ENST00000911600.1",
"protein_id": "ENSP00000581659.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 432,
"cds_start": 1232,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 1454,
"cdna_end": null,
"cdna_length": 2371,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911600.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "NM_001282386.1",
"protein_id": "NP_001269315.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1384,
"cdna_end": null,
"cdna_length": 2303,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282386.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "NM_001282387.1",
"protein_id": "NP_001269316.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1541,
"cdna_end": null,
"cdna_length": 2460,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282387.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000862219.1",
"protein_id": "ENSP00000532278.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1799,
"cdna_end": null,
"cdna_length": 2715,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862219.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000862220.1",
"protein_id": "ENSP00000532279.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 3778,
"cdna_end": null,
"cdna_length": 4694,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862220.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000862224.1",
"protein_id": "ENSP00000532283.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1426,
"cdna_end": null,
"cdna_length": 2305,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862224.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000862226.1",
"protein_id": "ENSP00000532285.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1335,
"cdna_end": null,
"cdna_length": 2254,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862226.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000862227.1",
"protein_id": "ENSP00000532286.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1446,
"cdna_end": null,
"cdna_length": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862227.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000862228.1",
"protein_id": "ENSP00000532287.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1406,
"cdna_end": null,
"cdna_length": 2325,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862228.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000862229.1",
"protein_id": "ENSP00000532288.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1429,
"cdna_end": null,
"cdna_length": 2348,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862229.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000911595.1",
"protein_id": "ENSP00000581654.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1572,
"cdna_end": null,
"cdna_length": 2491,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911595.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000911597.1",
"protein_id": "ENSP00000581656.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1636,
"cdna_end": null,
"cdna_length": 2555,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911597.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000911598.1",
"protein_id": "ENSP00000581657.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1809,
"cdna_end": null,
"cdna_length": 2726,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911598.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000911601.1",
"protein_id": "ENSP00000581660.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1338,
"cdna_end": null,
"cdna_length": 2252,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911601.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000911602.1",
"protein_id": "ENSP00000581661.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1399,
"cdna_end": null,
"cdna_length": 2316,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911602.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000911604.1",
"protein_id": "ENSP00000581663.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1405,
"cdna_end": null,
"cdna_length": 2327,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911604.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000911605.1",
"protein_id": "ENSP00000581664.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1848,
"cdna_end": null,
"cdna_length": 2763,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911605.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000961866.1",
"protein_id": "ENSP00000631925.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1306,
"cdna_end": null,
"cdna_length": 2220,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961866.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000961867.1",
"protein_id": "ENSP00000631926.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 414,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1359,
"cdna_end": null,
"cdna_length": 2268,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961867.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1175A>G",
"hgvs_p": "p.Asn392Ser",
"transcript": "ENST00000862221.1",
"protein_id": "ENSP00000532280.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 413,
"cds_start": 1175,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1449,
"cdna_end": null,
"cdna_length": 2368,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862221.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1175A>G",
"hgvs_p": "p.Asn392Ser",
"transcript": "ENST00000862230.1",
"protein_id": "ENSP00000532289.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 413,
"cds_start": 1175,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1394,
"cdna_end": null,
"cdna_length": 2310,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862230.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1148A>G",
"hgvs_p": "p.Asn383Ser",
"transcript": "ENST00000911599.1",
"protein_id": "ENSP00000581658.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 404,
"cds_start": 1148,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 1371,
"cdna_end": null,
"cdna_length": 2288,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911599.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1136A>G",
"hgvs_p": "p.Asn379Ser",
"transcript": "ENST00000911596.1",
"protein_id": "ENSP00000581655.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 400,
"cds_start": 1136,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1395,
"cdna_end": null,
"cdna_length": 2311,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911596.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1124A>G",
"hgvs_p": "p.Asn375Ser",
"transcript": "ENST00000862223.1",
"protein_id": "ENSP00000532282.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 396,
"cds_start": 1124,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1347,
"cdna_end": null,
"cdna_length": 2263,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862223.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1124A>G",
"hgvs_p": "p.Asn375Ser",
"transcript": "ENST00000862225.1",
"protein_id": "ENSP00000532284.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 396,
"cds_start": 1124,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1240,
"cdna_end": null,
"cdna_length": 2158,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862225.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.1121A>G",
"hgvs_p": "p.Asn374Ser",
"transcript": "ENST00000911603.1",
"protein_id": "ENSP00000581662.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 395,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 1363,
"cdna_end": null,
"cdna_length": 2166,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911603.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"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.848A>G",
"hgvs_p": "p.Asn283Ser",
"transcript": "ENST00000862222.1",
"protein_id": "ENSP00000532281.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 304,
"cds_start": 848,
"cds_end": null,
"cds_length": 915,
"cdna_start": 1071,
"cdna_end": null,
"cdna_length": 1990,
"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.640A>G",
"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": 1044,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000484575.1"
}
],
"gene_symbol": "IDH1",
"gene_hgnc_id": 5382,
"dbsnp": null,
"frequency_reference_population": 6.8652554e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.86526e-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.2994401454925537,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.267,
"revel_prediction": "Benign",
"alphamissense_score": 0.0984,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.839,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005896.4",
"gene_symbol": "IDH1",
"hgnc_id": 5382,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1178A>G",
"hgvs_p": "p.Asn393Ser"
}
],
"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
}