← 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: 16-57659568-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=57659568&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 57659568,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000562631.7",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "NM_201525.4",
"protein_id": "NP_958933.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1650,
"cdna_end": null,
"cdna_length": 4257,
"mane_select": "ENST00000562631.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "ENST00000562631.7",
"protein_id": "ENSP00000455351.2",
"transcript_support_level": 1,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1650,
"cdna_end": null,
"cdna_length": 4257,
"mane_select": "NM_201525.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "ENST00000567835.5",
"protein_id": "ENSP00000456794.1",
"transcript_support_level": 1,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1673,
"cdna_end": null,
"cdna_length": 3741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "ENST00000388813.9",
"protein_id": "ENSP00000373465.5",
"transcript_support_level": 1,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1869,
"cdna_end": null,
"cdna_length": 3925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "ENST00000540164.6",
"protein_id": "ENSP00000444911.2",
"transcript_support_level": 1,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1748,
"cdna_end": null,
"cdna_length": 3820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "ENST00000568908.5",
"protein_id": "ENSP00000457456.1",
"transcript_support_level": 1,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1790,
"cdna_end": null,
"cdna_length": 3852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "NM_001145771.3",
"protein_id": "NP_001139243.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1786,
"cdna_end": null,
"cdna_length": 4393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "NM_001370428.1",
"protein_id": "NP_001357357.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1757,
"cdna_end": null,
"cdna_length": 4364,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "NM_001370429.1",
"protein_id": "NP_001357358.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1668,
"cdna_end": null,
"cdna_length": 4275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "NM_001370430.1",
"protein_id": "NP_001357359.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1639,
"cdna_end": null,
"cdna_length": 4246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "NM_001370431.1",
"protein_id": "NP_001357360.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1708,
"cdna_end": null,
"cdna_length": 4315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "NM_001370432.1",
"protein_id": "NP_001357361.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1586,
"cdna_end": null,
"cdna_length": 4193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "NM_005682.7",
"protein_id": "NP_005673.3",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 4311,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "ENST00000565976.6",
"protein_id": "ENSP00000454933.2",
"transcript_support_level": 2,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1753,
"cdna_end": null,
"cdna_length": 2813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "ENST00000568909.5",
"protein_id": "ENSP00000455215.1",
"transcript_support_level": 5,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1634,
"cdna_end": null,
"cdna_length": 4254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "ENST00000673126.2",
"protein_id": "ENSP00000500185.2",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1672,
"cdna_end": null,
"cdna_length": 2732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Leu486Pro",
"transcript": "NM_001145773.3",
"protein_id": "NP_001139245.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 692,
"cds_start": 1457,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1665,
"cdna_end": null,
"cdna_length": 4272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Leu486Pro",
"transcript": "NM_001370433.1",
"protein_id": "NP_001357362.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 692,
"cds_start": 1457,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1583,
"cdna_end": null,
"cdna_length": 4190,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Leu486Pro",
"transcript": "NM_001370434.1",
"protein_id": "NP_001357363.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 692,
"cds_start": 1457,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1701,
"cdna_end": null,
"cdna_length": 4308,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Leu486Pro",
"transcript": "ENST00000456916.5",
"protein_id": "ENSP00000398034.2",
"transcript_support_level": 2,
"aa_start": 486,
"aa_end": null,
"aa_length": 692,
"cds_start": 1457,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1788,
"cdna_end": null,
"cdna_length": 3860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "NM_001145770.3",
"protein_id": "NP_001139242.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1686,
"cdna_end": null,
"cdna_length": 4293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "NM_001145772.3",
"protein_id": "NP_001139244.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1794,
"cdna_end": null,
"cdna_length": 4401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "NM_001145774.3",
"protein_id": "NP_001139246.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1774,
"cdna_end": null,
"cdna_length": 4381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "NM_001370435.1",
"protein_id": "NP_001357364.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1601,
"cdna_end": null,
"cdna_length": 4208,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "NM_001370436.1",
"protein_id": "NP_001357365.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1739,
"cdna_end": null,
"cdna_length": 4346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "NM_001370437.1",
"protein_id": "NP_001357366.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1690,
"cdna_end": null,
"cdna_length": 4297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "NM_001370438.1",
"protein_id": "NP_001357367.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1621,
"cdna_end": null,
"cdna_length": 4228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "NM_001370439.1",
"protein_id": "NP_001357368.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1568,
"cdna_end": null,
"cdna_length": 4175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "NM_001370440.1",
"protein_id": "NP_001357369.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1743,
"cdna_end": null,
"cdna_length": 4350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "NM_201524.4",
"protein_id": "NP_958932.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1772,
"cdna_end": null,
"cdna_length": 4379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "ENST00000562558.6",
"protein_id": "ENSP00000456620.1",
"transcript_support_level": 5,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1797,
"cdna_end": null,
"cdna_length": 3862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1439T>C",
"hgvs_p": "p.Leu480Pro",
"transcript": "NM_001370441.1",
"protein_id": "NP_001357370.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 686,
"cds_start": 1439,
"cds_end": null,
"cds_length": 2061,
"cdna_start": 1565,
"cdna_end": null,
"cdna_length": 4172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "ENST00000672974.1",
"protein_id": "ENSP00000500676.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 669,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2012,
"cdna_start": 1616,
"cdna_end": null,
"cdna_length": 2186,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1286T>C",
"hgvs_p": "p.Leu429Pro",
"transcript": "NM_001370442.1",
"protein_id": "NP_001357371.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 635,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1908,
"cdna_start": 1530,
"cdna_end": null,
"cdna_length": 4137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.950T>C",
"hgvs_p": "p.Leu317Pro",
"transcript": "NM_001290142.2",
"protein_id": "NP_001277071.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 523,
"cds_start": 950,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1247,
"cdna_end": null,
"cdna_length": 3854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.935T>C",
"hgvs_p": "p.Leu312Pro",
"transcript": "NM_001290143.2",
"protein_id": "NP_001277072.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 518,
"cds_start": 935,
"cds_end": null,
"cds_length": 1557,
"cdna_start": 1596,
"cdna_end": null,
"cdna_length": 4203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.917T>C",
"hgvs_p": "p.Leu306Pro",
"transcript": "NM_001290144.2",
"protein_id": "NP_001277073.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 512,
"cds_start": 917,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1613,
"cdna_end": null,
"cdna_length": 4220,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.917T>C",
"hgvs_p": "p.Leu306Pro",
"transcript": "NM_001370451.1",
"protein_id": "NP_001357380.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 512,
"cds_start": 917,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1696,
"cdna_end": null,
"cdna_length": 4303,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.917T>C",
"hgvs_p": "p.Leu306Pro",
"transcript": "NM_001370453.1",
"protein_id": "NP_001357382.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 512,
"cds_start": 917,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1727,
"cdna_end": null,
"cdna_length": 4334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.917T>C",
"hgvs_p": "p.Leu306Pro",
"transcript": "NM_001370454.1",
"protein_id": "NP_001357383.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 512,
"cds_start": 917,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 4225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1475T>C",
"hgvs_p": "p.Leu492Pro",
"transcript": "XM_005256237.3",
"protein_id": "XP_005256294.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 698,
"cds_start": 1475,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1683,
"cdna_end": null,
"cdna_length": 4290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1475T>C",
"hgvs_p": "p.Leu492Pro",
"transcript": "XM_005256238.3",
"protein_id": "XP_005256295.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 698,
"cds_start": 1475,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1801,
"cdna_end": null,
"cdna_length": 4408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1475T>C",
"hgvs_p": "p.Leu492Pro",
"transcript": "XM_005256239.3",
"protein_id": "XP_005256296.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 698,
"cds_start": 1475,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1807,
"cdna_end": null,
"cdna_length": 4414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1475T>C",
"hgvs_p": "p.Leu492Pro",
"transcript": "XM_005256240.5",
"protein_id": "XP_005256297.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 698,
"cds_start": 1475,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1601,
"cdna_end": null,
"cdna_length": 4208,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1475T>C",
"hgvs_p": "p.Leu492Pro",
"transcript": "XM_005256241.5",
"protein_id": "XP_005256298.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 698,
"cds_start": 1475,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1633,
"cdna_end": null,
"cdna_length": 4240,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1475T>C",
"hgvs_p": "p.Leu492Pro",
"transcript": "XM_005256242.5",
"protein_id": "XP_005256299.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 698,
"cds_start": 1475,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1654,
"cdna_end": null,
"cdna_length": 4261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1475T>C",
"hgvs_p": "p.Leu492Pro",
"transcript": "XM_005256244.4",
"protein_id": "XP_005256301.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 698,
"cds_start": 1475,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1689,
"cdna_end": null,
"cdna_length": 4296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1475T>C",
"hgvs_p": "p.Leu492Pro",
"transcript": "XM_005256245.3",
"protein_id": "XP_005256302.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 698,
"cds_start": 1475,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1709,
"cdna_end": null,
"cdna_length": 4316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1475T>C",
"hgvs_p": "p.Leu492Pro",
"transcript": "XM_006721338.3",
"protein_id": "XP_006721401.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 698,
"cds_start": 1475,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1805,
"cdna_end": null,
"cdna_length": 4412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1475T>C",
"hgvs_p": "p.Leu492Pro",
"transcript": "XM_006721339.5",
"protein_id": "XP_006721402.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 698,
"cds_start": 1475,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1719,
"cdna_end": null,
"cdna_length": 4326,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1475T>C",
"hgvs_p": "p.Leu492Pro",
"transcript": "XM_006721340.4",
"protein_id": "XP_006721403.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 698,
"cds_start": 1475,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1772,
"cdna_end": null,
"cdna_length": 4379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1475T>C",
"hgvs_p": "p.Leu492Pro",
"transcript": "XM_011523462.3",
"protein_id": "XP_011521764.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 698,
"cds_start": 1475,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1755,
"cdna_end": null,
"cdna_length": 4362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1475T>C",
"hgvs_p": "p.Leu492Pro",
"transcript": "XM_047434906.1",
"protein_id": "XP_047290862.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 698,
"cds_start": 1475,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 1723,
"cdna_end": null,
"cdna_length": 4330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "XM_005256246.3",
"protein_id": "XP_005256303.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1792,
"cdna_end": null,
"cdna_length": 4399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "XM_005256248.3",
"protein_id": "XP_005256305.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1674,
"cdna_end": null,
"cdna_length": 4281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "XM_005256252.3",
"protein_id": "XP_005256309.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 4225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "XM_005256254.3",
"protein_id": "XP_005256311.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1694,
"cdna_end": null,
"cdna_length": 4301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "XM_006721342.3",
"protein_id": "XP_006721405.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1790,
"cdna_end": null,
"cdna_length": 4397,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "XM_011523466.3",
"protein_id": "XP_011521768.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1740,
"cdna_end": null,
"cdna_length": 4347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1460T>C",
"hgvs_p": "p.Leu487Pro",
"transcript": "XM_011523468.3",
"protein_id": "XP_011521770.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 693,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1570,
"cdna_end": null,
"cdna_length": 4177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Leu486Pro",
"transcript": "XM_006721347.3",
"protein_id": "XP_006721410.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 692,
"cds_start": 1457,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1783,
"cdna_end": null,
"cdna_length": 4390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Leu486Pro",
"transcript": "XM_047434907.1",
"protein_id": "XP_047290863.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 692,
"cds_start": 1457,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1754,
"cdna_end": null,
"cdna_length": 4361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Leu486Pro",
"transcript": "XM_047434908.1",
"protein_id": "XP_047290864.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 692,
"cds_start": 1457,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1701,
"cdna_end": null,
"cdna_length": 4308,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Leu486Pro",
"transcript": "XM_047434909.1",
"protein_id": "XP_047290865.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 692,
"cds_start": 1457,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1789,
"cdna_end": null,
"cdna_length": 4396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Leu486Pro",
"transcript": "XM_047434910.1",
"protein_id": "XP_047290866.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 692,
"cds_start": 1457,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1705,
"cdna_end": null,
"cdna_length": 4312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Leu486Pro",
"transcript": "XM_047434911.1",
"protein_id": "XP_047290867.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 692,
"cds_start": 1457,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1787,
"cdna_end": null,
"cdna_length": 4394,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Leu486Pro",
"transcript": "XM_047434912.1",
"protein_id": "XP_047290868.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 692,
"cds_start": 1457,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1636,
"cdna_end": null,
"cdna_length": 4243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "XM_005256255.3",
"protein_id": "XP_005256312.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 4375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "XM_017023892.2",
"protein_id": "XP_016879381.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1676,
"cdna_end": null,
"cdna_length": 4283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "XM_047434913.1",
"protein_id": "XP_047290869.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1722,
"cdna_end": null,
"cdna_length": 4329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "XM_047434914.1",
"protein_id": "XP_047290870.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1656,
"cdna_end": null,
"cdna_length": 4263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "XM_047434915.1",
"protein_id": "XP_047290871.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1600,
"cdna_end": null,
"cdna_length": 4207,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro",
"transcript": "XM_047434916.1",
"protein_id": "XP_047290872.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 687,
"cds_start": 1442,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1552,
"cdna_end": null,
"cdna_length": 4159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "n.*1123T>C",
"hgvs_p": null,
"transcript": "ENST00000564907.5",
"protein_id": "ENSP00000455245.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "n.*1105T>C",
"hgvs_p": null,
"transcript": "ENST00000565539.5",
"protein_id": "ENSP00000457612.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "n.*1123T>C",
"hgvs_p": null,
"transcript": "ENST00000564907.5",
"protein_id": "ENSP00000455245.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "n.*1105T>C",
"hgvs_p": null,
"transcript": "ENST00000565539.5",
"protein_id": "ENSP00000457612.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2688,
"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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"hgvs_c": "c.418-59T>C",
"hgvs_p": null,
"transcript": "ENST00000565391.1",
"protein_id": "ENSP00000456731.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 185,
"cds_start": -4,
"cds_end": null,
"cds_length": 560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ADGRG1",
"gene_hgnc_id": 4512,
"dbsnp": "rs587783653",
"frequency_reference_population": 6.8407127e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84071e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9794452786445618,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.661,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9542,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.25,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.67,
"phylop100way_prediction": "Pathogenic",
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000562631.7",
"gene_symbol": "ADGRG1",
"hgnc_id": 4512,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1442T>C",
"hgvs_p": "p.Leu481Pro"
}
],
"clinvar_disease": "Bilateral frontoparietal polymicrogyria,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "P:1 LP:1 US:1",
"phenotype_combined": "Bilateral frontoparietal polymicrogyria|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}