← 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-57651537-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=57651537&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 6,
"criteria": [
"BP4_Strong",
"BP6",
"BP7"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "ADGRG1",
"hgnc_id": 4512,
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -6,
"transcript": "NM_005682.7",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6,BP7",
"acmg_score": -6,
"allele_count_reference_population": 148,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.86,
"chr": "16",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": "ADGRG1-related disorder,Bilateral frontoparietal polymicrogyria,not provided,not specified",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:2",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.8600000143051147,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4257,
"cdna_start": 610,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_201525.4",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000562631.7",
"protein_coding": true,
"protein_id": "NP_958933.1",
"strand": true,
"transcript": "NM_201525.4",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4257,
"cdna_start": 610,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000562631.7",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_201525.4",
"protein_coding": true,
"protein_id": "ENSP00000455351.2",
"strand": true,
"transcript": "ENST00000562631.7",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3741,
"cdna_start": 615,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000567835.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456794.1",
"strand": true,
"transcript": "ENST00000567835.5",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3925,
"cdna_start": 829,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000388813.9",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000373465.5",
"strand": true,
"transcript": "ENST00000388813.9",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3820,
"cdna_start": 708,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000540164.6",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000444911.2",
"strand": true,
"transcript": "ENST00000540164.6",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3852,
"cdna_start": 750,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000568908.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457456.1",
"strand": true,
"transcript": "ENST00000568908.5",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 698,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3770,
"cdna_start": 644,
"cds_end": null,
"cds_length": 2097,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000860541.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530600.1",
"strand": true,
"transcript": "ENST00000860541.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4393,
"cdna_start": 728,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001145771.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001139243.1",
"strand": true,
"transcript": "NM_001145771.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4364,
"cdna_start": 699,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001370428.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357357.1",
"strand": true,
"transcript": "NM_001370428.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4275,
"cdna_start": 610,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001370429.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357358.1",
"strand": true,
"transcript": "NM_001370429.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4246,
"cdna_start": 581,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001370430.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357359.1",
"strand": true,
"transcript": "NM_001370430.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4315,
"cdna_start": 650,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001370431.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357360.1",
"strand": true,
"transcript": "NM_001370431.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4193,
"cdna_start": 528,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001370432.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357361.1",
"strand": true,
"transcript": "NM_001370432.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4311,
"cdna_start": 646,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_005682.7",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_005673.3",
"strand": true,
"transcript": "NM_005682.7",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2813,
"cdna_start": 695,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000565976.6",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000454933.2",
"strand": true,
"transcript": "ENST00000565976.6",
"transcript_support_level": 2
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4254,
"cdna_start": 576,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000568909.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000455215.1",
"strand": true,
"transcript": "ENST00000568909.5",
"transcript_support_level": 5
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2732,
"cdna_start": 614,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000673126.2",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000500185.2",
"strand": true,
"transcript": "ENST00000673126.2",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3866,
"cdna_start": 595,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000860534.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530593.1",
"strand": true,
"transcript": "ENST00000860534.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3902,
"cdna_start": 783,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000860543.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530602.1",
"strand": true,
"transcript": "ENST00000860543.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4082,
"cdna_start": 956,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 16,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000860550.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530609.1",
"strand": true,
"transcript": "ENST00000860550.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4042,
"cdna_start": 923,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 16,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000860553.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530612.1",
"strand": true,
"transcript": "ENST00000860553.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4245,
"cdna_start": 1119,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000860554.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530613.1",
"strand": true,
"transcript": "ENST00000860554.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3842,
"cdna_start": 714,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000860559.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530618.1",
"strand": true,
"transcript": "ENST00000860559.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3816,
"cdna_start": 685,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000860562.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530621.1",
"strand": true,
"transcript": "ENST00000860562.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3681,
"cdna_start": 555,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000860564.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530623.1",
"strand": true,
"transcript": "ENST00000860564.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4272,
"cdna_start": 625,
"cds_end": null,
"cds_length": 2079,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001145773.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001139245.1",
"strand": true,
"transcript": "NM_001145773.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4190,
"cdna_start": 543,
"cds_end": null,
"cds_length": 2079,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001370433.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357362.1",
"strand": true,
"transcript": "NM_001370433.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4308,
"cdna_start": 646,
"cds_end": null,
"cds_length": 2079,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001370434.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357363.1",
"strand": true,
"transcript": "NM_001370434.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3860,
"cdna_start": 748,
"cds_end": null,
"cds_length": 2079,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000456916.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000398034.2",
"strand": true,
"transcript": "ENST00000456916.5",
"transcript_support_level": 2
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3751,
"cdna_start": 643,
"cds_end": null,
"cds_length": 2079,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000860542.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530601.1",
"strand": true,
"transcript": "ENST00000860542.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3715,
"cdna_start": 592,
"cds_end": null,
"cds_length": 2079,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000860549.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530608.1",
"strand": true,
"transcript": "ENST00000860549.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3817,
"cdna_start": 709,
"cds_end": null,
"cds_length": 2079,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000860557.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530616.1",
"strand": true,
"transcript": "ENST00000860557.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3801,
"cdna_start": 678,
"cds_end": null,
"cds_length": 2079,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000923220.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000593279.1",
"strand": true,
"transcript": "ENST00000923220.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3761,
"cdna_start": 659,
"cds_end": null,
"cds_length": 2079,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000972400.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642459.1",
"strand": true,
"transcript": "ENST00000972400.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4293,
"cdna_start": 646,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001145770.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001139242.1",
"strand": true,
"transcript": "NM_001145770.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4401,
"cdna_start": 754,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001145772.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001139244.1",
"strand": true,
"transcript": "NM_001145772.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4381,
"cdna_start": 734,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001145774.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001139246.1",
"strand": true,
"transcript": "NM_001145774.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4208,
"cdna_start": 561,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001370435.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357364.1",
"strand": true,
"transcript": "NM_001370435.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4346,
"cdna_start": 699,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001370436.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357365.1",
"strand": true,
"transcript": "NM_001370436.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4297,
"cdna_start": 650,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001370437.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357366.1",
"strand": true,
"transcript": "NM_001370437.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4228,
"cdna_start": 581,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001370438.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357367.1",
"strand": true,
"transcript": "NM_001370438.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4175,
"cdna_start": 528,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001370439.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357368.1",
"strand": true,
"transcript": "NM_001370439.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4350,
"cdna_start": 703,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001370440.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357369.1",
"strand": true,
"transcript": "NM_001370440.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4379,
"cdna_start": 732,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_201524.4",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_958932.1",
"strand": true,
"transcript": "NM_201524.4",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3862,
"cdna_start": 757,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000562558.6",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456620.1",
"strand": true,
"transcript": "ENST00000562558.6",
"transcript_support_level": 5
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4346,
"cdna_start": 699,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000860530.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530591.1",
"strand": true,
"transcript": "ENST00000860530.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4183,
"cdna_start": 537,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000860536.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530595.1",
"strand": true,
"transcript": "ENST00000860536.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3680,
"cdna_start": 572,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000860538.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530597.1",
"strand": true,
"transcript": "ENST00000860538.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3859,
"cdna_start": 751,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000860540.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530599.1",
"strand": true,
"transcript": "ENST00000860540.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3637,
"cdna_start": 554,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000860544.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530603.1",
"strand": true,
"transcript": "ENST00000860544.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4011,
"cdna_start": 908,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000860546.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530605.1",
"strand": true,
"transcript": "ENST00000860546.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3989,
"cdna_start": 881,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000860551.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530610.1",
"strand": true,
"transcript": "ENST00000860551.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4907,
"cdna_start": 1811,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000860552.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530611.1",
"strand": true,
"transcript": "ENST00000860552.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3914,
"cdna_start": 797,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 16,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000860555.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530614.1",
"strand": true,
"transcript": "ENST00000860555.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3831,
"cdna_start": 723,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000860558.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530617.1",
"strand": true,
"transcript": "ENST00000860558.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3895,
"cdna_start": 792,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000860560.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530619.1",
"strand": true,
"transcript": "ENST00000860560.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3839,
"cdna_start": 730,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000860561.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530620.1",
"strand": true,
"transcript": "ENST00000860561.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3793,
"cdna_start": 685,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000860563.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530622.1",
"strand": true,
"transcript": "ENST00000860563.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3890,
"cdna_start": 784,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 16,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000972394.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642453.1",
"strand": true,
"transcript": "ENST00000972394.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4172,
"cdna_start": 1074,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 16,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000972402.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642461.1",
"strand": true,
"transcript": "ENST00000972402.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3637,
"cdna_start": 537,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000972404.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642463.1",
"strand": true,
"transcript": "ENST00000972404.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2509,
"cdna_start": 580,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000972405.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642464.1",
"strand": true,
"transcript": "ENST00000972405.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 686,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4172,
"cdna_start": 528,
"cds_end": null,
"cds_length": 2061,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001370441.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357370.1",
"strand": true,
"transcript": "NM_001370441.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 686,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3699,
"cdna_start": 596,
"cds_end": null,
"cds_length": 2061,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000860548.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530607.1",
"strand": true,
"transcript": "ENST00000860548.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 686,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3623,
"cdna_start": 521,
"cds_end": null,
"cds_length": 2061,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000972396.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642455.1",
"strand": true,
"transcript": "ENST00000972396.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 686,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3964,
"cdna_start": 861,
"cds_end": null,
"cds_length": 2061,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000972399.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642458.1",
"strand": true,
"transcript": "ENST00000972399.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 686,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3663,
"cdna_start": 604,
"cds_end": null,
"cds_length": 2061,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000972401.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642460.1",
"strand": true,
"transcript": "ENST00000972401.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 686,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3703,
"cdna_start": 612,
"cds_end": null,
"cds_length": 2061,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000972403.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642462.1",
"strand": true,
"transcript": "ENST00000972403.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 669,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2186,
"cdna_start": 576,
"cds_end": null,
"cds_length": 2012,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000672974.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000500676.1",
"strand": true,
"transcript": "ENST00000672974.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 641,
"aa_ref": "P",
"aa_start": 82,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3483,
"cdna_start": 357,
"cds_end": null,
"cds_length": 1926,
"cds_start": 246,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000860547.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.246G>A",
"hgvs_p": "p.Pro82Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530606.1",
"strand": true,
"transcript": "ENST00000860547.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 641,
"aa_ref": "P",
"aa_start": 82,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3655,
"cdna_start": 532,
"cds_end": null,
"cds_length": 1926,
"cds_start": 246,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000972395.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.246G>A",
"hgvs_p": "p.Pro82Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642454.1",
"strand": true,
"transcript": "ENST00000972395.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 635,
"aa_ref": "P",
"aa_start": 82,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4137,
"cdna_start": 490,
"cds_end": null,
"cds_length": 1908,
"cds_start": 246,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001370442.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.246G>A",
"hgvs_p": "p.Pro82Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357371.1",
"strand": true,
"transcript": "NM_001370442.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 635,
"aa_ref": "P",
"aa_start": 82,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3480,
"cdna_start": 372,
"cds_end": null,
"cds_length": 1908,
"cds_start": 246,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000860545.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.246G>A",
"hgvs_p": "p.Pro82Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530604.1",
"strand": true,
"transcript": "ENST00000860545.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 635,
"aa_ref": "P",
"aa_start": 82,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3530,
"cdna_start": 422,
"cds_end": null,
"cds_length": 1908,
"cds_start": 246,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000860556.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.246G>A",
"hgvs_p": "p.Pro82Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000530615.1",
"strand": true,
"transcript": "ENST00000860556.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 635,
"aa_ref": "P",
"aa_start": 82,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3565,
"cdna_start": 462,
"cds_end": null,
"cds_length": 1908,
"cds_start": 246,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000972397.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.246G>A",
"hgvs_p": "p.Pro82Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642456.1",
"strand": true,
"transcript": "ENST00000972397.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 635,
"aa_ref": "P",
"aa_start": 82,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3579,
"cdna_start": 481,
"cds_end": null,
"cds_length": 1908,
"cds_start": 246,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000972398.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.246G>A",
"hgvs_p": "p.Pro82Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642457.1",
"strand": true,
"transcript": "ENST00000972398.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 255,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1016,
"cdna_start": 650,
"cds_end": null,
"cds_length": 768,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000561988.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456238.1",
"strand": true,
"transcript": "ENST00000561988.5",
"transcript_support_level": 3
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 198,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 734,
"cdna_start": 539,
"cds_end": null,
"cds_length": 597,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000569101.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457953.1",
"strand": true,
"transcript": "ENST00000569101.5",
"transcript_support_level": 3
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 197,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 944,
"cdna_start": 767,
"cds_end": null,
"cds_length": 594,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000566271.6",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000454855.2",
"strand": true,
"transcript": "ENST00000566271.6",
"transcript_support_level": 5
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 167,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 582,
"cdna_start": 495,
"cds_end": null,
"cds_length": 504,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000561782.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000455176.1",
"strand": true,
"transcript": "ENST00000561782.5",
"transcript_support_level": 5
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 166,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 594,
"cdna_start": 494,
"cds_end": null,
"cds_length": 502,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000561696.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000455600.1",
"strand": true,
"transcript": "ENST00000561696.5",
"transcript_support_level": 5
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 166,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 586,
"cdna_start": 486,
"cds_end": null,
"cds_length": 502,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000569494.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456362.1",
"strand": true,
"transcript": "ENST00000569494.5",
"transcript_support_level": 5
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 163,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 601,
"cdna_start": 525,
"cds_end": null,
"cds_length": 493,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000563862.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457806.1",
"strand": true,
"transcript": "ENST00000563862.5",
"transcript_support_level": 4
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 161,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 937,
"cdna_start": 852,
"cds_end": null,
"cds_length": 487,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000561833.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000458063.1",
"strand": true,
"transcript": "ENST00000561833.5",
"transcript_support_level": 4
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 158,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 622,
"cdna_start": 545,
"cds_end": null,
"cds_length": 479,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000561969.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456002.1",
"strand": true,
"transcript": "ENST00000561969.5",
"transcript_support_level": 4
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 153,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 855,
"cdna_start": 795,
"cds_end": null,
"cds_length": 462,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000566169.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456263.1",
"strand": true,
"transcript": "ENST00000566169.5",
"transcript_support_level": 2
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 152,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 545,
"cdna_start": 488,
"cds_end": null,
"cds_length": 459,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000566187.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457178.1",
"strand": true,
"transcript": "ENST00000566187.1",
"transcript_support_level": 4
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 145,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 507,
"cdna_start": 485,
"cds_end": null,
"cds_length": 439,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000562003.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000454607.1",
"strand": true,
"transcript": "ENST00000562003.5",
"transcript_support_level": 4
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 143,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 640,
"cdna_start": 623,
"cds_end": null,
"cds_length": 434,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000568234.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000458014.1",
"strand": true,
"transcript": "ENST00000568234.5",
"transcript_support_level": 2
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 139,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 602,
"cdna_start": 582,
"cds_end": null,
"cds_length": 422,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000565314.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456469.1",
"strand": true,
"transcript": "ENST00000565314.5",
"transcript_support_level": 2
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 124,
"aa_ref": "P",
"aa_start": 82,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 560,
"cdna_start": 429,
"cds_end": null,
"cds_length": 377,
"cds_start": 246,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000568531.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.246G>A",
"hgvs_p": "p.Pro82Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456682.1",
"strand": true,
"transcript": "ENST00000568531.5",
"transcript_support_level": 4
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 94,
"aa_ref": "P",
"aa_start": 82,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 551,
"cdna_start": 512,
"cds_end": null,
"cds_length": 285,
"cds_start": 246,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000568979.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.246G>A",
"hgvs_p": "p.Pro82Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000455553.1",
"strand": true,
"transcript": "ENST00000568979.5",
"transcript_support_level": 5
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 67,
"aa_ref": "P",
"aa_start": 40,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 558,
"cdna_start": 473,
"cds_end": null,
"cds_length": 205,
"cds_start": 120,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000564103.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.120G>A",
"hgvs_p": "p.Pro40Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457994.1",
"strand": true,
"transcript": "ENST00000564103.5",
"transcript_support_level": 4
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 698,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4290,
"cdna_start": 625,
"cds_end": null,
"cds_length": 2097,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_005256237.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005256294.1",
"strand": true,
"transcript": "XM_005256237.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 698,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4408,
"cdna_start": 743,
"cds_end": null,
"cds_length": 2097,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_005256238.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005256295.1",
"strand": true,
"transcript": "XM_005256238.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 698,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4414,
"cdna_start": 749,
"cds_end": null,
"cds_length": 2097,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_005256239.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005256296.1",
"strand": true,
"transcript": "XM_005256239.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 698,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4208,
"cdna_start": 543,
"cds_end": null,
"cds_length": 2097,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_005256240.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005256297.1",
"strand": true,
"transcript": "XM_005256240.5",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 698,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4240,
"cdna_start": 575,
"cds_end": null,
"cds_length": 2097,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_005256241.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005256298.1",
"strand": true,
"transcript": "XM_005256241.5",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 698,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4261,
"cdna_start": 596,
"cds_end": null,
"cds_length": 2097,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_005256242.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005256299.1",
"strand": true,
"transcript": "XM_005256242.5",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 698,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4296,
"cdna_start": 631,
"cds_end": null,
"cds_length": 2097,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_005256244.4",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005256301.1",
"strand": true,
"transcript": "XM_005256244.4",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 698,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4316,
"cdna_start": 651,
"cds_end": null,
"cds_length": 2097,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_005256245.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005256302.1",
"strand": true,
"transcript": "XM_005256245.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 698,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4412,
"cdna_start": 747,
"cds_end": null,
"cds_length": 2097,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_006721338.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006721401.1",
"strand": true,
"transcript": "XM_006721338.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 698,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4326,
"cdna_start": 661,
"cds_end": null,
"cds_length": 2097,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_006721339.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006721402.1",
"strand": true,
"transcript": "XM_006721339.5",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 698,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4379,
"cdna_start": 714,
"cds_end": null,
"cds_length": 2097,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_006721340.4",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006721403.1",
"strand": true,
"transcript": "XM_006721340.4",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 698,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4362,
"cdna_start": 697,
"cds_end": null,
"cds_length": 2097,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_011523462.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011521764.1",
"strand": true,
"transcript": "XM_011523462.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 698,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4330,
"cdna_start": 665,
"cds_end": null,
"cds_length": 2097,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047434906.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290862.1",
"strand": true,
"transcript": "XM_047434906.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4399,
"cdna_start": 734,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_005256246.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005256303.1",
"strand": true,
"transcript": "XM_005256246.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4281,
"cdna_start": 616,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_005256248.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005256305.1",
"strand": true,
"transcript": "XM_005256248.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4225,
"cdna_start": 560,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_005256252.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005256309.1",
"strand": true,
"transcript": "XM_005256252.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4301,
"cdna_start": 636,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_005256254.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005256311.1",
"strand": true,
"transcript": "XM_005256254.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4397,
"cdna_start": 732,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_006721342.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006721405.1",
"strand": true,
"transcript": "XM_006721342.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4347,
"cdna_start": 682,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_011523466.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011521768.1",
"strand": true,
"transcript": "XM_011523466.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 693,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4177,
"cdna_start": 512,
"cds_end": null,
"cds_length": 2082,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_011523468.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011521770.1",
"strand": true,
"transcript": "XM_011523468.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4390,
"cdna_start": 743,
"cds_end": null,
"cds_length": 2079,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_006721347.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006721410.1",
"strand": true,
"transcript": "XM_006721347.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4361,
"cdna_start": 714,
"cds_end": null,
"cds_length": 2079,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047434907.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290863.1",
"strand": true,
"transcript": "XM_047434907.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4308,
"cdna_start": 661,
"cds_end": null,
"cds_length": 2079,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047434908.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290864.1",
"strand": true,
"transcript": "XM_047434908.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4396,
"cdna_start": 749,
"cds_end": null,
"cds_length": 2079,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047434909.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290865.1",
"strand": true,
"transcript": "XM_047434909.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4312,
"cdna_start": 665,
"cds_end": null,
"cds_length": 2079,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047434910.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290866.1",
"strand": true,
"transcript": "XM_047434910.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4394,
"cdna_start": 747,
"cds_end": null,
"cds_length": 2079,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047434911.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290867.1",
"strand": true,
"transcript": "XM_047434911.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 692,
"aa_ref": "P",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4243,
"cdna_start": 596,
"cds_end": null,
"cds_length": 2079,
"cds_start": 417,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047434912.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.417G>A",
"hgvs_p": "p.Pro139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290868.1",
"strand": true,
"transcript": "XM_047434912.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4375,
"cdna_start": 728,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_005256255.3",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005256312.1",
"strand": true,
"transcript": "XM_005256255.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4283,
"cdna_start": 636,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_017023892.2",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016879381.1",
"strand": true,
"transcript": "XM_017023892.2",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4329,
"cdna_start": 682,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047434913.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290869.1",
"strand": true,
"transcript": "XM_047434913.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4263,
"cdna_start": 616,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047434914.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290870.1",
"strand": true,
"transcript": "XM_047434914.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4207,
"cdna_start": 560,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047434915.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290871.1",
"strand": true,
"transcript": "XM_047434915.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "P",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4159,
"cdna_start": 512,
"cds_end": null,
"cds_length": 2064,
"cds_start": 402,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047434916.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.402G>A",
"hgvs_p": "p.Pro134Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290872.1",
"strand": true,
"transcript": "XM_047434916.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 518,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4203,
"cdna_start": null,
"cds_end": null,
"cds_length": 1557,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001290143.2",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.-124G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001277072.1",
"strand": true,
"transcript": "NM_001290143.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 512,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4220,
"cdna_start": null,
"cds_end": null,
"cds_length": 1539,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001290144.2",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.-124G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001277073.1",
"strand": true,
"transcript": "NM_001290144.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 512,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4303,
"cdna_start": null,
"cds_end": null,
"cds_length": 1539,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001370451.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.-124G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357380.1",
"strand": true,
"transcript": "NM_001370451.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 512,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4334,
"cdna_start": null,
"cds_end": null,
"cds_length": 1539,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001370453.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.-124G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357382.1",
"strand": true,
"transcript": "NM_001370453.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 512,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4225,
"cdna_start": null,
"cds_end": null,
"cds_length": 1539,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001370454.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.-124G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357383.1",
"strand": true,
"transcript": "NM_001370454.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 523,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3854,
"cdna_start": null,
"cds_end": null,
"cds_length": 1572,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001290142.2",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.110+292G>A",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001277071.1",
"strand": true,
"transcript": "NM_001290142.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 534,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000561872.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.485G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000561872.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 545,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000562608.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.478G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000562608.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 804,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000563007.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.*65G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000454574.1",
"strand": true,
"transcript": "ENST00000563007.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3655,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000564907.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.*65G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000455245.1",
"strand": true,
"transcript": "ENST00000564907.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 841,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000564912.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.581G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000564912.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2688,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000565539.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.*65G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000457612.1",
"strand": true,
"transcript": "ENST00000565539.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 720,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000566888.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.652G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000566888.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 896,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000568645.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.*65G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000454879.1",
"strand": true,
"transcript": "ENST00000568645.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1673,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000678252.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.437G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000678252.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 804,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000563007.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.*65G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000454574.1",
"strand": true,
"transcript": "ENST00000563007.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3655,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000564907.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.*65G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000455245.1",
"strand": true,
"transcript": "ENST00000564907.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2688,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000565539.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.*65G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000457612.1",
"strand": true,
"transcript": "ENST00000565539.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 896,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000568645.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.*65G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000454879.1",
"strand": true,
"transcript": "ENST00000568645.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 558,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000568700.1",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.216-269G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000568700.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 130,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 536,
"cdna_start": null,
"cds_end": null,
"cds_length": 394,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000568157.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*8G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000454289.1",
"strand": true,
"transcript": "ENST00000568157.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 130,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 533,
"cdna_start": null,
"cds_end": null,
"cds_length": 393,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000564722.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*9G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456599.1",
"strand": true,
"transcript": "ENST00000564722.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 124,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 571,
"cdna_start": null,
"cds_end": null,
"cds_length": 377,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000563548.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*40G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000454263.1",
"strand": true,
"transcript": "ENST00000563548.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 121,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 523,
"cdna_start": null,
"cds_end": null,
"cds_length": 367,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000569158.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*35G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457635.1",
"strand": true,
"transcript": "ENST00000569158.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 118,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 567,
"cdna_start": null,
"cds_end": null,
"cds_length": 357,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000565013.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*45G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000454364.1",
"strand": true,
"transcript": "ENST00000565013.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 117,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 451,
"cdna_start": null,
"cds_end": null,
"cds_length": 356,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000569531.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*46G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457307.1",
"strand": true,
"transcript": "ENST00000569531.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 117,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 578,
"cdna_start": null,
"cds_end": null,
"cds_length": 355,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000569154.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*88G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456544.1",
"strand": true,
"transcript": "ENST00000569154.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 117,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 699,
"cdna_start": null,
"cds_end": null,
"cds_length": 354,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000562467.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*63G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456256.1",
"strand": true,
"transcript": "ENST00000562467.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 117,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 618,
"cdna_start": null,
"cds_end": null,
"cds_length": 354,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000567915.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*63G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457063.1",
"strand": true,
"transcript": "ENST00000567915.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 115,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 594,
"cdna_start": null,
"cds_end": null,
"cds_length": 349,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000566164.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*53G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000455074.1",
"strand": true,
"transcript": "ENST00000566164.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 115,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 690,
"cdna_start": null,
"cds_end": null,
"cds_length": 348,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000567154.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*54G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456632.1",
"strand": true,
"transcript": "ENST00000567154.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 112,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 592,
"cdna_start": null,
"cds_end": null,
"cds_length": 339,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000563445.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*63G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457073.1",
"strand": true,
"transcript": "ENST00000563445.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 110,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 586,
"cdna_start": null,
"cds_end": null,
"cds_length": 333,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000563414.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*69G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456147.1",
"strand": true,
"transcript": "ENST00000563414.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 109,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 563,
"cdna_start": null,
"cds_end": null,
"cds_length": 332,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000569372.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*70G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457979.1",
"strand": true,
"transcript": "ENST00000569372.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 106,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 593,
"cdna_start": null,
"cds_end": null,
"cds_length": 322,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000567702.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*80G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456787.1",
"strand": true,
"transcript": "ENST00000567702.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 102,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 555,
"cdna_start": null,
"cds_end": null,
"cds_length": 310,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000566778.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*107G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456796.1",
"strand": true,
"transcript": "ENST00000566778.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 99,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 525,
"cdna_start": null,
"cds_end": null,
"cds_length": 300,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000564360.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*102G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457223.1",
"strand": true,
"transcript": "ENST00000564360.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 97,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 565,
"cdna_start": null,
"cds_end": null,
"cds_length": 295,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000567397.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*122G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000455226.1",
"strand": true,
"transcript": "ENST00000567397.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 96,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 572,
"cdna_start": null,
"cds_end": null,
"cds_length": 291,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000566508.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*68G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000454779.1",
"strand": true,
"transcript": "ENST00000566508.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 93,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 554,
"cdna_start": null,
"cds_end": null,
"cds_length": 283,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000568618.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*119G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000454233.1",
"strand": true,
"transcript": "ENST00000568618.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 89,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 574,
"cdna_start": null,
"cds_end": null,
"cds_length": 272,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000567553.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*145G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000455812.1",
"strand": true,
"transcript": "ENST00000567553.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 89,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 591,
"cdna_start": null,
"cds_end": null,
"cds_length": 270,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000565770.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*173G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456603.1",
"strand": true,
"transcript": "ENST00000565770.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 83,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 579,
"cdna_start": null,
"cds_end": null,
"cds_length": 253,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000566123.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*149G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457143.1",
"strand": true,
"transcript": "ENST00000566123.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 83,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 563,
"cdna_start": null,
"cds_end": null,
"cds_length": 253,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000568074.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*149G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000458087.1",
"strand": true,
"transcript": "ENST00000568074.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 80,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 590,
"cdna_start": null,
"cds_end": null,
"cds_length": 244,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000568791.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*162G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000454321.1",
"strand": true,
"transcript": "ENST00000568791.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 77,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 568,
"cdna_start": null,
"cds_end": null,
"cds_length": 236,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000563374.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*170G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000455209.1",
"strand": true,
"transcript": "ENST00000563374.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 76,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 478,
"cdna_start": null,
"cds_end": null,
"cds_length": 232,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000562682.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*170G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456819.1",
"strand": true,
"transcript": "ENST00000562682.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 69,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 553,
"cdna_start": null,
"cds_end": null,
"cds_length": 212,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000570044.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*190G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456166.1",
"strand": true,
"transcript": "ENST00000570044.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 55,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 560,
"cdna_start": null,
"cds_end": null,
"cds_length": 169,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000565338.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*233G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457122.1",
"strand": true,
"transcript": "ENST00000565338.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 53,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 576,
"cdna_start": null,
"cds_end": null,
"cds_length": 164,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000564729.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "c.*238G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000455965.1",
"strand": true,
"transcript": "ENST00000564729.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 533,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000562101.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.*70G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000562101.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 548,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000562673.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.*106G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000562673.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 632,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000569132.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.*91G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000569132.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 593,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000569992.5",
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"hgvs_c": "n.*80G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000569992.5",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs149607882",
"effect": "synonymous_variant",
"frequency_reference_population": 0.00009169503,
"gene_hgnc_id": 4512,
"gene_symbol": "ADGRG1",
"gnomad_exomes_ac": 131,
"gnomad_exomes_af": 0.0000896126,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_ac": 17,
"gnomad_genomes_af": 0.000111697,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 1,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "not specified|Bilateral frontoparietal polymicrogyria|not provided|ADGRG1-related disorder",
"phylop100way_prediction": "Benign",
"phylop100way_score": -8.655,
"pos": 57651537,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_005682.7"
}
]
}