← 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: 7-88125600-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=88125600&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 88125600,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000413139.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "NM_001324418.2",
"protein_id": "NP_001311347.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 964,
"cds_start": 619,
"cds_end": null,
"cds_length": 2895,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 9508,
"mane_select": "ENST00000413139.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "ENST00000413139.2",
"protein_id": "ENSP00000412085.2",
"transcript_support_level": 5,
"aa_start": 207,
"aa_end": null,
"aa_length": 964,
"cds_start": 619,
"cds_end": null,
"cds_length": 2895,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 9508,
"mane_select": "NM_001324418.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "ENST00000265727.11",
"protein_id": "ENSP00000265727.7",
"transcript_support_level": 1,
"aa_start": 207,
"aa_end": null,
"aa_length": 906,
"cds_start": 619,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 698,
"cdna_end": null,
"cdna_length": 2891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "ENST00000398209.7",
"protein_id": "ENSP00000381267.3",
"transcript_support_level": 1,
"aa_start": 207,
"aa_end": null,
"aa_length": 899,
"cds_start": 619,
"cds_end": null,
"cds_length": 2700,
"cdna_start": 665,
"cdna_end": null,
"cdna_length": 9144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "ENST00000398204.8",
"protein_id": "ENSP00000381262.4",
"transcript_support_level": 1,
"aa_start": 207,
"aa_end": null,
"aa_length": 870,
"cds_start": 619,
"cds_end": null,
"cds_length": 2613,
"cdna_start": 942,
"cdna_end": null,
"cdna_length": 9334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "ENST00000398201.8",
"protein_id": "ENSP00000381260.4",
"transcript_support_level": 1,
"aa_start": 207,
"aa_end": null,
"aa_length": 859,
"cds_start": 619,
"cds_end": null,
"cds_length": 2580,
"cdna_start": 738,
"cdna_end": null,
"cdna_length": 2784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "n.834G>A",
"hgvs_p": null,
"transcript": "ENST00000439864.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Val206Ile",
"transcript": "NM_001324419.2",
"protein_id": "NP_001311348.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 963,
"cds_start": 616,
"cds_end": null,
"cds_length": 2892,
"cdna_start": 831,
"cdna_end": null,
"cdna_length": 9505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.670G>A",
"hgvs_p": "p.Val224Ile",
"transcript": "NM_001391975.1",
"protein_id": "NP_001378904.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 953,
"cds_start": 670,
"cds_end": null,
"cds_length": 2862,
"cdna_start": 885,
"cdna_end": null,
"cdna_length": 9475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "NM_001391976.1",
"protein_id": "NP_001378905.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 943,
"cds_start": 619,
"cds_end": null,
"cds_length": 2832,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 9445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "NM_001324420.2",
"protein_id": "NP_001311349.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 935,
"cds_start": 619,
"cds_end": null,
"cds_length": 2808,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 9421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "NM_001391977.1",
"protein_id": "NP_001378906.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 907,
"cds_start": 619,
"cds_end": null,
"cds_length": 2724,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 9337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Val206Ile",
"transcript": "NM_001391978.1",
"protein_id": "NP_001378907.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 906,
"cds_start": 616,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 831,
"cdna_end": null,
"cdna_length": 9334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "NM_021723.5",
"protein_id": "NP_068369.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 906,
"cds_start": 619,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 9334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "ENST00000683525.1",
"protein_id": "ENSP00000506730.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 905,
"cds_start": 619,
"cds_end": null,
"cds_length": 2720,
"cdna_start": 756,
"cdna_end": null,
"cdna_length": 2857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Val206Ile",
"transcript": "NM_001391979.1",
"protein_id": "NP_001378908.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 905,
"cds_start": 616,
"cds_end": null,
"cds_length": 2718,
"cdna_start": 831,
"cdna_end": null,
"cdna_length": 9331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "NM_021722.6",
"protein_id": "NP_068368.2",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 899,
"cds_start": 619,
"cds_end": null,
"cds_length": 2700,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 9313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "NM_001324421.2",
"protein_id": "NP_001311350.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 890,
"cds_start": 619,
"cds_end": null,
"cds_length": 2673,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 9102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.670G>A",
"hgvs_p": "p.Val224Ile",
"transcript": "NM_001391980.1",
"protein_id": "NP_001378909.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 887,
"cds_start": 670,
"cds_end": null,
"cds_length": 2664,
"cdna_start": 885,
"cdna_end": null,
"cdna_length": 9277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "NM_016351.6",
"protein_id": "NP_057435.2",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 870,
"cds_start": 619,
"cds_end": null,
"cds_length": 2613,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 9226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Val206Ile",
"transcript": "NM_001324417.2",
"protein_id": "NP_001311346.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 869,
"cds_start": 616,
"cds_end": null,
"cds_length": 2610,
"cdna_start": 831,
"cdna_end": null,
"cdna_length": 9223,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Val206Ile",
"transcript": "NM_001391981.1",
"protein_id": "NP_001378910.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 863,
"cds_start": 616,
"cds_end": null,
"cds_length": 2592,
"cdna_start": 831,
"cdna_end": null,
"cdna_length": 9205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.670G>A",
"hgvs_p": "p.Val224Ile",
"transcript": "NM_001391982.1",
"protein_id": "NP_001378911.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 862,
"cds_start": 670,
"cds_end": null,
"cds_length": 2589,
"cdna_start": 885,
"cdna_end": null,
"cdna_length": 9202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "NM_004194.5",
"protein_id": "NP_004185.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 859,
"cds_start": 619,
"cds_end": null,
"cds_length": 2580,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 2883,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "NM_021721.5",
"protein_id": "NP_068367.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 823,
"cds_start": 619,
"cds_end": null,
"cds_length": 2472,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 2775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "ENST00000684002.1",
"protein_id": "ENSP00000508320.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 823,
"cds_start": 619,
"cds_end": null,
"cds_length": 2472,
"cdna_start": 619,
"cdna_end": null,
"cdna_length": 3998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.520G>A",
"hgvs_p": "p.Val174Ile",
"transcript": "ENST00000398203.8",
"protein_id": "ENSP00000381261.4",
"transcript_support_level": 5,
"aa_start": 174,
"aa_end": null,
"aa_length": 802,
"cds_start": 520,
"cds_end": null,
"cds_length": 2410,
"cdna_start": 804,
"cdna_end": null,
"cdna_length": 2694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.775G>A",
"hgvs_p": "p.Val259Ile",
"transcript": "XM_006716028.5",
"protein_id": "XP_006716091.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 1024,
"cds_start": 775,
"cds_end": null,
"cds_length": 3075,
"cdna_start": 790,
"cdna_end": null,
"cdna_length": 9488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "XM_011516318.3",
"protein_id": "XP_011514620.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 1001,
"cds_start": 619,
"cds_end": null,
"cds_length": 3006,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 9619,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.616G>A",
"hgvs_p": "p.Val206Ile",
"transcript": "XM_011516319.4",
"protein_id": "XP_011514621.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 1000,
"cds_start": 616,
"cds_end": null,
"cds_length": 3003,
"cdna_start": 831,
"cdna_end": null,
"cdna_length": 9616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.775G>A",
"hgvs_p": "p.Val259Ile",
"transcript": "XM_011516320.4",
"protein_id": "XP_011514622.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 995,
"cds_start": 775,
"cds_end": null,
"cds_length": 2988,
"cdna_start": 790,
"cdna_end": null,
"cdna_length": 9401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.775G>A",
"hgvs_p": "p.Val259Ile",
"transcript": "XM_011516321.4",
"protein_id": "XP_011514623.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 987,
"cds_start": 775,
"cds_end": null,
"cds_length": 2964,
"cdna_start": 790,
"cdna_end": null,
"cdna_length": 9377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.775G>A",
"hgvs_p": "p.Val259Ile",
"transcript": "XM_006716029.5",
"protein_id": "XP_006716092.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 978,
"cds_start": 775,
"cds_end": null,
"cds_length": 2937,
"cdna_start": 790,
"cdna_end": null,
"cdna_length": 9166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "XM_011516322.3",
"protein_id": "XP_011514624.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 972,
"cds_start": 619,
"cds_end": null,
"cds_length": 2919,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 9532,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.775G>A",
"hgvs_p": "p.Val259Ile",
"transcript": "XM_005250445.5",
"protein_id": "XP_005250502.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 958,
"cds_start": 775,
"cds_end": null,
"cds_length": 2877,
"cdna_start": 790,
"cdna_end": null,
"cdna_length": 9290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.670G>A",
"hgvs_p": "p.Val224Ile",
"transcript": "XM_017012330.3",
"protein_id": "XP_016867819.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 952,
"cds_start": 670,
"cds_end": null,
"cds_length": 2859,
"cdna_start": 885,
"cdna_end": null,
"cdna_length": 9472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "XM_011516323.3",
"protein_id": "XP_011514625.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 936,
"cds_start": 619,
"cds_end": null,
"cds_length": 2811,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 9424,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "XM_017012332.3",
"protein_id": "XP_016867821.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 935,
"cds_start": 619,
"cds_end": null,
"cds_length": 2808,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 9421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.397G>A",
"hgvs_p": "p.Val133Ile",
"transcript": "XM_011516324.3",
"protein_id": "XP_011514626.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 927,
"cds_start": 397,
"cds_end": null,
"cds_length": 2784,
"cdna_start": 506,
"cdna_end": null,
"cdna_length": 9291,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile",
"transcript": "XM_017012333.3",
"protein_id": "XP_016867822.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 926,
"cds_start": 619,
"cds_end": null,
"cds_length": 2781,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 9210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "c.670G>A",
"hgvs_p": "p.Val224Ile",
"transcript": "XM_017012335.3",
"protein_id": "XP_016867824.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 916,
"cds_start": 670,
"cds_end": null,
"cds_length": 2751,
"cdna_start": 885,
"cdna_end": null,
"cdna_length": 9364,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "n.325G>A",
"hgvs_p": null,
"transcript": "ENST00000478920.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"hgvs_c": "n.292G>A",
"hgvs_p": null,
"transcript": "ENST00000682337.1",
"protein_id": "ENSP00000507249.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ADAM22",
"gene_hgnc_id": 201,
"dbsnp": "rs17255978",
"frequency_reference_population": 0.04939947,
"hom_count_reference_population": 2605,
"allele_count_reference_population": 78558,
"gnomad_exomes_af": 0.0475003,
"gnomad_genomes_af": 0.0673625,
"gnomad_exomes_ac": 68315,
"gnomad_genomes_ac": 10243,
"gnomad_exomes_homalt": 2176,
"gnomad_genomes_homalt": 429,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0014812350273132324,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.055,
"revel_prediction": "Benign",
"alphamissense_score": 0.0716,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.62,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.109,
"phylop100way_prediction": "Benign",
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BA1",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000413139.2",
"gene_symbol": "ADAM22",
"hgnc_id": 201,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AR",
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Val207Ile"
}
],
"clinvar_disease": "ADAM22-related disorder",
"clinvar_classification": "Benign",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "ADAM22-related disorder",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}