← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 12-25090181-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=25090181&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 25090181,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001394803.1",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "NM_001366544.2",
"protein_id": "NP_001353473.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000556887.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366544.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "ENST00000556887.6",
"protein_id": "ENSP00000451048.2",
"transcript_support_level": 5,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001366544.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556887.6"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "ENST00000354454.7",
"protein_id": "ENSP00000346442.3",
"transcript_support_level": 1,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354454.7"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "ENST00000547044.5",
"protein_id": "ENSP00000450246.1",
"transcript_support_level": 1,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000547044.5"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "ENST00000557489.6",
"protein_id": "ENSP00000452116.2",
"transcript_support_level": 1,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557489.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "n.590G>A",
"hgvs_p": null,
"transcript": "ENST00000361433.6",
"protein_id": "ENSP00000354805.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000361433.6"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.3455G>A",
"hgvs_p": "p.Cys1152Tyr",
"transcript": "ENST00000636465.1",
"protein_id": "ENSP00000489956.1",
"transcript_support_level": 5,
"aa_start": 1152,
"aa_end": null,
"aa_length": 1454,
"cds_start": 3455,
"cds_end": null,
"cds_length": 4365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636465.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.3431G>A",
"hgvs_p": "p.Cys1144Tyr",
"transcript": "NM_001394803.1",
"protein_id": "NP_001381732.1",
"transcript_support_level": null,
"aa_start": 1144,
"aa_end": null,
"aa_length": 1446,
"cds_start": 3431,
"cds_end": null,
"cds_length": 4341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394803.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "NM_001204126.2",
"protein_id": "NP_001191055.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204126.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "NM_001204127.2",
"protein_id": "NP_001191056.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204127.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "NM_001366540.1",
"protein_id": "NP_001353469.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366540.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "NM_001366541.2",
"protein_id": "NP_001353470.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366541.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "NM_001366542.2",
"protein_id": "NP_001353471.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366542.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "NM_001366543.2",
"protein_id": "NP_001353472.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366543.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "NM_001366545.2",
"protein_id": "NP_001353474.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366545.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "NM_001366546.2",
"protein_id": "NP_001353475.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366546.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "NM_001366547.2",
"protein_id": "NP_001353476.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366547.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "NM_006152.4",
"protein_id": "NP_006143.2",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006152.4"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "ENST00000548766.5",
"protein_id": "ENSP00000446496.1",
"transcript_support_level": 2,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548766.5"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "ENST00000878408.1",
"protein_id": "ENSP00000548467.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878408.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "ENST00000878409.1",
"protein_id": "ENSP00000548468.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878409.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "ENST00000878410.1",
"protein_id": "ENSP00000548469.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878410.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "ENST00000878411.1",
"protein_id": "ENSP00000548470.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878411.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "ENST00000940909.1",
"protein_id": "ENSP00000610968.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940909.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "ENST00000940910.1",
"protein_id": "ENSP00000610969.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940910.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "ENST00000940911.1",
"protein_id": "ENSP00000610970.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940911.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "ENST00000940912.1",
"protein_id": "ENSP00000610971.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940912.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "NM_001366548.2",
"protein_id": "NP_001353477.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 487,
"cds_start": 590,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366548.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.431G>A",
"hgvs_p": "p.Cys144Tyr",
"transcript": "NM_001366549.2",
"protein_id": "NP_001353478.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 446,
"cds_start": 431,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366549.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.431G>A",
"hgvs_p": "p.Cys144Tyr",
"transcript": "ENST00000536173.5",
"protein_id": "ENSP00000444056.1",
"transcript_support_level": 2,
"aa_start": 144,
"aa_end": null,
"aa_length": 446,
"cds_start": 431,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536173.5"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.140G>A",
"hgvs_p": "p.Cys47Tyr",
"transcript": "ENST00000555885.1",
"protein_id": "ENSP00000450767.1",
"transcript_support_level": 3,
"aa_start": 47,
"aa_end": null,
"aa_length": 68,
"cds_start": 140,
"cds_end": null,
"cds_length": 207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555885.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.590G>A",
"hgvs_p": "p.Cys197Tyr",
"transcript": "XM_047428840.1",
"protein_id": "XP_047284796.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 499,
"cds_start": 590,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428840.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.431G>A",
"hgvs_p": "p.Cys144Tyr",
"transcript": "XM_047428841.1",
"protein_id": "XP_047284797.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 446,
"cds_start": 431,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428841.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "c.431G>A",
"hgvs_p": "p.Cys144Tyr",
"transcript": "XM_047428842.1",
"protein_id": "XP_047284798.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 446,
"cds_start": 431,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428842.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "n.1446G>A",
"hgvs_p": null,
"transcript": "ENST00000549437.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": "ENST00000549437.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "n.1179G>A",
"hgvs_p": null,
"transcript": "NR_159366.2",
"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": "pseudogene",
"feature": "NR_159366.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "n.1225G>A",
"hgvs_p": null,
"transcript": "NR_159367.2",
"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": "pseudogene",
"feature": "NR_159367.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "n.1287G>A",
"hgvs_p": null,
"transcript": "NR_159368.2",
"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": "pseudogene",
"feature": "NR_159368.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "n.1241G>A",
"hgvs_p": null,
"transcript": "NR_159369.2",
"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": "pseudogene",
"feature": "NR_159369.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298872",
"gene_hgnc_id": null,
"hgvs_c": "n.227-10471C>T",
"hgvs_p": null,
"transcript": "ENST00000758573.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": "pseudogene",
"feature": "ENST00000758573.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"hgvs_c": "n.*34G>A",
"hgvs_p": null,
"transcript": "ENST00000557472.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000557472.1"
}
],
"gene_symbol": "IRAG2",
"gene_hgnc_id": 6690,
"dbsnp": "rs1908946",
"frequency_reference_population": 0.000002479507,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000136862,
"gnomad_genomes_af": 0.0000131666,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7961406707763672,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.526,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7484,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 6.016,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001394803.1",
"gene_symbol": "IRAG2",
"hgnc_id": 6690,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.3431G>A",
"hgvs_p": "p.Cys1144Tyr"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000758573.1",
"gene_symbol": "ENSG00000298872",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.227-10471C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}