← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 1-81946916-G-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=81946916&ref=G&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 81946916,
      "ref": "G",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "ENST00000686636.1",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1210+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001366006.2",
          "protein_id": "NP_001352935.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1469,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4410,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7432,
          "mane_select": "ENST00000686636.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1210+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000686636.1",
          "protein_id": "ENSP00000509478.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1469,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4410,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7432,
          "mane_select": "NM_001366006.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000370725.5",
          "protein_id": "ENSP00000359760.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1474,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4425,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000370723.5",
          "protein_id": "ENSP00000359758.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1461,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4386,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5254,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000370728.5",
          "protein_id": "ENSP00000359763.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1459,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4380,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6302,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000370727.5",
          "protein_id": "ENSP00000359762.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1431,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4296,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5164,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000370730.5",
          "protein_id": "ENSP00000359765.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000319517.10",
          "protein_id": "ENSP00000322270.6",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000359929.7",
          "protein_id": "ENSP00000353006.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4674,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1210+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000370721.5",
          "protein_id": "ENSP00000359756.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000370715.5",
          "protein_id": "ENSP00000359750.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1177,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3534,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5585,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000370713.5",
          "protein_id": "ENSP00000359748.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000674307.1",
          "protein_id": "ENSP00000501442.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1470,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4413,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5900,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1210+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001366005.2",
          "protein_id": "NP_001352934.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1469,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4410,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7434,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1210+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001350698.2",
          "protein_id": "NP_001337627.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1463,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4392,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7414,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1210+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001366003.2",
          "protein_id": "NP_001352932.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1463,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4392,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7994,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1210+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001366004.2",
          "protein_id": "NP_001352933.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1463,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4392,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8116,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1210+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001393349.1",
          "protein_id": "NP_001380278.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1463,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4392,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7873,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001437672.1",
          "protein_id": "NP_001424601.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1459,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4380,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000370717.6",
          "protein_id": "ENSP00000359752.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1459,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4380,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5873,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001437665.1",
          "protein_id": "NP_001424594.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1446,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4341,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001437666.1",
          "protein_id": "NP_001424595.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1446,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4341,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5879,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000674209.1",
          "protein_id": "ENSP00000501324.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1446,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4341,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000627151.2",
          "protein_id": "ENSP00000485786.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1431,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4296,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000674168.1",
          "protein_id": "ENSP00000501461.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1418,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4257,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001330645.3",
          "protein_id": "NP_001317574.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7275,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001393350.1",
          "protein_id": "NP_001380279.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7273,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000674419.1",
          "protein_id": "ENSP00000501462.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001297704.3",
          "protein_id": "NP_001284633.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001366002.2",
          "protein_id": "NP_001352931.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001393351.1",
          "protein_id": "NP_001380280.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001393352.1",
          "protein_id": "NP_001380281.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7234,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001437667.1",
          "protein_id": "NP_001424596.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001437668.1",
          "protein_id": "NP_001424597.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5804,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001437669.1",
          "protein_id": "NP_001424598.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6378,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001437670.1",
          "protein_id": "NP_001424599.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5620,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_012302.5",
          "protein_id": "NP_036434.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7236,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000674393.1",
          "protein_id": "ENSP00000501431.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5733,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.799+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000449420.5",
          "protein_id": "ENSP00000397740.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1350,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4053,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4278,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000674489.1",
          "protein_id": "ENSP00000501543.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1296,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4258,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1210+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001366007.2",
          "protein_id": "NP_001352936.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1239,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3720,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7661,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1210+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001366008.2",
          "protein_id": "NP_001352937.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1224,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3675,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7926,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000674407.1",
          "protein_id": "ENSP00000501490.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1207,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3624,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5282,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001366009.2",
          "protein_id": "NP_001352938.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3561,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7326,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000674208.1",
          "protein_id": "ENSP00000501532.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3561,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5124,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001297705.3",
          "protein_id": "NP_001284634.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1177,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3534,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001393353.1",
          "protein_id": "NP_001380282.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1173,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001350699.2",
          "protein_id": "NP_001337628.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001393354.1",
          "protein_id": "NP_001380283.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7316,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000674442.1",
          "protein_id": "ENSP00000501484.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001297706.3",
          "protein_id": "NP_001284635.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7139,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "NM_001437671.1",
          "protein_id": "NP_001424600.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 657,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1974,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "n.1105+10079G>A",
          "hgvs_p": null,
          "transcript": "ENST00000469377.6",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3151,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "n.2201+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000674367.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3500,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "n.*1634+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000674373.1",
          "protein_id": "ENSP00000501542.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6642,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "n.2201+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000674410.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "n.*1634+3147G>A",
          "hgvs_p": null,
          "transcript": "ENST00000674492.1",
          "protein_id": "ENSP00000501401.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6698,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "n.1414+3147G>A",
          "hgvs_p": null,
          "transcript": "NR_171658.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7518,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1213+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_006710485.4",
          "protein_id": "XP_006710548.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1213+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_006710488.3",
          "protein_id": "XP_006710551.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7417,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1213+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_006710489.4",
          "protein_id": "XP_006710552.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7442,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1213+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_017000784.2",
          "protein_id": "XP_016856273.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7419,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1213+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416092.1",
          "protein_id": "XP_047272048.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1213+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416096.1",
          "protein_id": "XP_047272052.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7525,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1213+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416098.1",
          "protein_id": "XP_047272054.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7386,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1213+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416099.1",
          "protein_id": "XP_047272055.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7312,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_005270666.5",
          "protein_id": "XP_005270723.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1459,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4380,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8055,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416104.1",
          "protein_id": "XP_047272060.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1459,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4380,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7371,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416105.1",
          "protein_id": "XP_047272061.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1459,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4380,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7404,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416109.1",
          "protein_id": "XP_047272065.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1459,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4380,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7481,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416110.1",
          "protein_id": "XP_047272066.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1459,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4380,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416115.1",
          "protein_id": "XP_047272071.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1459,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4380,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7427,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_005270668.3",
          "protein_id": "XP_005270725.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1446,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4341,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7365,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416118.1",
          "protein_id": "XP_047272074.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1446,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4341,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8213,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416119.1",
          "protein_id": "XP_047272075.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1446,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4341,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8016,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416120.1",
          "protein_id": "XP_047272076.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1446,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4341,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7442,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416126.1",
          "protein_id": "XP_047272082.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1446,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4341,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7332,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_024454355.2",
          "protein_id": "XP_024310123.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7381,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416128.1",
          "protein_id": "XP_047272084.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7926,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416129.1",
          "protein_id": "XP_047272085.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7524,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416130.1",
          "protein_id": "XP_047272086.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7352,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416132.1",
          "protein_id": "XP_047272088.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7242,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416136.1",
          "protein_id": "XP_047272092.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416140.1",
          "protein_id": "XP_047272096.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8084,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416152.1",
          "protein_id": "XP_047272108.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3561,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416156.1",
          "protein_id": "XP_047272112.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3561,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416159.1",
          "protein_id": "XP_047272115.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1173,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416164.1",
          "protein_id": "XP_047272120.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1173,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7940,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416170.1",
          "protein_id": "XP_047272126.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1173,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416176.1",
          "protein_id": "XP_047272132.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1173,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416178.1",
          "protein_id": "XP_047272134.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1173,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7366,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL2",
          "gene_hgnc_id": 18582,
          "hgvs_c": "c.1198+3147G>A",
          "hgvs_p": null,
          "transcript": "XM_047416180.1",
          "protein_id": "XP_047272136.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1173,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7256,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ADGRL2",
      "gene_hgnc_id": 18582,
      "dbsnp": "rs3790889",
      "frequency_reference_population": 0.38157046,
      "hom_count_reference_population": 11409,
      "allele_count_reference_population": 57972,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.38157,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 57972,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 11409,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9200000166893005,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.92,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.257,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000686636.1",
          "gene_symbol": "ADGRL2",
          "hgnc_id": 18582,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1210+3147G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}