← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 4-61201293-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 61201293,
      "ref": "A",
      "alt": "G",
      "effect": "5_prime_UTR_variant",
      "transcript": "ENST00000683033.1",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "NM_001387552.1",
          "protein_id": "NP_001374481.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1543,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13738,
          "mane_select": "ENST00000683033.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "ENST00000683033.1",
          "protein_id": "ENSP00000507980.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1543,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13738,
          "mane_select": "NM_001387552.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "ENST00000512091.6",
          "protein_id": "ENSP00000423388.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1240,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12636,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LOC124900173",
          "gene_hgnc_id": null,
          "hgvs_c": "c.1240A>G",
          "hgvs_p": "p.Lys414Glu",
          "transcript": "XM_047416555.1",
          "protein_id": "XP_047272511.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 1240,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 1240,
          "cdna_end": null,
          "cdna_length": 22348,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "NM_001322402.3",
          "protein_id": "NP_001309331.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1537,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4614,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001371344.2",
          "protein_id": "NP_001358273.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1528,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4587,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13627,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "NM_001387522.1",
          "protein_id": "NP_001374451.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1528,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4587,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13693,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "NM_001387523.1",
          "protein_id": "NP_001374452.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1519,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4560,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13666,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001371345.2",
          "protein_id": "NP_001358274.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1515,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4548,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13588,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "NM_001371343.2",
          "protein_id": "NP_001358272.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1510,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4533,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13639,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "NM_001387524.1",
          "protein_id": "NP_001374453.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1510,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4533,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13639,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001387525.1",
          "protein_id": "NP_001374454.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1510,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4533,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001387526.1",
          "protein_id": "NP_001374455.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1507,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4524,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13564,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001387527.1",
          "protein_id": "NP_001374456.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1504,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13555,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001387528.1",
          "protein_id": "NP_001374457.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1475,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4428,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13468,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001387529.1",
          "protein_id": "NP_001374458.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1469,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4410,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13450,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "NM_015236.7",
          "protein_id": "NP_056051.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1469,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4410,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13516,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001387531.1",
          "protein_id": "NP_001374460.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13435,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001387533.1",
          "protein_id": "NP_001374462.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1460,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4383,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "NM_001387534.1",
          "protein_id": "NP_001374463.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1460,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4383,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13489,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001371346.2",
          "protein_id": "NP_001358275.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1455,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4368,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13408,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001387535.1",
          "protein_id": "NP_001374464.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1455,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4368,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13408,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "NM_001387536.1",
          "protein_id": "NP_001374465.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1455,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4368,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001387537.1",
          "protein_id": "NP_001374466.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1447,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4344,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13384,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "NM_001387538.1",
          "protein_id": "NP_001374467.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1447,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4344,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13450,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "NM_001387540.1",
          "protein_id": "NP_001374469.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1442,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4329,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13435,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001387542.1",
          "protein_id": "NP_001374471.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13291,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-884A>G",
          "hgvs_p": null,
          "transcript": "NM_001387544.1",
          "protein_id": "NP_001374473.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1361,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4086,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13364,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001387545.1",
          "protein_id": "NP_001374474.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1308,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001387546.1",
          "protein_id": "NP_001374475.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1278,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3837,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13616,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "NM_001322246.3",
          "protein_id": "NP_001309175.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1240,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001387547.1",
          "protein_id": "NP_001374476.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1240,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null,
          "transcript": "NM_001387548.1",
          "protein_id": "NP_001374477.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1235,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3708,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13553,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADGRL3",
          "gene_hgnc_id": 20974,
          "hgvs_c": "c.-646A>G",
          "hgvs_p": null,
          "transcript": "NM_001387549.1",
          "protein_id": "NP_001374478.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1226,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3681,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13460,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ADGRL3",
      "gene_hgnc_id": 20974,
      "dbsnp": "rs1505666",
      "frequency_reference_population": 0.63312024,
      "hom_count_reference_population": 31195,
      "allele_count_reference_population": 97246,
      "gnomad_exomes_af": 0.670109,
      "gnomad_genomes_af": 0.63272,
      "gnomad_exomes_ac": 1103,
      "gnomad_genomes_ac": 96143,
      "gnomad_exomes_homalt": 372,
      "gnomad_genomes_homalt": 30823,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8999999761581421,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.9,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.28,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000683033.1",
          "gene_symbol": "ADGRL3",
          "hgnc_id": 20974,
          "effects": [
            "5_prime_UTR_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.-712A>G",
          "hgvs_p": null
        },
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "XM_047416555.1",
          "gene_symbol": "LOC124900173",
          "hgnc_id": null,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.1240A>G",
          "hgvs_p": "p.Lys414Glu"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}