← 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: 12-124784777-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 124784777,
      "ref": "A",
      "alt": "C",
      "effect": "intron_variant",
      "transcript": "ENST00000261693.11",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1401+1580T>G",
          "hgvs_p": null,
          "transcript": "NM_005505.5",
          "protein_id": "NP_005496.4",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3405,
          "mane_select": "ENST00000261693.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1401+1580T>G",
          "hgvs_p": null,
          "transcript": "ENST00000261693.11",
          "protein_id": "ENSP00000261693.6",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3405,
          "mane_select": "NM_005505.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1317+1664T>G",
          "hgvs_p": null,
          "transcript": "ENST00000546215.5",
          "protein_id": "ENSP00000442862.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 481,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1446,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1597,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.1716+1580T>G",
          "hgvs_p": null,
          "transcript": "ENST00000535005.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 1845,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.3124T>G",
          "hgvs_p": null,
          "transcript": "ENST00000538291.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1651+1330T>G",
          "hgvs_p": null,
          "transcript": "NM_001367981.1",
          "protein_id": "NP_001354910.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 552,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1659,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1651+1330T>G",
          "hgvs_p": null,
          "transcript": "ENST00000415380.6",
          "protein_id": "ENSP00000414979.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 552,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1659,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1407+1580T>G",
          "hgvs_p": null,
          "transcript": "NM_001367983.1",
          "protein_id": "NP_001354912.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1401+1580T>G",
          "hgvs_p": null,
          "transcript": "NM_001367989.1",
          "protein_id": "NP_001354918.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1401+1580T>G",
          "hgvs_p": null,
          "transcript": "NM_001367984.1",
          "protein_id": "NP_001354913.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3402,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1401+1580T>G",
          "hgvs_p": null,
          "transcript": "NM_001082959.2",
          "protein_id": "NP_001076428.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1401+1580T>G",
          "hgvs_p": null,
          "transcript": "ENST00000339570.9",
          "protein_id": "ENSP00000343795.4",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3329,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1377+1580T>G",
          "hgvs_p": null,
          "transcript": "NM_001367985.1",
          "protein_id": "NP_001354914.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 501,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1506,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3381,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1377+1580T>G",
          "hgvs_p": null,
          "transcript": "ENST00000680596.1",
          "protein_id": "ENSP00000505605.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2897,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1317+1664T>G",
          "hgvs_p": null,
          "transcript": "NM_001367986.1",
          "protein_id": "NP_001354915.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 481,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1446,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1203+1580T>G",
          "hgvs_p": null,
          "transcript": "NM_001367987.1",
          "protein_id": "NP_001354916.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.1203+1580T>G",
          "hgvs_p": null,
          "transcript": "ENST00000680556.1",
          "protein_id": "ENSP00000505757.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "c.999+1580T>G",
          "hgvs_p": null,
          "transcript": "NM_001367988.1",
          "protein_id": "NP_001354917.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 375,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1128,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3003,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.137+1580T>G",
          "hgvs_p": null,
          "transcript": "ENST00000545305.1",
          "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": 851,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.*327+1580T>G",
          "hgvs_p": null,
          "transcript": "ENST00000679605.1",
          "protein_id": "ENSP00000505370.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": 2715,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.*349+1580T>G",
          "hgvs_p": null,
          "transcript": "ENST00000680926.1",
          "protein_id": "ENSP00000505571.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": 2972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.*1384+1580T>G",
          "hgvs_p": null,
          "transcript": "ENST00000680982.1",
          "protein_id": "ENSP00000506281.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": 3070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.*520+1580T>G",
          "hgvs_p": null,
          "transcript": "ENST00000681117.1",
          "protein_id": "ENSP00000506693.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": 2493,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.1274+1580T>G",
          "hgvs_p": null,
          "transcript": "ENST00000681499.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": 2289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.1091+1580T>G",
          "hgvs_p": null,
          "transcript": "ENST00000681555.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": 2466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.*407+1580T>G",
          "hgvs_p": null,
          "transcript": "ENST00000681686.1",
          "protein_id": "ENSP00000505406.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": 3251,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.2050+1580T>G",
          "hgvs_p": null,
          "transcript": "ENST00000681788.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": 3425,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.1549+1576T>G",
          "hgvs_p": null,
          "transcript": "NR_160416.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": 3406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.1545+1580T>G",
          "hgvs_p": null,
          "transcript": "NR_160417.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": 3508,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.1236+1580T>G",
          "hgvs_p": null,
          "transcript": "NR_160418.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": 2967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.1471+1580T>G",
          "hgvs_p": null,
          "transcript": "NR_160419.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": 3331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.1429+1580T>G",
          "hgvs_p": null,
          "transcript": "NR_160420.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": 3160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.1352+1580T>G",
          "hgvs_p": null,
          "transcript": "NR_160421.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": 3083,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.1429+1580T>G",
          "hgvs_p": null,
          "transcript": "NR_160422.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": 3289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.1426+1580T>G",
          "hgvs_p": null,
          "transcript": "NR_160423.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": 3286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "SCARB1",
          "gene_hgnc_id": 1664,
          "hgvs_c": "n.1540+1580T>G",
          "hgvs_p": null,
          "transcript": "NR_160424.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": 3271,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SCARB1",
      "gene_hgnc_id": 1664,
      "dbsnp": "rs838892",
      "frequency_reference_population": 0.64012605,
      "hom_count_reference_population": 31749,
      "allele_count_reference_population": 97504,
      "gnomad_exomes_af": 0.663366,
      "gnomad_genomes_af": 0.640095,
      "gnomad_exomes_ac": 134,
      "gnomad_genomes_ac": 97370,
      "gnomad_exomes_homalt": 43,
      "gnomad_genomes_homalt": 31706,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9900000095367432,
      "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.99,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.217,
      "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": "ENST00000261693.11",
          "gene_symbol": "SCARB1",
          "hgnc_id": 1664,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1401+1580T>G",
          "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
}