← 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: 1-31728038-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=31728038&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 31728038,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001364857.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4559G>A",
"hgvs_p": "p.Arg1520Gln",
"transcript": "NM_001364857.2",
"protein_id": "NP_001351786.1",
"transcript_support_level": null,
"aa_start": 1520,
"aa_end": null,
"aa_length": 1585,
"cds_start": 4559,
"cds_end": null,
"cds_length": 4758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000373658.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364857.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4559G>A",
"hgvs_p": "p.Arg1520Gln",
"transcript": "ENST00000373658.8",
"protein_id": "ENSP00000362762.3",
"transcript_support_level": 5,
"aa_start": 1520,
"aa_end": null,
"aa_length": 1585,
"cds_start": 4559,
"cds_end": null,
"cds_length": 4758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001364857.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373658.8"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4556G>A",
"hgvs_p": "p.Arg1519Gln",
"transcript": "ENST00000373655.6",
"protein_id": "ENSP00000362759.2",
"transcript_support_level": 1,
"aa_start": 1519,
"aa_end": null,
"aa_length": 1584,
"cds_start": 4556,
"cds_end": null,
"cds_length": 4755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373655.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4457G>A",
"hgvs_p": "p.Arg1486Gln",
"transcript": "ENST00000527361.5",
"protein_id": "ENSP00000435397.1",
"transcript_support_level": 1,
"aa_start": 1486,
"aa_end": null,
"aa_length": 1551,
"cds_start": 4457,
"cds_end": null,
"cds_length": 4656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527361.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4556G>A",
"hgvs_p": "p.Arg1519Gln",
"transcript": "NM_001294335.2",
"protein_id": "NP_001281264.1",
"transcript_support_level": null,
"aa_start": 1519,
"aa_end": null,
"aa_length": 1584,
"cds_start": 4556,
"cds_end": null,
"cds_length": 4755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001294335.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4457G>A",
"hgvs_p": "p.Arg1486Gln",
"transcript": "NM_001294336.2",
"protein_id": "NP_001281265.1",
"transcript_support_level": null,
"aa_start": 1486,
"aa_end": null,
"aa_length": 1551,
"cds_start": 4457,
"cds_end": null,
"cds_length": 4656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001294336.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4304G>A",
"hgvs_p": "p.Arg1435Gln",
"transcript": "ENST00000398556.7",
"protein_id": "ENSP00000381564.3",
"transcript_support_level": 5,
"aa_start": 1435,
"aa_end": null,
"aa_length": 1500,
"cds_start": 4304,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398556.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4559G>A",
"hgvs_p": "p.Arg1520Gln",
"transcript": "XM_017001899.2",
"protein_id": "XP_016857388.1",
"transcript_support_level": null,
"aa_start": 1520,
"aa_end": null,
"aa_length": 1585,
"cds_start": 4559,
"cds_end": null,
"cds_length": 4758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001899.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4559G>A",
"hgvs_p": "p.Arg1520Gln",
"transcript": "XM_047426173.1",
"protein_id": "XP_047282129.1",
"transcript_support_level": null,
"aa_start": 1520,
"aa_end": null,
"aa_length": 1585,
"cds_start": 4559,
"cds_end": null,
"cds_length": 4758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426173.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4556G>A",
"hgvs_p": "p.Arg1519Gln",
"transcript": "XM_017001900.2",
"protein_id": "XP_016857389.1",
"transcript_support_level": null,
"aa_start": 1519,
"aa_end": null,
"aa_length": 1584,
"cds_start": 4556,
"cds_end": null,
"cds_length": 4755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001900.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4523G>A",
"hgvs_p": "p.Arg1508Gln",
"transcript": "XM_024448673.2",
"protein_id": "XP_024304441.1",
"transcript_support_level": null,
"aa_start": 1508,
"aa_end": null,
"aa_length": 1573,
"cds_start": 4523,
"cds_end": null,
"cds_length": 4722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448673.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4490G>A",
"hgvs_p": "p.Arg1497Gln",
"transcript": "XM_017001903.2",
"protein_id": "XP_016857392.1",
"transcript_support_level": null,
"aa_start": 1497,
"aa_end": null,
"aa_length": 1562,
"cds_start": 4490,
"cds_end": null,
"cds_length": 4689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001903.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4460G>A",
"hgvs_p": "p.Arg1487Gln",
"transcript": "XM_047426178.1",
"protein_id": "XP_047282134.1",
"transcript_support_level": null,
"aa_start": 1487,
"aa_end": null,
"aa_length": 1552,
"cds_start": 4460,
"cds_end": null,
"cds_length": 4659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426178.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4457G>A",
"hgvs_p": "p.Arg1486Gln",
"transcript": "XM_017001905.2",
"protein_id": "XP_016857394.1",
"transcript_support_level": null,
"aa_start": 1486,
"aa_end": null,
"aa_length": 1551,
"cds_start": 4457,
"cds_end": null,
"cds_length": 4656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001905.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4394G>A",
"hgvs_p": "p.Arg1465Gln",
"transcript": "XM_017001908.2",
"protein_id": "XP_016857397.1",
"transcript_support_level": null,
"aa_start": 1465,
"aa_end": null,
"aa_length": 1530,
"cds_start": 4394,
"cds_end": null,
"cds_length": 4593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001908.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4394G>A",
"hgvs_p": "p.Arg1465Gln",
"transcript": "XM_047426180.1",
"protein_id": "XP_047282136.1",
"transcript_support_level": null,
"aa_start": 1465,
"aa_end": null,
"aa_length": 1530,
"cds_start": 4394,
"cds_end": null,
"cds_length": 4593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426180.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4394G>A",
"hgvs_p": "p.Arg1465Gln",
"transcript": "XM_047426181.1",
"protein_id": "XP_047282137.1",
"transcript_support_level": null,
"aa_start": 1465,
"aa_end": null,
"aa_length": 1530,
"cds_start": 4394,
"cds_end": null,
"cds_length": 4593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426181.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4391G>A",
"hgvs_p": "p.Arg1464Gln",
"transcript": "XM_047426182.1",
"protein_id": "XP_047282138.1",
"transcript_support_level": null,
"aa_start": 1464,
"aa_end": null,
"aa_length": 1529,
"cds_start": 4391,
"cds_end": null,
"cds_length": 4590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426182.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4295G>A",
"hgvs_p": "p.Arg1432Gln",
"transcript": "XM_017001910.2",
"protein_id": "XP_016857399.1",
"transcript_support_level": null,
"aa_start": 1432,
"aa_end": null,
"aa_length": 1497,
"cds_start": 4295,
"cds_end": null,
"cds_length": 4494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001910.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4295G>A",
"hgvs_p": "p.Arg1432Gln",
"transcript": "XM_047426186.1",
"protein_id": "XP_047282142.1",
"transcript_support_level": null,
"aa_start": 1432,
"aa_end": null,
"aa_length": 1497,
"cds_start": 4295,
"cds_end": null,
"cds_length": 4494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426186.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4256G>A",
"hgvs_p": "p.Arg1419Gln",
"transcript": "XM_047426187.1",
"protein_id": "XP_047282143.1",
"transcript_support_level": null,
"aa_start": 1419,
"aa_end": null,
"aa_length": 1484,
"cds_start": 4256,
"cds_end": null,
"cds_length": 4455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426187.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4229G>A",
"hgvs_p": "p.Arg1410Gln",
"transcript": "XM_017001912.2",
"protein_id": "XP_016857401.1",
"transcript_support_level": null,
"aa_start": 1410,
"aa_end": null,
"aa_length": 1475,
"cds_start": 4229,
"cds_end": null,
"cds_length": 4428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001912.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.3650G>A",
"hgvs_p": "p.Arg1217Gln",
"transcript": "XM_011541858.3",
"protein_id": "XP_011540160.1",
"transcript_support_level": null,
"aa_start": 1217,
"aa_end": null,
"aa_length": 1282,
"cds_start": 3650,
"cds_end": null,
"cds_length": 3849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541858.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4479+144G>A",
"hgvs_p": null,
"transcript": "ENST00000398538.5",
"protein_id": "ENSP00000381548.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1554,
"cds_start": null,
"cds_end": null,
"cds_length": 4665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398538.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4314+144G>A",
"hgvs_p": null,
"transcript": "ENST00000398547.5",
"protein_id": "ENSP00000381555.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1499,
"cds_start": null,
"cds_end": null,
"cds_length": 4500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398547.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4215+144G>A",
"hgvs_p": null,
"transcript": "ENST00000398542.5",
"protein_id": "ENSP00000381550.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1466,
"cds_start": null,
"cds_end": null,
"cds_length": 4401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398542.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4515+144G>A",
"hgvs_p": null,
"transcript": "XM_017001901.2",
"protein_id": "XP_016857390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1566,
"cds_start": null,
"cds_end": null,
"cds_length": 4701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001901.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4512+144G>A",
"hgvs_p": null,
"transcript": "XM_017001902.2",
"protein_id": "XP_016857391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1565,
"cds_start": null,
"cds_end": null,
"cds_length": 4698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001902.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4416+144G>A",
"hgvs_p": null,
"transcript": "XM_017001906.2",
"protein_id": "XP_016857395.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1533,
"cds_start": null,
"cds_end": null,
"cds_length": 4602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001906.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4413+144G>A",
"hgvs_p": null,
"transcript": "XM_047426179.1",
"protein_id": "XP_047282135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1532,
"cds_start": null,
"cds_end": null,
"cds_length": 4599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426179.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4350+144G>A",
"hgvs_p": null,
"transcript": "XM_017001909.2",
"protein_id": "XP_016857398.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1511,
"cds_start": null,
"cds_end": null,
"cds_length": 4536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001909.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4347+144G>A",
"hgvs_p": null,
"transcript": "XM_047426183.1",
"protein_id": "XP_047282139.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1510,
"cds_start": null,
"cds_end": null,
"cds_length": 4533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426183.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4347+144G>A",
"hgvs_p": null,
"transcript": "XM_047426184.1",
"protein_id": "XP_047282140.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1510,
"cds_start": null,
"cds_end": null,
"cds_length": 4533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426184.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4344+144G>A",
"hgvs_p": null,
"transcript": "XM_047426185.1",
"protein_id": "XP_047282141.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1509,
"cds_start": null,
"cds_end": null,
"cds_length": 4530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426185.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4251+144G>A",
"hgvs_p": null,
"transcript": "XM_017001911.2",
"protein_id": "XP_016857400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1478,
"cds_start": null,
"cds_end": null,
"cds_length": 4437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001911.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4215+144G>A",
"hgvs_p": null,
"transcript": "XM_047426188.1",
"protein_id": "XP_047282144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1466,
"cds_start": null,
"cds_end": null,
"cds_length": 4401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426188.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4182+144G>A",
"hgvs_p": null,
"transcript": "XM_047426189.1",
"protein_id": "XP_047282145.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1455,
"cds_start": null,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426189.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "c.4179+144G>A",
"hgvs_p": null,
"transcript": "XM_047426190.1",
"protein_id": "XP_047282146.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1454,
"cds_start": null,
"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": "XM_047426190.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": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "n.2016G>A",
"hgvs_p": null,
"transcript": "ENST00000465256.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": "ENST00000465256.5"
},
{
"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": "ADGRB2",
"gene_hgnc_id": 944,
"hgvs_c": "n.1269G>A",
"hgvs_p": null,
"transcript": "ENST00000530999.1",
"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": "ENST00000530999.1"
}
],
"gene_symbol": "ADGRB2",
"gene_hgnc_id": 944,
"dbsnp": "rs768031611",
"frequency_reference_population": 0.000010144701,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.0000105254,
"gnomad_genomes_af": 0.00000657652,
"gnomad_exomes_ac": 15,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04397931694984436,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.03,
"revel_prediction": "Benign",
"alphamissense_score": 0.1118,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.72,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.27,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001364857.2",
"gene_symbol": "ADGRB2",
"hgnc_id": 944,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.4559G>A",
"hgvs_p": "p.Arg1520Gln"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}