← 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-31728055-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=31728055&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 31728055,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001364857.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4542G>A",
"hgvs_p": "p.Ser1514Ser",
"transcript": "NM_001364857.2",
"protein_id": "NP_001351786.1",
"transcript_support_level": null,
"aa_start": 1514,
"aa_end": null,
"aa_length": 1585,
"cds_start": 4542,
"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": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4542G>A",
"hgvs_p": "p.Ser1514Ser",
"transcript": "ENST00000373658.8",
"protein_id": "ENSP00000362762.3",
"transcript_support_level": 5,
"aa_start": 1514,
"aa_end": null,
"aa_length": 1585,
"cds_start": 4542,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4539G>A",
"hgvs_p": "p.Ser1513Ser",
"transcript": "ENST00000373655.6",
"protein_id": "ENSP00000362759.2",
"transcript_support_level": 1,
"aa_start": 1513,
"aa_end": null,
"aa_length": 1584,
"cds_start": 4539,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4440G>A",
"hgvs_p": "p.Ser1480Ser",
"transcript": "ENST00000527361.5",
"protein_id": "ENSP00000435397.1",
"transcript_support_level": 1,
"aa_start": 1480,
"aa_end": null,
"aa_length": 1551,
"cds_start": 4440,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4539G>A",
"hgvs_p": "p.Ser1513Ser",
"transcript": "NM_001294335.2",
"protein_id": "NP_001281264.1",
"transcript_support_level": null,
"aa_start": 1513,
"aa_end": null,
"aa_length": 1584,
"cds_start": 4539,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4440G>A",
"hgvs_p": "p.Ser1480Ser",
"transcript": "NM_001294336.2",
"protein_id": "NP_001281265.1",
"transcript_support_level": null,
"aa_start": 1480,
"aa_end": null,
"aa_length": 1551,
"cds_start": 4440,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4287G>A",
"hgvs_p": "p.Ser1429Ser",
"transcript": "ENST00000398556.7",
"protein_id": "ENSP00000381564.3",
"transcript_support_level": 5,
"aa_start": 1429,
"aa_end": null,
"aa_length": 1500,
"cds_start": 4287,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4542G>A",
"hgvs_p": "p.Ser1514Ser",
"transcript": "XM_017001899.2",
"protein_id": "XP_016857388.1",
"transcript_support_level": null,
"aa_start": 1514,
"aa_end": null,
"aa_length": 1585,
"cds_start": 4542,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4542G>A",
"hgvs_p": "p.Ser1514Ser",
"transcript": "XM_047426173.1",
"protein_id": "XP_047282129.1",
"transcript_support_level": null,
"aa_start": 1514,
"aa_end": null,
"aa_length": 1585,
"cds_start": 4542,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4539G>A",
"hgvs_p": "p.Ser1513Ser",
"transcript": "XM_017001900.2",
"protein_id": "XP_016857389.1",
"transcript_support_level": null,
"aa_start": 1513,
"aa_end": null,
"aa_length": 1584,
"cds_start": 4539,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4506G>A",
"hgvs_p": "p.Ser1502Ser",
"transcript": "XM_024448673.2",
"protein_id": "XP_024304441.1",
"transcript_support_level": null,
"aa_start": 1502,
"aa_end": null,
"aa_length": 1573,
"cds_start": 4506,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4473G>A",
"hgvs_p": "p.Ser1491Ser",
"transcript": "XM_017001903.2",
"protein_id": "XP_016857392.1",
"transcript_support_level": null,
"aa_start": 1491,
"aa_end": null,
"aa_length": 1562,
"cds_start": 4473,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4443G>A",
"hgvs_p": "p.Ser1481Ser",
"transcript": "XM_047426178.1",
"protein_id": "XP_047282134.1",
"transcript_support_level": null,
"aa_start": 1481,
"aa_end": null,
"aa_length": 1552,
"cds_start": 4443,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4440G>A",
"hgvs_p": "p.Ser1480Ser",
"transcript": "XM_017001905.2",
"protein_id": "XP_016857394.1",
"transcript_support_level": null,
"aa_start": 1480,
"aa_end": null,
"aa_length": 1551,
"cds_start": 4440,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4377G>A",
"hgvs_p": "p.Ser1459Ser",
"transcript": "XM_017001908.2",
"protein_id": "XP_016857397.1",
"transcript_support_level": null,
"aa_start": 1459,
"aa_end": null,
"aa_length": 1530,
"cds_start": 4377,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4377G>A",
"hgvs_p": "p.Ser1459Ser",
"transcript": "XM_047426180.1",
"protein_id": "XP_047282136.1",
"transcript_support_level": null,
"aa_start": 1459,
"aa_end": null,
"aa_length": 1530,
"cds_start": 4377,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4377G>A",
"hgvs_p": "p.Ser1459Ser",
"transcript": "XM_047426181.1",
"protein_id": "XP_047282137.1",
"transcript_support_level": null,
"aa_start": 1459,
"aa_end": null,
"aa_length": 1530,
"cds_start": 4377,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4374G>A",
"hgvs_p": "p.Ser1458Ser",
"transcript": "XM_047426182.1",
"protein_id": "XP_047282138.1",
"transcript_support_level": null,
"aa_start": 1458,
"aa_end": null,
"aa_length": 1529,
"cds_start": 4374,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4278G>A",
"hgvs_p": "p.Ser1426Ser",
"transcript": "XM_017001910.2",
"protein_id": "XP_016857399.1",
"transcript_support_level": null,
"aa_start": 1426,
"aa_end": null,
"aa_length": 1497,
"cds_start": 4278,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4278G>A",
"hgvs_p": "p.Ser1426Ser",
"transcript": "XM_047426186.1",
"protein_id": "XP_047282142.1",
"transcript_support_level": null,
"aa_start": 1426,
"aa_end": null,
"aa_length": 1497,
"cds_start": 4278,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4239G>A",
"hgvs_p": "p.Ser1413Ser",
"transcript": "XM_047426187.1",
"protein_id": "XP_047282143.1",
"transcript_support_level": null,
"aa_start": 1413,
"aa_end": null,
"aa_length": 1484,
"cds_start": 4239,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4212G>A",
"hgvs_p": "p.Ser1404Ser",
"transcript": "XM_017001912.2",
"protein_id": "XP_016857401.1",
"transcript_support_level": null,
"aa_start": 1404,
"aa_end": null,
"aa_length": 1475,
"cds_start": 4212,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3633G>A",
"hgvs_p": "p.Ser1211Ser",
"transcript": "XM_011541858.3",
"protein_id": "XP_011540160.1",
"transcript_support_level": null,
"aa_start": 1211,
"aa_end": null,
"aa_length": 1282,
"cds_start": 3633,
"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+127G>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+127G>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+127G>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+127G>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+127G>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+127G>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+127G>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+127G>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+127G>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+127G>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+127G>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+127G>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+127G>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+127G>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+127G>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.1999G>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.1252G>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": "rs140855923",
"frequency_reference_population": 0.000065829074,
"hom_count_reference_population": 1,
"allele_count_reference_population": 105,
"gnomad_exomes_af": 0.0000429643,
"gnomad_genomes_af": 0.000282928,
"gnomad_exomes_ac": 62,
"gnomad_genomes_ac": 43,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.550000011920929,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.15000000596046448,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.401,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.15,
"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": -7,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 7,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_001364857.2",
"gene_symbol": "ADGRB2",
"hgnc_id": 944,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.4542G>A",
"hgvs_p": "p.Ser1514Ser"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}