← 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: 22-17181545-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=17181545&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 17181545,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001282225.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "NM_001282225.2",
"protein_id": "NP_001269154.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 511,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000399837.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282225.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "ENST00000399837.8",
"protein_id": "ENSP00000382731.2",
"transcript_support_level": 1,
"aa_start": 492,
"aa_end": null,
"aa_length": 511,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001282225.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399837.8"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "ENST00000262607.3",
"protein_id": "ENSP00000262607.2",
"transcript_support_level": 1,
"aa_start": 492,
"aa_end": null,
"aa_length": 511,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262607.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1591A>G",
"hgvs_p": "p.Thr531Ala",
"transcript": "ENST00000885359.1",
"protein_id": "ENSP00000555418.1",
"transcript_support_level": null,
"aa_start": 531,
"aa_end": null,
"aa_length": 550,
"cds_start": 1591,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885359.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "NM_001282226.2",
"protein_id": "NP_001269155.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 511,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282226.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "ENST00000399839.5",
"protein_id": "ENSP00000382733.1",
"transcript_support_level": 5,
"aa_start": 492,
"aa_end": null,
"aa_length": 511,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399839.5"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "ENST00000543038.2",
"protein_id": "ENSP00000442482.2",
"transcript_support_level": 2,
"aa_start": 492,
"aa_end": null,
"aa_length": 511,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000543038.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "ENST00000649310.2",
"protein_id": "ENSP00000496839.2",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 511,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649310.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "ENST00000649746.2",
"protein_id": "ENSP00000497913.2",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 511,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649746.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "ENST00000696196.1",
"protein_id": "ENSP00000512479.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 511,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696196.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "ENST00000696197.1",
"protein_id": "ENSP00000512480.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 511,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696197.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "ENST00000696225.1",
"protein_id": "ENSP00000512491.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 511,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696225.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "ENST00000885358.1",
"protein_id": "ENSP00000555417.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 511,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885358.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1348A>G",
"hgvs_p": "p.Thr450Ala",
"transcript": "NM_001282227.2",
"protein_id": "NP_001269156.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 469,
"cds_start": 1348,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282227.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1348A>G",
"hgvs_p": "p.Thr450Ala",
"transcript": "NM_001282228.2",
"protein_id": "NP_001269157.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 469,
"cds_start": 1348,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282228.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1348A>G",
"hgvs_p": "p.Thr450Ala",
"transcript": "ENST00000449907.8",
"protein_id": "ENSP00000406443.2",
"transcript_support_level": 2,
"aa_start": 450,
"aa_end": null,
"aa_length": 469,
"cds_start": 1348,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449907.8"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1348A>G",
"hgvs_p": "p.Thr450Ala",
"transcript": "ENST00000649540.1",
"protein_id": "ENSP00000497469.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 469,
"cds_start": 1348,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649540.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1114A>G",
"hgvs_p": "p.Thr372Ala",
"transcript": "NM_001282229.2",
"protein_id": "NP_001269158.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 391,
"cds_start": 1114,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282229.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1114A>G",
"hgvs_p": "p.Thr372Ala",
"transcript": "ENST00000610390.5",
"protein_id": "ENSP00000483418.1",
"transcript_support_level": 5,
"aa_start": 372,
"aa_end": null,
"aa_length": 391,
"cds_start": 1114,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000610390.5"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.721A>G",
"hgvs_p": "p.Thr241Ala",
"transcript": "ENST00000696222.1",
"protein_id": "ENSP00000512488.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 359,
"cds_start": 721,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696222.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.868A>G",
"hgvs_p": "p.Thr290Ala",
"transcript": "ENST00000696224.1",
"protein_id": "ENSP00000512490.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 309,
"cds_start": 868,
"cds_end": null,
"cds_length": 930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696224.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.721A>G",
"hgvs_p": "p.Thr241Ala",
"transcript": "ENST00000696223.1",
"protein_id": "ENSP00000512489.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 274,
"cds_start": 721,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696223.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Thr251Ala",
"transcript": "NM_177405.3",
"protein_id": "NP_803124.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 270,
"cds_start": 751,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_177405.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Thr251Ala",
"transcript": "ENST00000330232.9",
"protein_id": "ENSP00000332871.4",
"transcript_support_level": 2,
"aa_start": 251,
"aa_end": null,
"aa_length": 270,
"cds_start": 751,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000330232.9"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.721A>G",
"hgvs_p": "p.Thr241Ala",
"transcript": "ENST00000696221.1",
"protein_id": "ENSP00000512487.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 261,
"cds_start": 721,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696221.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.700A>G",
"hgvs_p": "p.Thr234Ala",
"transcript": "ENST00000696220.1",
"protein_id": "ENSP00000512486.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 253,
"cds_start": 700,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696220.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "XM_011546133.3",
"protein_id": "XP_011544435.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 511,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011546133.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "c.781A>G",
"hgvs_p": "p.Thr261Ala",
"transcript": "XM_047441407.1",
"protein_id": "XP_047297363.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 280,
"cds_start": 781,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441407.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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "n.1362A>G",
"hgvs_p": null,
"transcript": "ENST00000469063.2",
"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": "retained_intron",
"feature": "ENST00000469063.2"
},
{
"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": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "n.*450A>G",
"hgvs_p": null,
"transcript": "ENST00000648061.2",
"protein_id": "ENSP00000496894.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": "ENST00000648061.2"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "n.912A>G",
"hgvs_p": null,
"transcript": "ENST00000648668.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": "ENST00000648668.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "n.*2596A>G",
"hgvs_p": null,
"transcript": "ENST00000649915.2",
"protein_id": "ENSP00000497681.2",
"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": "ENST00000649915.2"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "n.586A>G",
"hgvs_p": null,
"transcript": "ENST00000696218.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": "ENST00000696218.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "n.*450A>G",
"hgvs_p": null,
"transcript": "ENST00000648061.2",
"protein_id": "ENSP00000496894.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": "ENST00000648061.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADA2",
"gene_hgnc_id": 1839,
"hgvs_c": "n.*2596A>G",
"hgvs_p": null,
"transcript": "ENST00000649915.2",
"protein_id": "ENSP00000497681.2",
"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": "ENST00000649915.2"
}
],
"gene_symbol": "ADA2",
"gene_hgnc_id": 1839,
"dbsnp": "rs780459163",
"frequency_reference_population": 0.000015497206,
"hom_count_reference_population": 0,
"allele_count_reference_population": 25,
"gnomad_exomes_af": 0.0000047911,
"gnomad_genomes_af": 0.000118303,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": 18,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05127030611038208,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.166,
"revel_prediction": "Benign",
"alphamissense_score": 0.0617,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.543,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001282225.2",
"gene_symbol": "ADA2",
"hgnc_id": 1839,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala"
}
],
"clinvar_disease": "ADA2-related disorder,Sneddon syndrome,Vasculitis due to ADA2 deficiency",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"phenotype_combined": "Vasculitis due to ADA2 deficiency|ADA2-related disorder|Sneddon syndrome;Vasculitis due to ADA2 deficiency",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}