← 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: 4-61526136-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=61526136&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "4",
"pos": 61526136,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "ENST00000683033.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "NM_001387552.1",
"protein_id": "NP_001374481.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1543,
"cds_start": -4,
"cds_end": null,
"cds_length": 4632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13738,
"mane_select": "ENST00000683033.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "ENST00000683033.1",
"protein_id": "ENSP00000507980.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1543,
"cds_start": -4,
"cds_end": null,
"cds_length": 4632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13738,
"mane_select": "NM_001387552.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "ENST00000512091.6",
"protein_id": "ENSP00000423388.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1240,
"cds_start": -4,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "ENST00000506720.5",
"protein_id": "ENSP00000420931.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1580,
"cds_start": -4,
"cds_end": null,
"cds_length": 4743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "ENST00000506746.5",
"protein_id": "ENSP00000425884.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1571,
"cds_start": -4,
"cds_end": null,
"cds_length": 4716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "NM_001322402.3",
"protein_id": "NP_001309331.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1537,
"cds_start": -4,
"cds_end": null,
"cds_length": 4614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "NM_001371344.2",
"protein_id": "NP_001358273.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1528,
"cds_start": -4,
"cds_end": null,
"cds_length": 4587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13627,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "NM_001387522.1",
"protein_id": "NP_001374451.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1528,
"cds_start": -4,
"cds_end": null,
"cds_length": 4587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "ENST00000507625.5",
"protein_id": "ENSP00000421372.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1528,
"cds_start": -4,
"cds_end": null,
"cds_length": 4587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "NM_001387523.1",
"protein_id": "NP_001374452.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1519,
"cds_start": -4,
"cds_end": null,
"cds_length": 4560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "NM_001371345.2",
"protein_id": "NP_001358274.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1515,
"cds_start": -4,
"cds_end": null,
"cds_length": 4548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "ENST00000508946.5",
"protein_id": "ENSP00000421627.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1512,
"cds_start": -4,
"cds_end": null,
"cds_length": 4539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "NM_001371343.2",
"protein_id": "NP_001358272.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1510,
"cds_start": -4,
"cds_end": null,
"cds_length": 4533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "NM_001387524.1",
"protein_id": "NP_001374453.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1510,
"cds_start": -4,
"cds_end": null,
"cds_length": 4533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "NM_001387525.1",
"protein_id": "NP_001374454.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1510,
"cds_start": -4,
"cds_end": null,
"cds_length": 4533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387526.1",
"protein_id": "NP_001374455.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1507,
"cds_start": -4,
"cds_end": null,
"cds_length": 4524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387527.1",
"protein_id": "NP_001374456.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1504,
"cds_start": -4,
"cds_end": null,
"cds_length": 4515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "ENST00000514996.5",
"protein_id": "ENSP00000424258.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1503,
"cds_start": -4,
"cds_end": null,
"cds_length": 4512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387528.1",
"protein_id": "NP_001374457.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1475,
"cds_start": -4,
"cds_end": null,
"cds_length": 4428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387529.1",
"protein_id": "NP_001374458.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1469,
"cds_start": -4,
"cds_end": null,
"cds_length": 4410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13450,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_015236.7",
"protein_id": "NP_056051.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1469,
"cds_start": -4,
"cds_end": null,
"cds_length": 4410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "ENST00000514591.5",
"protein_id": "ENSP00000422533.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1469,
"cds_start": -4,
"cds_end": null,
"cds_length": 4410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387530.1",
"protein_id": "NP_001374459.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1464,
"cds_start": -4,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387531.1",
"protein_id": "NP_001374460.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1464,
"cds_start": -4,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13435,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387532.1",
"protein_id": "NP_001374461.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1464,
"cds_start": -4,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387533.1",
"protein_id": "NP_001374462.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1460,
"cds_start": -4,
"cds_end": null,
"cds_length": 4383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387534.1",
"protein_id": "NP_001374463.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1460,
"cds_start": -4,
"cds_end": null,
"cds_length": 4383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001371346.2",
"protein_id": "NP_001358275.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1455,
"cds_start": -4,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387535.1",
"protein_id": "NP_001374464.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1455,
"cds_start": -4,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387536.1",
"protein_id": "NP_001374465.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1455,
"cds_start": -4,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13474,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387537.1",
"protein_id": "NP_001374466.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1447,
"cds_start": -4,
"cds_end": null,
"cds_length": 4344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387538.1",
"protein_id": "NP_001374467.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1447,
"cds_start": -4,
"cds_end": null,
"cds_length": 4344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13450,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387539.1",
"protein_id": "NP_001374468.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1447,
"cds_start": -4,
"cds_end": null,
"cds_length": 4344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001371342.1",
"protein_id": "NP_001358271.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1442,
"cds_start": -4,
"cds_end": null,
"cds_length": 4329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387540.1",
"protein_id": "NP_001374469.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1442,
"cds_start": -4,
"cds_end": null,
"cds_length": 4329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13435,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.-23-61091C>T",
"hgvs_p": null,
"transcript": "NM_001387541.1",
"protein_id": "NP_001374470.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1434,
"cds_start": -4,
"cds_end": null,
"cds_length": 4305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387542.1",
"protein_id": "NP_001374471.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1416,
"cds_start": -4,
"cds_end": null,
"cds_length": 4251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13291,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.-118+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387543.1",
"protein_id": "NP_001374472.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1361,
"cds_start": -4,
"cds_end": null,
"cds_length": 4086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.-118+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387544.1",
"protein_id": "NP_001374473.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1361,
"cds_start": -4,
"cds_end": null,
"cds_length": 4086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13364,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "ENST00000508693.5",
"protein_id": "ENSP00000424030.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1351,
"cds_start": -4,
"cds_end": null,
"cds_length": 4056,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "ENST00000507164.5",
"protein_id": "ENSP00000421476.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1342,
"cds_start": -4,
"cds_end": null,
"cds_length": 4029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4982,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "NM_001387545.1",
"protein_id": "NP_001374474.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1308,
"cds_start": -4,
"cds_end": null,
"cds_length": 3927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "ENST00000509896.5",
"protein_id": "ENSP00000423787.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1308,
"cds_start": -4,
"cds_end": null,
"cds_length": 3927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5069,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "ENST00000511324.5",
"protein_id": "ENSP00000425033.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": -4,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "ENST00000504896.5",
"protein_id": "ENSP00000423434.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1283,
"cds_start": -4,
"cds_end": null,
"cds_length": 3852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387546.1",
"protein_id": "NP_001374475.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1278,
"cds_start": -4,
"cds_end": null,
"cds_length": 3837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "ENST00000514157.5",
"protein_id": "ENSP00000425201.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1274,
"cds_start": -4,
"cds_end": null,
"cds_length": 3825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001322246.3",
"protein_id": "NP_001309175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1240,
"cds_start": -4,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387547.1",
"protein_id": "NP_001374476.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1240,
"cds_start": -4,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387548.1",
"protein_id": "NP_001374477.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1235,
"cds_start": -4,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "ENST00000506700.5",
"protein_id": "ENSP00000424120.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1231,
"cds_start": -4,
"cds_end": null,
"cds_length": 3696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "NM_001387549.1",
"protein_id": "NP_001374478.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1226,
"cds_start": -4,
"cds_end": null,
"cds_length": 3681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13460,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_017007929.2",
"protein_id": "XP_016863418.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1586,
"cds_start": -4,
"cds_end": null,
"cds_length": 4761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 15540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_017007930.1",
"protein_id": "XP_016863419.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1586,
"cds_start": -4,
"cds_end": null,
"cds_length": 4761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_017007931.1",
"protein_id": "XP_016863420.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1580,
"cds_start": -4,
"cds_end": null,
"cds_length": 4743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_047449934.1",
"protein_id": "XP_047305890.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1575,
"cds_start": -4,
"cds_end": null,
"cds_length": 4728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_047449935.1",
"protein_id": "XP_047305891.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1558,
"cds_start": -4,
"cds_end": null,
"cds_length": 4677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12391,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_047449936.1",
"protein_id": "XP_047305892.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1553,
"cds_start": -4,
"cds_end": null,
"cds_length": 4662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_017007933.1",
"protein_id": "XP_016863422.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1534,
"cds_start": -4,
"cds_end": null,
"cds_length": 4605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_017007934.1",
"protein_id": "XP_016863423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1532,
"cds_start": -4,
"cds_end": null,
"cds_length": 4599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_017007936.1",
"protein_id": "XP_016863425.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1524,
"cds_start": -4,
"cds_end": null,
"cds_length": 4575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_047449937.1",
"protein_id": "XP_047305893.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1523,
"cds_start": -4,
"cds_end": null,
"cds_length": 4572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "XM_017007937.1",
"protein_id": "XP_016863426.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1518,
"cds_start": -4,
"cds_end": null,
"cds_length": 4557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_047449938.1",
"protein_id": "XP_047305894.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1518,
"cds_start": -4,
"cds_end": null,
"cds_length": 4557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_011531791.2",
"protein_id": "XP_011530093.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1515,
"cds_start": -4,
"cds_end": null,
"cds_length": 4548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "XM_047449939.1",
"protein_id": "XP_047305895.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1464,
"cds_start": -4,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12109,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "XM_047449940.1",
"protein_id": "XP_047305896.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1455,
"cds_start": -4,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12604,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.55+28788C>T",
"hgvs_p": null,
"transcript": "XM_047449941.1",
"protein_id": "XP_047305897.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1442,
"cds_start": -4,
"cds_end": null,
"cds_length": 4329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_017007940.1",
"protein_id": "XP_016863429.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1308,
"cds_start": -4,
"cds_end": null,
"cds_length": 3927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_047449942.1",
"protein_id": "XP_047305898.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": -4,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_017007941.1",
"protein_id": "XP_016863430.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1299,
"cds_start": -4,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_047449943.1",
"protein_id": "XP_047305899.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1294,
"cds_start": -4,
"cds_end": null,
"cds_length": 3885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_047449944.1",
"protein_id": "XP_047305900.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1278,
"cds_start": -4,
"cds_end": null,
"cds_length": 3837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null,
"transcript": "XM_047449945.1",
"protein_id": "XP_047305901.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1265,
"cds_start": -4,
"cds_end": null,
"cds_length": 3798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4443,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"dbsnp": "rs335322",
"frequency_reference_population": 0.4130512,
"hom_count_reference_population": 13532,
"allele_count_reference_population": 62778,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.413051,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 62778,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 13532,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9700000286102295,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.97,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.456,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000683033.1",
"gene_symbol": "ADGRL3",
"hgnc_id": 20974,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.259+8618C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}