← 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-124782749-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=124782749&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 124782749,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_005505.5",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "c.1464G>A",
"hgvs_p": "p.Gln488Gln",
"transcript": "NM_005505.5",
"protein_id": "NP_005496.4",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 509,
"cds_start": 1464,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1608,
"cdna_end": null,
"cdna_length": 3405,
"mane_select": "ENST00000261693.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "c.1464G>A",
"hgvs_p": "p.Gln488Gln",
"transcript": "ENST00000261693.11",
"protein_id": "ENSP00000261693.6",
"transcript_support_level": 1,
"aa_start": 488,
"aa_end": null,
"aa_length": 509,
"cds_start": 1464,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1608,
"cdna_end": null,
"cdna_length": 3405,
"mane_select": "NM_005505.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "c.1380G>A",
"hgvs_p": "p.Gln460Gln",
"transcript": "ENST00000546215.5",
"protein_id": "ENSP00000442862.1",
"transcript_support_level": 1,
"aa_start": 460,
"aa_end": null,
"aa_length": 481,
"cds_start": 1380,
"cds_end": null,
"cds_length": 1446,
"cdna_start": 1443,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "n.1779G>A",
"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": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "c.1470G>A",
"hgvs_p": "p.Gln490Gln",
"transcript": "NM_001367983.1",
"protein_id": "NP_001354912.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 511,
"cds_start": 1470,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1614,
"cdna_end": null,
"cdna_length": 3411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "c.1464G>A",
"hgvs_p": "p.Gln488Gln",
"transcript": "NM_001367989.1",
"protein_id": "NP_001354918.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 509,
"cds_start": 1464,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1608,
"cdna_end": null,
"cdna_length": 3416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "c.1461G>A",
"hgvs_p": "p.Gln487Gln",
"transcript": "NM_001367984.1",
"protein_id": "NP_001354913.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 508,
"cds_start": 1461,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1605,
"cdna_end": null,
"cdna_length": 3402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "c.1440G>A",
"hgvs_p": "p.Gln480Gln",
"transcript": "NM_001367985.1",
"protein_id": "NP_001354914.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 501,
"cds_start": 1440,
"cds_end": null,
"cds_length": 1506,
"cdna_start": 1584,
"cdna_end": null,
"cdna_length": 3381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "c.1380G>A",
"hgvs_p": "p.Gln460Gln",
"transcript": "NM_001367986.1",
"protein_id": "NP_001354915.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 481,
"cds_start": 1380,
"cds_end": null,
"cds_length": 1446,
"cdna_start": 1524,
"cdna_end": null,
"cdna_length": 3321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "c.1062G>A",
"hgvs_p": "p.Gln354Gln",
"transcript": "NM_001367988.1",
"protein_id": "NP_001354917.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 375,
"cds_start": 1062,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 1206,
"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": [
"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.5152G>A",
"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": 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.*583G>A",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "n.1337G>A",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "n.1609G>A",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "n.1608G>A",
"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": [
"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.1534G>A",
"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": [
"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.1492G>A",
"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": [
"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.1489G>A",
"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": [
"3_prime_UTR_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.*583G>A",
"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": 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+3358G>A",
"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+3358G>A",
"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": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "c.1401+3608G>A",
"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+3608G>A",
"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": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "c.1377+3608G>A",
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "c.1203+3608G>A",
"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+3608G>A",
"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": 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+3608G>A",
"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+3608G>A",
"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+3608G>A",
"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+3608G>A",
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "n.1091+3608G>A",
"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+3608G>A",
"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+3608G>A",
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "n.1236+3608G>A",
"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": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "n.1429+3608G>A",
"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+3608G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "SCARB1",
"gene_hgnc_id": 1664,
"hgvs_c": "n.1540+3608G>A",
"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": "rs1233229414",
"frequency_reference_population": 0.0000034209882,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000342099,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3100000023841858,
"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.31,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.669,
"phylop100way_prediction": "Uncertain_significance",
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP6_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_005505.5",
"gene_symbol": "SCARB1",
"hgnc_id": 1664,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1464G>A",
"hgvs_p": "p.Gln488Gln"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}