← 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: 3-49024938-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=49024938&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 49024938,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001410759.1",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1253A>G",
"hgvs_p": "p.Asp418Gly",
"transcript": "NM_000884.3",
"protein_id": "NP_000875.2",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 514,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000326739.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000884.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1253A>G",
"hgvs_p": "p.Asp418Gly",
"transcript": "ENST00000326739.9",
"protein_id": "ENSP00000321584.4",
"transcript_support_level": 1,
"aa_start": 418,
"aa_end": null,
"aa_length": 514,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000884.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000326739.9"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000290315",
"gene_hgnc_id": null,
"hgvs_c": "c.3293A>G",
"hgvs_p": "p.Asp1098Gly",
"transcript": "ENST00000703936.1",
"protein_id": "ENSP00000515567.1",
"transcript_support_level": null,
"aa_start": 1098,
"aa_end": null,
"aa_length": 1194,
"cds_start": 3293,
"cds_end": null,
"cds_length": 3585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703936.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1421A>G",
"hgvs_p": "p.Asp474Gly",
"transcript": "ENST00000937815.1",
"protein_id": "ENSP00000607874.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 570,
"cds_start": 1421,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937815.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1325A>G",
"hgvs_p": "p.Asp442Gly",
"transcript": "NM_001410759.1",
"protein_id": "NP_001397688.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 538,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410759.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1325A>G",
"hgvs_p": "p.Asp442Gly",
"transcript": "ENST00000429182.6",
"protein_id": "ENSP00000393525.2",
"transcript_support_level": 5,
"aa_start": 442,
"aa_end": null,
"aa_length": 538,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429182.6"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1322A>G",
"hgvs_p": "p.Asp441Gly",
"transcript": "ENST00000968719.1",
"protein_id": "ENSP00000638778.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 537,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968719.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1313A>G",
"hgvs_p": "p.Asp438Gly",
"transcript": "ENST00000968723.1",
"protein_id": "ENSP00000638782.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 534,
"cds_start": 1313,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968723.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1301A>G",
"hgvs_p": "p.Asp434Gly",
"transcript": "ENST00000937818.1",
"protein_id": "ENSP00000607877.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 530,
"cds_start": 1301,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937818.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1289A>G",
"hgvs_p": "p.Asp430Gly",
"transcript": "ENST00000937813.1",
"protein_id": "ENSP00000607872.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 526,
"cds_start": 1289,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937813.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1277A>G",
"hgvs_p": "p.Asp426Gly",
"transcript": "ENST00000677010.1",
"protein_id": "ENSP00000503089.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 522,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677010.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1271A>G",
"hgvs_p": "p.Asp424Gly",
"transcript": "ENST00000881196.1",
"protein_id": "ENSP00000551255.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 520,
"cds_start": 1271,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881196.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1268A>G",
"hgvs_p": "p.Asp423Gly",
"transcript": "ENST00000881195.1",
"protein_id": "ENSP00000551254.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 519,
"cds_start": 1268,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881195.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1268A>G",
"hgvs_p": "p.Asp423Gly",
"transcript": "ENST00000968724.1",
"protein_id": "ENSP00000638783.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 519,
"cds_start": 1268,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968724.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1250A>G",
"hgvs_p": "p.Asp417Gly",
"transcript": "NM_001410760.1",
"protein_id": "NP_001397689.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 513,
"cds_start": 1250,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410760.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1250A>G",
"hgvs_p": "p.Asp417Gly",
"transcript": "ENST00000678724.1",
"protein_id": "ENSP00000503874.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 513,
"cds_start": 1250,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678724.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1250A>G",
"hgvs_p": "p.Asp417Gly",
"transcript": "ENST00000937811.1",
"protein_id": "ENSP00000607870.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 513,
"cds_start": 1250,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937811.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1253A>G",
"hgvs_p": "p.Asp418Gly",
"transcript": "ENST00000937820.1",
"protein_id": "ENSP00000607879.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 513,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937820.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1247A>G",
"hgvs_p": "p.Asp416Gly",
"transcript": "ENST00000937810.1",
"protein_id": "ENSP00000607869.1",
"transcript_support_level": null,
"aa_start": 416,
"aa_end": null,
"aa_length": 512,
"cds_start": 1247,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937810.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1247A>G",
"hgvs_p": "p.Asp416Gly",
"transcript": "ENST00000937817.1",
"protein_id": "ENSP00000607876.1",
"transcript_support_level": null,
"aa_start": 416,
"aa_end": null,
"aa_length": 512,
"cds_start": 1247,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937817.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1241A>G",
"hgvs_p": "p.Asp414Gly",
"transcript": "ENST00000881190.1",
"protein_id": "ENSP00000551249.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 510,
"cds_start": 1241,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881190.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1241A>G",
"hgvs_p": "p.Asp414Gly",
"transcript": "ENST00000881194.1",
"protein_id": "ENSP00000551253.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 510,
"cds_start": 1241,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881194.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1229A>G",
"hgvs_p": "p.Asp410Gly",
"transcript": "ENST00000881192.1",
"protein_id": "ENSP00000551251.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 506,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881192.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1223A>G",
"hgvs_p": "p.Asp408Gly",
"transcript": "ENST00000968725.1",
"protein_id": "ENSP00000638784.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 504,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968725.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1217A>G",
"hgvs_p": "p.Asp406Gly",
"transcript": "ENST00000937824.1",
"protein_id": "ENSP00000607883.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 502,
"cds_start": 1217,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937824.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1202A>G",
"hgvs_p": "p.Asp401Gly",
"transcript": "ENST00000937823.1",
"protein_id": "ENSP00000607882.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 497,
"cds_start": 1202,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937823.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1196A>G",
"hgvs_p": "p.Asp399Gly",
"transcript": "ENST00000881191.1",
"protein_id": "ENSP00000551250.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 495,
"cds_start": 1196,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881191.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1196A>G",
"hgvs_p": "p.Asp399Gly",
"transcript": "ENST00000968721.1",
"protein_id": "ENSP00000638780.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 495,
"cds_start": 1196,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968721.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1178A>G",
"hgvs_p": "p.Asp393Gly",
"transcript": "NM_001410761.1",
"protein_id": "NP_001397690.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 489,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410761.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1178A>G",
"hgvs_p": "p.Asp393Gly",
"transcript": "ENST00000442157.2",
"protein_id": "ENSP00000403502.2",
"transcript_support_level": 2,
"aa_start": 393,
"aa_end": null,
"aa_length": 489,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000442157.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1166A>G",
"hgvs_p": "p.Asp389Gly",
"transcript": "ENST00000937826.1",
"protein_id": "ENSP00000607885.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 485,
"cds_start": 1166,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937826.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1157A>G",
"hgvs_p": "p.Asp386Gly",
"transcript": "ENST00000968726.1",
"protein_id": "ENSP00000638785.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 482,
"cds_start": 1157,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968726.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1154A>G",
"hgvs_p": "p.Asp385Gly",
"transcript": "ENST00000937825.1",
"protein_id": "ENSP00000607884.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 481,
"cds_start": 1154,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937825.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1151A>G",
"hgvs_p": "p.Asp384Gly",
"transcript": "ENST00000937822.1",
"protein_id": "ENSP00000607881.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 480,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937822.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1253A>G",
"hgvs_p": "p.Asp418Gly",
"transcript": "ENST00000937821.1",
"protein_id": "ENSP00000607880.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 466,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937821.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1241A>G",
"hgvs_p": "p.Asp414Gly",
"transcript": "ENST00000968720.1",
"protein_id": "ENSP00000638779.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 462,
"cds_start": 1241,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968720.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1076A>G",
"hgvs_p": "p.Asp359Gly",
"transcript": "ENST00000937812.1",
"protein_id": "ENSP00000607871.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 455,
"cds_start": 1076,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937812.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1073A>G",
"hgvs_p": "p.Asp358Gly",
"transcript": "ENST00000937819.1",
"protein_id": "ENSP00000607878.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 454,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937819.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.1046A>G",
"hgvs_p": "p.Asp349Gly",
"transcript": "ENST00000937816.1",
"protein_id": "ENSP00000607875.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 445,
"cds_start": 1046,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937816.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.971A>G",
"hgvs_p": "p.Asp324Gly",
"transcript": "ENST00000968722.1",
"protein_id": "ENSP00000638781.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 420,
"cds_start": 971,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968722.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.944A>G",
"hgvs_p": "p.Asp315Gly",
"transcript": "ENST00000937814.1",
"protein_id": "ENSP00000607873.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 411,
"cds_start": 944,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937814.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "c.869A>G",
"hgvs_p": "p.Asp290Gly",
"transcript": "ENST00000881193.1",
"protein_id": "ENSP00000551252.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 386,
"cds_start": 869,
"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": "ENST00000881193.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.1768A>G",
"hgvs_p": null,
"transcript": "ENST00000462980.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000462980.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.171A>G",
"hgvs_p": null,
"transcript": "ENST00000466147.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": "ENST00000466147.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.1319A>G",
"hgvs_p": null,
"transcript": "ENST00000472328.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000472328.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.393A>G",
"hgvs_p": null,
"transcript": "ENST00000481274.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": "ENST00000481274.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.221A>G",
"hgvs_p": null,
"transcript": "ENST00000484872.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": "ENST00000484872.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.1312A>G",
"hgvs_p": null,
"transcript": "ENST00000491610.2",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000491610.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.1549A>G",
"hgvs_p": null,
"transcript": "ENST00000676607.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000676607.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.1983A>G",
"hgvs_p": null,
"transcript": "ENST00000676627.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000676627.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.2533A>G",
"hgvs_p": null,
"transcript": "ENST00000676708.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000676708.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.2402A>G",
"hgvs_p": null,
"transcript": "ENST00000676864.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000676864.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.3236A>G",
"hgvs_p": null,
"transcript": "ENST00000677108.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000677108.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.1725A>G",
"hgvs_p": null,
"transcript": "ENST00000677168.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000677168.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.2870A>G",
"hgvs_p": null,
"transcript": "ENST00000677185.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000677185.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.2037A>G",
"hgvs_p": null,
"transcript": "ENST00000677205.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000677205.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.3581A>G",
"hgvs_p": null,
"transcript": "ENST00000677344.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000677344.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.*930A>G",
"hgvs_p": null,
"transcript": "ENST00000677480.1",
"protein_id": "ENSP00000504378.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000677480.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.1963A>G",
"hgvs_p": null,
"transcript": "ENST00000677519.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000677519.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.1809A>G",
"hgvs_p": null,
"transcript": "ENST00000677593.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000677593.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": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.3911A>G",
"hgvs_p": null,
"transcript": "ENST00000677740.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000677740.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.2426A>G",
"hgvs_p": null,
"transcript": "ENST00000677991.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000677991.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.1746A>G",
"hgvs_p": null,
"transcript": "ENST00000678001.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000678001.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.2940A>G",
"hgvs_p": null,
"transcript": "ENST00000678085.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000678085.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.4318A>G",
"hgvs_p": null,
"transcript": "ENST00000678177.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000678177.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.2331A>G",
"hgvs_p": null,
"transcript": "ENST00000678603.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000678603.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.1411A>G",
"hgvs_p": null,
"transcript": "ENST00000678920.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000678920.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.3154A>G",
"hgvs_p": null,
"transcript": "ENST00000679019.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000679019.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.*1068A>G",
"hgvs_p": null,
"transcript": "ENST00000679117.1",
"protein_id": "ENSP00000503240.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000679117.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.2094A>G",
"hgvs_p": null,
"transcript": "ENST00000679339.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000679339.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000290315",
"gene_hgnc_id": null,
"hgvs_c": "n.*2354A>G",
"hgvs_p": null,
"transcript": "ENST00000703937.1",
"protein_id": "ENSP00000515568.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000703937.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.*930A>G",
"hgvs_p": null,
"transcript": "ENST00000677480.1",
"protein_id": "ENSP00000504378.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000677480.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.*1068A>G",
"hgvs_p": null,
"transcript": "ENST00000679117.1",
"protein_id": "ENSP00000503240.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000679117.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000290315",
"gene_hgnc_id": null,
"hgvs_c": "n.*2354A>G",
"hgvs_p": null,
"transcript": "ENST00000703937.1",
"protein_id": "ENSP00000515568.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000703937.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"hgvs_c": "n.-100A>G",
"hgvs_p": null,
"transcript": "ENST00000463903.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": "ENST00000463903.1"
}
],
"gene_symbol": "IMPDH2",
"gene_hgnc_id": 6053,
"dbsnp": "rs11557540",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8206942081451416,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.699,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7371,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.26,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.549,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.07,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP2,PP3",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001410759.1",
"gene_symbol": "IMPDH2",
"hgnc_id": 6053,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1325A>G",
"hgvs_p": "p.Asp442Gly"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000703936.1",
"gene_symbol": "ENSG00000290315",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.3293A>G",
"hgvs_p": "p.Asp1098Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}