← 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-76195788-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=76195788&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 76195788,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_005506.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys",
"transcript": "NM_005506.4",
"protein_id": "NP_005497.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 478,
"cds_start": 194,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000264896.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005506.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys",
"transcript": "ENST00000264896.8",
"protein_id": "ENSP00000264896.2",
"transcript_support_level": 1,
"aa_start": 65,
"aa_end": null,
"aa_length": 478,
"cds_start": 194,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005506.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264896.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.-281A>G",
"hgvs_p": null,
"transcript": "ENST00000638295.1",
"protein_id": "ENSP00000492288.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 320,
"cds_start": null,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638295.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.-281A>G",
"hgvs_p": null,
"transcript": "XM_047416429.1",
"protein_id": "XP_047272385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 320,
"cds_start": null,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416429.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.-281A>G",
"hgvs_p": null,
"transcript": "XM_047416430.1",
"protein_id": "XP_047272386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 320,
"cds_start": null,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416430.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Tyr57Cys",
"transcript": "ENST00000640634.1",
"protein_id": "ENSP00000492737.1",
"transcript_support_level": 5,
"aa_start": 57,
"aa_end": null,
"aa_length": 518,
"cds_start": 170,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640634.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys",
"transcript": "ENST00000862445.1",
"protein_id": "ENSP00000532504.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 486,
"cds_start": 194,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862445.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys",
"transcript": "ENST00000639145.1",
"protein_id": "ENSP00000492831.1",
"transcript_support_level": 5,
"aa_start": 65,
"aa_end": null,
"aa_length": 475,
"cds_start": 194,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000639145.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys",
"transcript": "ENST00000862444.1",
"protein_id": "ENSP00000532503.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 471,
"cds_start": 194,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862444.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys",
"transcript": "ENST00000640957.1",
"protein_id": "ENSP00000492004.1",
"transcript_support_level": 5,
"aa_start": 65,
"aa_end": null,
"aa_length": 470,
"cds_start": 194,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640957.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys",
"transcript": "ENST00000862443.1",
"protein_id": "ENSP00000532502.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 464,
"cds_start": 194,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862443.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys",
"transcript": "ENST00000640640.1",
"protein_id": "ENSP00000492246.1",
"transcript_support_level": 5,
"aa_start": 65,
"aa_end": null,
"aa_length": 449,
"cds_start": 194,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640640.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys",
"transcript": "ENST00000638603.1",
"protein_id": "ENSP00000491728.1",
"transcript_support_level": 5,
"aa_start": 65,
"aa_end": null,
"aa_length": 438,
"cds_start": 194,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638603.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys",
"transcript": "ENST00000921155.1",
"protein_id": "ENSP00000591214.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 436,
"cds_start": 194,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921155.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys",
"transcript": "ENST00000862442.1",
"protein_id": "ENSP00000532501.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 415,
"cds_start": 194,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862442.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys",
"transcript": "NM_001204255.2",
"protein_id": "NP_001191184.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 335,
"cds_start": 194,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204255.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys",
"transcript": "ENST00000452464.6",
"protein_id": "ENSP00000399154.2",
"transcript_support_level": 2,
"aa_start": 65,
"aa_end": null,
"aa_length": 335,
"cds_start": 194,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452464.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys",
"transcript": "ENST00000639738.1",
"protein_id": "ENSP00000491792.1",
"transcript_support_level": 5,
"aa_start": 65,
"aa_end": null,
"aa_length": 174,
"cds_start": 194,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000639738.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.-281A>G",
"hgvs_p": null,
"transcript": "ENST00000638295.1",
"protein_id": "ENSP00000492288.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 320,
"cds_start": null,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638295.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.-281A>G",
"hgvs_p": null,
"transcript": "XM_047416429.1",
"protein_id": "XP_047272385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 320,
"cds_start": null,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416429.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "c.-281A>G",
"hgvs_p": null,
"transcript": "XM_047416430.1",
"protein_id": "XP_047272386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 320,
"cds_start": null,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416430.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "n.447A>G",
"hgvs_p": null,
"transcript": "ENST00000502908.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000502908.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "n.194A>G",
"hgvs_p": null,
"transcript": "ENST00000509994.2",
"protein_id": "ENSP00000420988.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000509994.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "n.446A>G",
"hgvs_p": null,
"transcript": "ENST00000638372.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000638372.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "n.477A>G",
"hgvs_p": null,
"transcript": "ENST00000638567.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000638567.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "n.194A>G",
"hgvs_p": null,
"transcript": "ENST00000638663.1",
"protein_id": "ENSP00000491407.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000638663.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "n.527A>G",
"hgvs_p": null,
"transcript": "ENST00000638680.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000638680.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "n.194A>G",
"hgvs_p": null,
"transcript": "ENST00000639300.1",
"protein_id": "ENSP00000492840.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000639300.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "n.293A>G",
"hgvs_p": null,
"transcript": "ENST00000639324.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000639324.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "n.158A>G",
"hgvs_p": null,
"transcript": "ENST00000639715.1",
"protein_id": "ENSP00000491132.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000639715.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "n.194A>G",
"hgvs_p": null,
"transcript": "ENST00000640341.1",
"protein_id": "ENSP00000492714.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000640341.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "n.122A>G",
"hgvs_p": null,
"transcript": "ENST00000640916.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000640916.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"hgvs_c": "n.170A>G",
"hgvs_p": null,
"transcript": "ENST00000682785.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000682785.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286074",
"gene_hgnc_id": 58820,
"hgvs_c": "n.103-4178T>C",
"hgvs_p": null,
"transcript": "ENST00000651366.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000651366.1"
}
],
"gene_symbol": "SCARB2",
"gene_hgnc_id": 1665,
"dbsnp": "rs138955932",
"frequency_reference_population": 0.00020015096,
"hom_count_reference_population": 0,
"allele_count_reference_population": 323,
"gnomad_exomes_af": 0.000204581,
"gnomad_genomes_af": 0.000157625,
"gnomad_exomes_ac": 299,
"gnomad_genomes_ac": 24,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2662288546562195,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.876,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.4396,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.33,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.83,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP3,BP4,BS1_Supporting",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 2,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BP4",
"BS1_Supporting"
],
"verdict": "Likely_benign",
"transcript": "NM_005506.4",
"gene_symbol": "SCARB2",
"hgnc_id": 1665,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.194A>G",
"hgvs_p": "p.Tyr65Cys"
},
{
"score": 0,
"benign_score": 1,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000651366.1",
"gene_symbol": "ENSG00000286074",
"hgnc_id": 58820,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.103-4178T>C",
"hgvs_p": null
}
],
"clinvar_disease": "Action myoclonus-renal failure syndrome,Progressive myoclonic epilepsy,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:5",
"phenotype_combined": "not provided|Progressive myoclonic epilepsy|Action myoclonus-renal failure syndrome",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}