← 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-62070771-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=62070771&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 62070771,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001387552.1",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4495A>C",
"hgvs_p": "p.Asn1499His",
"transcript": "NM_001387552.1",
"protein_id": "NP_001374481.1",
"transcript_support_level": null,
"aa_start": 1499,
"aa_end": null,
"aa_length": 1543,
"cds_start": 4495,
"cds_end": null,
"cds_length": 4632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000683033.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387552.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4495A>C",
"hgvs_p": "p.Asn1499His",
"transcript": "ENST00000683033.1",
"protein_id": "ENSP00000507980.1",
"transcript_support_level": null,
"aa_start": 1499,
"aa_end": null,
"aa_length": 1543,
"cds_start": 4495,
"cds_end": null,
"cds_length": 4632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001387552.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683033.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000512091.6"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4606A>C",
"hgvs_p": "p.Asn1536His",
"transcript": "ENST00000506720.5",
"protein_id": "ENSP00000420931.1",
"transcript_support_level": 5,
"aa_start": 1536,
"aa_end": null,
"aa_length": 1580,
"cds_start": 4606,
"cds_end": null,
"cds_length": 4743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506720.5"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4579A>C",
"hgvs_p": "p.Asn1527His",
"transcript": "ENST00000506746.5",
"protein_id": "ENSP00000425884.1",
"transcript_support_level": 5,
"aa_start": 1527,
"aa_end": null,
"aa_length": 1571,
"cds_start": 4579,
"cds_end": null,
"cds_length": 4716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506746.5"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4477A>C",
"hgvs_p": "p.Asn1493His",
"transcript": "NM_001322402.3",
"protein_id": "NP_001309331.1",
"transcript_support_level": null,
"aa_start": 1493,
"aa_end": null,
"aa_length": 1537,
"cds_start": 4477,
"cds_end": null,
"cds_length": 4614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322402.3"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4450A>C",
"hgvs_p": "p.Asn1484His",
"transcript": "NM_001371344.2",
"protein_id": "NP_001358273.1",
"transcript_support_level": null,
"aa_start": 1484,
"aa_end": null,
"aa_length": 1528,
"cds_start": 4450,
"cds_end": null,
"cds_length": 4587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371344.2"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4450A>C",
"hgvs_p": "p.Asn1484His",
"transcript": "NM_001387522.1",
"protein_id": "NP_001374451.1",
"transcript_support_level": null,
"aa_start": 1484,
"aa_end": null,
"aa_length": 1528,
"cds_start": 4450,
"cds_end": null,
"cds_length": 4587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387522.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4450A>C",
"hgvs_p": "p.Asn1484His",
"transcript": "ENST00000507625.5",
"protein_id": "ENSP00000421372.1",
"transcript_support_level": 5,
"aa_start": 1484,
"aa_end": null,
"aa_length": 1528,
"cds_start": 4450,
"cds_end": null,
"cds_length": 4587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507625.5"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4423A>C",
"hgvs_p": "p.Asn1475His",
"transcript": "NM_001387523.1",
"protein_id": "NP_001374452.1",
"transcript_support_level": null,
"aa_start": 1475,
"aa_end": null,
"aa_length": 1519,
"cds_start": 4423,
"cds_end": null,
"cds_length": 4560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387523.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4411A>C",
"hgvs_p": "p.Asn1471His",
"transcript": "NM_001371345.2",
"protein_id": "NP_001358274.1",
"transcript_support_level": null,
"aa_start": 1471,
"aa_end": null,
"aa_length": 1515,
"cds_start": 4411,
"cds_end": null,
"cds_length": 4548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371345.2"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4402A>C",
"hgvs_p": "p.Asn1468His",
"transcript": "ENST00000508946.5",
"protein_id": "ENSP00000421627.1",
"transcript_support_level": 5,
"aa_start": 1468,
"aa_end": null,
"aa_length": 1512,
"cds_start": 4402,
"cds_end": null,
"cds_length": 4539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508946.5"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4396A>C",
"hgvs_p": "p.Asn1466His",
"transcript": "NM_001371343.2",
"protein_id": "NP_001358272.1",
"transcript_support_level": null,
"aa_start": 1466,
"aa_end": null,
"aa_length": 1510,
"cds_start": 4396,
"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": "NM_001371343.2"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4396A>C",
"hgvs_p": "p.Asn1466His",
"transcript": "NM_001387524.1",
"protein_id": "NP_001374453.1",
"transcript_support_level": null,
"aa_start": 1466,
"aa_end": null,
"aa_length": 1510,
"cds_start": 4396,
"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": "NM_001387524.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4396A>C",
"hgvs_p": "p.Asn1466His",
"transcript": "NM_001387525.1",
"protein_id": "NP_001374454.1",
"transcript_support_level": null,
"aa_start": 1466,
"aa_end": null,
"aa_length": 1510,
"cds_start": 4396,
"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": "NM_001387525.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4387A>C",
"hgvs_p": "p.Asn1463His",
"transcript": "NM_001387526.1",
"protein_id": "NP_001374455.1",
"transcript_support_level": null,
"aa_start": 1463,
"aa_end": null,
"aa_length": 1507,
"cds_start": 4387,
"cds_end": null,
"cds_length": 4524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387526.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4378A>C",
"hgvs_p": "p.Asn1460His",
"transcript": "NM_001387527.1",
"protein_id": "NP_001374456.1",
"transcript_support_level": null,
"aa_start": 1460,
"aa_end": null,
"aa_length": 1504,
"cds_start": 4378,
"cds_end": null,
"cds_length": 4515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387527.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4375A>C",
"hgvs_p": "p.Asn1459His",
"transcript": "ENST00000514996.5",
"protein_id": "ENSP00000424258.1",
"transcript_support_level": 5,
"aa_start": 1459,
"aa_end": null,
"aa_length": 1503,
"cds_start": 4375,
"cds_end": null,
"cds_length": 4512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514996.5"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4291A>C",
"hgvs_p": "p.Asn1431His",
"transcript": "NM_001387528.1",
"protein_id": "NP_001374457.1",
"transcript_support_level": null,
"aa_start": 1431,
"aa_end": null,
"aa_length": 1475,
"cds_start": 4291,
"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": "NM_001387528.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4273A>C",
"hgvs_p": "p.Asn1425His",
"transcript": "NM_001387529.1",
"protein_id": "NP_001374458.1",
"transcript_support_level": null,
"aa_start": 1425,
"aa_end": null,
"aa_length": 1469,
"cds_start": 4273,
"cds_end": null,
"cds_length": 4410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387529.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4273A>C",
"hgvs_p": "p.Asn1425His",
"transcript": "NM_015236.7",
"protein_id": "NP_056051.2",
"transcript_support_level": null,
"aa_start": 1425,
"aa_end": null,
"aa_length": 1469,
"cds_start": 4273,
"cds_end": null,
"cds_length": 4410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015236.7"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4273A>C",
"hgvs_p": "p.Asn1425His",
"transcript": "ENST00000514591.5",
"protein_id": "ENSP00000422533.1",
"transcript_support_level": 5,
"aa_start": 1425,
"aa_end": null,
"aa_length": 1469,
"cds_start": 4273,
"cds_end": null,
"cds_length": 4410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514591.5"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4258A>C",
"hgvs_p": "p.Asn1420His",
"transcript": "NM_001387530.1",
"protein_id": "NP_001374459.1",
"transcript_support_level": null,
"aa_start": 1420,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4258,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387530.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4258A>C",
"hgvs_p": "p.Asn1420His",
"transcript": "NM_001387531.1",
"protein_id": "NP_001374460.1",
"transcript_support_level": null,
"aa_start": 1420,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4258,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387531.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4258A>C",
"hgvs_p": "p.Asn1420His",
"transcript": "NM_001387532.1",
"protein_id": "NP_001374461.1",
"transcript_support_level": null,
"aa_start": 1420,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4258,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387532.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4246A>C",
"hgvs_p": "p.Asn1416His",
"transcript": "NM_001387533.1",
"protein_id": "NP_001374462.1",
"transcript_support_level": null,
"aa_start": 1416,
"aa_end": null,
"aa_length": 1460,
"cds_start": 4246,
"cds_end": null,
"cds_length": 4383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387533.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4246A>C",
"hgvs_p": "p.Asn1416His",
"transcript": "NM_001387534.1",
"protein_id": "NP_001374463.1",
"transcript_support_level": null,
"aa_start": 1416,
"aa_end": null,
"aa_length": 1460,
"cds_start": 4246,
"cds_end": null,
"cds_length": 4383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387534.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4246A>C",
"hgvs_p": "p.Asn1416His",
"transcript": "ENST00000882181.1",
"protein_id": "ENSP00000552240.1",
"transcript_support_level": null,
"aa_start": 1416,
"aa_end": null,
"aa_length": 1460,
"cds_start": 4246,
"cds_end": null,
"cds_length": 4383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882181.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4231A>C",
"hgvs_p": "p.Asn1411His",
"transcript": "NM_001371346.2",
"protein_id": "NP_001358275.1",
"transcript_support_level": null,
"aa_start": 1411,
"aa_end": null,
"aa_length": 1455,
"cds_start": 4231,
"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": "NM_001371346.2"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4231A>C",
"hgvs_p": "p.Asn1411His",
"transcript": "NM_001387535.1",
"protein_id": "NP_001374464.1",
"transcript_support_level": null,
"aa_start": 1411,
"aa_end": null,
"aa_length": 1455,
"cds_start": 4231,
"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": "NM_001387535.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4231A>C",
"hgvs_p": "p.Asn1411His",
"transcript": "NM_001387536.1",
"protein_id": "NP_001374465.1",
"transcript_support_level": null,
"aa_start": 1411,
"aa_end": null,
"aa_length": 1455,
"cds_start": 4231,
"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": "NM_001387536.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4207A>C",
"hgvs_p": "p.Asn1403His",
"transcript": "NM_001387537.1",
"protein_id": "NP_001374466.1",
"transcript_support_level": null,
"aa_start": 1403,
"aa_end": null,
"aa_length": 1447,
"cds_start": 4207,
"cds_end": null,
"cds_length": 4344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387537.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4207A>C",
"hgvs_p": "p.Asn1403His",
"transcript": "NM_001387538.1",
"protein_id": "NP_001374467.1",
"transcript_support_level": null,
"aa_start": 1403,
"aa_end": null,
"aa_length": 1447,
"cds_start": 4207,
"cds_end": null,
"cds_length": 4344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387538.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4207A>C",
"hgvs_p": "p.Asn1403His",
"transcript": "NM_001387539.1",
"protein_id": "NP_001374468.1",
"transcript_support_level": null,
"aa_start": 1403,
"aa_end": null,
"aa_length": 1447,
"cds_start": 4207,
"cds_end": null,
"cds_length": 4344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387539.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4192A>C",
"hgvs_p": "p.Asn1398His",
"transcript": "NM_001371342.1",
"protein_id": "NP_001358271.1",
"transcript_support_level": null,
"aa_start": 1398,
"aa_end": null,
"aa_length": 1442,
"cds_start": 4192,
"cds_end": null,
"cds_length": 4329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371342.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4192A>C",
"hgvs_p": "p.Asn1398His",
"transcript": "NM_001387540.1",
"protein_id": "NP_001374469.1",
"transcript_support_level": null,
"aa_start": 1398,
"aa_end": null,
"aa_length": 1442,
"cds_start": 4192,
"cds_end": null,
"cds_length": 4329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387540.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4168A>C",
"hgvs_p": "p.Asn1390His",
"transcript": "NM_001387541.1",
"protein_id": "NP_001374470.1",
"transcript_support_level": null,
"aa_start": 1390,
"aa_end": null,
"aa_length": 1434,
"cds_start": 4168,
"cds_end": null,
"cds_length": 4305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387541.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4114A>C",
"hgvs_p": "p.Asn1372His",
"transcript": "NM_001387542.1",
"protein_id": "NP_001374471.1",
"transcript_support_level": null,
"aa_start": 1372,
"aa_end": null,
"aa_length": 1416,
"cds_start": 4114,
"cds_end": null,
"cds_length": 4251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387542.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.3949A>C",
"hgvs_p": "p.Asn1317His",
"transcript": "NM_001387543.1",
"protein_id": "NP_001374472.1",
"transcript_support_level": null,
"aa_start": 1317,
"aa_end": null,
"aa_length": 1361,
"cds_start": 3949,
"cds_end": null,
"cds_length": 4086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387543.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.3949A>C",
"hgvs_p": "p.Asn1317His",
"transcript": "NM_001387544.1",
"protein_id": "NP_001374473.1",
"transcript_support_level": null,
"aa_start": 1317,
"aa_end": null,
"aa_length": 1361,
"cds_start": 3949,
"cds_end": null,
"cds_length": 4086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387544.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.2617A>C",
"hgvs_p": "p.Asn873His",
"transcript": "ENST00000502815.1",
"protein_id": "ENSP00000424402.1",
"transcript_support_level": 5,
"aa_start": 873,
"aa_end": null,
"aa_length": 917,
"cds_start": 2617,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000502815.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4624A>C",
"hgvs_p": "p.Asn1542His",
"transcript": "XM_017007929.2",
"protein_id": "XP_016863418.1",
"transcript_support_level": null,
"aa_start": 1542,
"aa_end": null,
"aa_length": 1586,
"cds_start": 4624,
"cds_end": null,
"cds_length": 4761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007929.2"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4624A>C",
"hgvs_p": "p.Asn1542His",
"transcript": "XM_017007930.1",
"protein_id": "XP_016863419.1",
"transcript_support_level": null,
"aa_start": 1542,
"aa_end": null,
"aa_length": 1586,
"cds_start": 4624,
"cds_end": null,
"cds_length": 4761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007930.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4606A>C",
"hgvs_p": "p.Asn1536His",
"transcript": "XM_017007931.1",
"protein_id": "XP_016863420.1",
"transcript_support_level": null,
"aa_start": 1536,
"aa_end": null,
"aa_length": 1580,
"cds_start": 4606,
"cds_end": null,
"cds_length": 4743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007931.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4591A>C",
"hgvs_p": "p.Asn1531His",
"transcript": "XM_047449934.1",
"protein_id": "XP_047305890.1",
"transcript_support_level": null,
"aa_start": 1531,
"aa_end": null,
"aa_length": 1575,
"cds_start": 4591,
"cds_end": null,
"cds_length": 4728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449934.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4540A>C",
"hgvs_p": "p.Asn1514His",
"transcript": "XM_047449935.1",
"protein_id": "XP_047305891.1",
"transcript_support_level": null,
"aa_start": 1514,
"aa_end": null,
"aa_length": 1558,
"cds_start": 4540,
"cds_end": null,
"cds_length": 4677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449935.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4525A>C",
"hgvs_p": "p.Asn1509His",
"transcript": "XM_047449936.1",
"protein_id": "XP_047305892.1",
"transcript_support_level": null,
"aa_start": 1509,
"aa_end": null,
"aa_length": 1553,
"cds_start": 4525,
"cds_end": null,
"cds_length": 4662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449936.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4468A>C",
"hgvs_p": "p.Asn1490His",
"transcript": "XM_017007933.1",
"protein_id": "XP_016863422.1",
"transcript_support_level": null,
"aa_start": 1490,
"aa_end": null,
"aa_length": 1534,
"cds_start": 4468,
"cds_end": null,
"cds_length": 4605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007933.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4462A>C",
"hgvs_p": "p.Asn1488His",
"transcript": "XM_017007934.1",
"protein_id": "XP_016863423.1",
"transcript_support_level": null,
"aa_start": 1488,
"aa_end": null,
"aa_length": 1532,
"cds_start": 4462,
"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_017007934.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4438A>C",
"hgvs_p": "p.Asn1480His",
"transcript": "XM_017007936.1",
"protein_id": "XP_016863425.1",
"transcript_support_level": null,
"aa_start": 1480,
"aa_end": null,
"aa_length": 1524,
"cds_start": 4438,
"cds_end": null,
"cds_length": 4575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007936.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4435A>C",
"hgvs_p": "p.Asn1479His",
"transcript": "XM_047449937.1",
"protein_id": "XP_047305893.1",
"transcript_support_level": null,
"aa_start": 1479,
"aa_end": null,
"aa_length": 1523,
"cds_start": 4435,
"cds_end": null,
"cds_length": 4572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449937.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4420A>C",
"hgvs_p": "p.Asn1474His",
"transcript": "XM_017007937.1",
"protein_id": "XP_016863426.1",
"transcript_support_level": null,
"aa_start": 1474,
"aa_end": null,
"aa_length": 1518,
"cds_start": 4420,
"cds_end": null,
"cds_length": 4557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007937.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4420A>C",
"hgvs_p": "p.Asn1474His",
"transcript": "XM_047449938.1",
"protein_id": "XP_047305894.1",
"transcript_support_level": null,
"aa_start": 1474,
"aa_end": null,
"aa_length": 1518,
"cds_start": 4420,
"cds_end": null,
"cds_length": 4557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449938.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4411A>C",
"hgvs_p": "p.Asn1471His",
"transcript": "XM_011531791.2",
"protein_id": "XP_011530093.1",
"transcript_support_level": null,
"aa_start": 1471,
"aa_end": null,
"aa_length": 1515,
"cds_start": 4411,
"cds_end": null,
"cds_length": 4548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531791.2"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4258A>C",
"hgvs_p": "p.Asn1420His",
"transcript": "XM_047449939.1",
"protein_id": "XP_047305895.1",
"transcript_support_level": null,
"aa_start": 1420,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4258,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449939.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4231A>C",
"hgvs_p": "p.Asn1411His",
"transcript": "XM_047449940.1",
"protein_id": "XP_047305896.1",
"transcript_support_level": null,
"aa_start": 1411,
"aa_end": null,
"aa_length": 1455,
"cds_start": 4231,
"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_047449940.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.4192A>C",
"hgvs_p": "p.Asn1398His",
"transcript": "XM_047449941.1",
"protein_id": "XP_047305897.1",
"transcript_support_level": null,
"aa_start": 1398,
"aa_end": null,
"aa_length": 1442,
"cds_start": 4192,
"cds_end": null,
"cds_length": 4329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449941.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 4056,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508693.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 4029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507164.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387545.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509896.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511324.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000504896.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387546.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514157.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322246.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387547.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387548.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506700.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387549.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007940.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449942.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007941.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"hgvs_c": "c.*602A>C",
"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": null,
"cds_end": null,
"cds_length": 3885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449943.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADGRL3-AS1",
"gene_hgnc_id": 50604,
"hgvs_c": "n.110-19273T>G",
"hgvs_p": null,
"transcript": "ENST00000801748.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000801748.1"
}
],
"gene_symbol": "ADGRL3",
"gene_hgnc_id": 20974,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4231599271297455,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.653,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.1497,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.22,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.769,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001387552.1",
"gene_symbol": "ADGRL3",
"hgnc_id": 20974,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4495A>C",
"hgvs_p": "p.Asn1499His"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000801748.1",
"gene_symbol": "ADGRL3-AS1",
"hgnc_id": 50604,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.110-19273T>G",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}