← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 1-51746753-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=51746753&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "OSBPL9",
"hgnc_id": 16386,
"hgvs_c": "c.512G>A",
"hgvs_p": "p.Arg171Lys",
"inheritance_mode": "AR,AD",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_001416292.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 2,
"alphamissense_prediction": null,
"alphamissense_score": 0.0801,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.34,
"chr": "1",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.18535694479942322,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 736,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3660,
"cdna_start": 477,
"cds_end": null,
"cds_length": 2211,
"cds_start": 458,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_024586.6",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.458G>A",
"hgvs_p": "p.Arg153Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000428468.6",
"protein_coding": true,
"protein_id": "NP_078862.4",
"strand": true,
"transcript": "NM_024586.6",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 736,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3660,
"cdna_start": 477,
"cds_end": null,
"cds_length": 2211,
"cds_start": 458,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000428468.6",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.458G>A",
"hgvs_p": "p.Arg153Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_024586.6",
"protein_coding": true,
"protein_id": "ENSP00000407168.1",
"strand": true,
"transcript": "ENST00000428468.6",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 719,
"aa_ref": "R",
"aa_start": 136,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2842,
"cdna_start": 409,
"cds_end": null,
"cds_length": 2160,
"cds_start": 407,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000453295.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.407G>A",
"hgvs_p": "p.Arg136Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000413263.1",
"strand": true,
"transcript": "ENST00000453295.5",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 626,
"aa_ref": "R",
"aa_start": 56,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2721,
"cdna_start": 327,
"cds_end": null,
"cds_length": 1881,
"cds_start": 167,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000361556.9",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.167G>A",
"hgvs_p": "p.Arg56Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000354970.5",
"strand": true,
"transcript": "ENST00000361556.9",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 558,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2755,
"cdna_start": null,
"cds_end": null,
"cds_length": 1677,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000462759.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.-38G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000433279.1",
"strand": true,
"transcript": "ENST00000462759.5",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 755,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2899,
"cdna_start": 480,
"cds_end": null,
"cds_length": 2268,
"cds_start": 458,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000930350.1",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.458G>A",
"hgvs_p": "p.Arg153Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600409.1",
"strand": true,
"transcript": "ENST00000930350.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 754,
"aa_ref": "R",
"aa_start": 171,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3372,
"cdna_start": 1010,
"cds_end": null,
"cds_length": 2265,
"cds_start": 512,
"consequences": [
"missense_variant"
],
"exon_count": 26,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001416292.1",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.512G>A",
"hgvs_p": "p.Arg171Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001403221.1",
"strand": true,
"transcript": "NM_001416292.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 754,
"aa_ref": "R",
"aa_start": 171,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3514,
"cdna_start": 1152,
"cds_end": null,
"cds_length": 2265,
"cds_start": 512,
"consequences": [
"missense_variant"
],
"exon_count": 27,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_001416293.1",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.512G>A",
"hgvs_p": "p.Arg171Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001403222.1",
"strand": true,
"transcript": "NM_001416293.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 754,
"aa_ref": "R",
"aa_start": 171,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3629,
"cdna_start": 1267,
"cds_end": null,
"cds_length": 2265,
"cds_start": 512,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NM_001416294.1",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.512G>A",
"hgvs_p": "p.Arg171Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001403223.1",
"strand": true,
"transcript": "NM_001416294.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 746,
"aa_ref": "R",
"aa_start": 176,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3690,
"cdna_start": 546,
"cds_end": null,
"cds_length": 2241,
"cds_start": 527,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_148909.4",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_683707.3",
"strand": true,
"transcript": "NM_148909.4",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 746,
"aa_ref": "R",
"aa_start": 176,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2940,
"cdna_start": 546,
"cds_end": null,
"cds_length": 2241,
"cds_start": 527,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000447887.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000412733.1",
"strand": true,
"transcript": "ENST00000447887.5",
"transcript_support_level": 2
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 744,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2863,
"cdna_start": 477,
"cds_end": null,
"cds_length": 2235,
"cds_start": 458,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000888375.1",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.458G>A",
"hgvs_p": "p.Arg153Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558434.1",
"strand": true,
"transcript": "ENST00000888375.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 741,
"aa_ref": "R",
"aa_start": 171,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3333,
"cdna_start": 1010,
"cds_end": null,
"cds_length": 2226,
"cds_start": 512,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001416295.1",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.512G>A",
"hgvs_p": "p.Arg171Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001403224.1",
"strand": true,
"transcript": "NM_001416295.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 734,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2835,
"cdna_start": 480,
"cds_end": null,
"cds_length": 2205,
"cds_start": 458,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000888374.1",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.458G>A",
"hgvs_p": "p.Arg153Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558433.1",
"strand": true,
"transcript": "ENST00000888374.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 723,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3621,
"cdna_start": 477,
"cds_end": null,
"cds_length": 2172,
"cds_start": 458,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_148908.4",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.458G>A",
"hgvs_p": "p.Arg153Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_683706.3",
"strand": true,
"transcript": "NM_148908.4",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 723,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3352,
"cdna_start": 958,
"cds_end": null,
"cds_length": 2172,
"cds_start": 458,
"consequences": [
"missense_variant"
],
"exon_count": 26,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000371714.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.458G>A",
"hgvs_p": "p.Arg153Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000360779.1",
"strand": true,
"transcript": "ENST00000371714.5",
"transcript_support_level": 2
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 719,
"aa_ref": "R",
"aa_start": 136,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3609,
"cdna_start": 426,
"cds_end": null,
"cds_length": 2160,
"cds_start": 407,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_148906.3",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.407G>A",
"hgvs_p": "p.Arg136Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_683704.2",
"strand": true,
"transcript": "NM_148906.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 719,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2786,
"cdna_start": 477,
"cds_end": null,
"cds_length": 2160,
"cds_start": 458,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000888376.1",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.458G>A",
"hgvs_p": "p.Arg153Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558435.1",
"strand": true,
"transcript": "ENST00000888376.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 714,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2770,
"cdna_start": 477,
"cds_end": null,
"cds_length": 2145,
"cds_start": 458,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000888377.1",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.458G>A",
"hgvs_p": "p.Arg153Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558436.1",
"strand": true,
"transcript": "ENST00000888377.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 626,
"aa_ref": "R",
"aa_start": 56,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3436,
"cdna_start": 292,
"cds_end": null,
"cds_length": 1881,
"cds_start": 167,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_148907.3",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.167G>A",
"hgvs_p": "p.Arg56Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_683705.1",
"strand": true,
"transcript": "NM_148907.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 569,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1849,
"cdna_start": 477,
"cds_end": null,
"cds_length": 1710,
"cds_start": 458,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000955446.1",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.458G>A",
"hgvs_p": "p.Arg153Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625505.1",
"strand": true,
"transcript": "ENST00000955446.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 571,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3598,
"cdna_start": null,
"cds_end": null,
"cds_length": 1716,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 21,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001330580.2",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.-38G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001317509.1",
"strand": true,
"transcript": "NM_001330580.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 571,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2210,
"cdna_start": null,
"cds_end": null,
"cds_length": 1716,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 21,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000531828.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.-38G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000433083.1",
"strand": true,
"transcript": "ENST00000531828.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 558,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3559,
"cdna_start": null,
"cds_end": null,
"cds_length": 1677,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_148904.4",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.-38G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_683702.1",
"strand": true,
"transcript": "NM_148904.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 558,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3463,
"cdna_start": null,
"cds_end": null,
"cds_length": 1677,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_148905.4",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.-38G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_683703.1",
"strand": true,
"transcript": "NM_148905.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 558,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2529,
"cdna_start": null,
"cds_end": null,
"cds_length": 1677,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000486942.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.-38G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000431980.1",
"strand": true,
"transcript": "ENST00000486942.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 550,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3844,
"cdna_start": null,
"cds_end": null,
"cds_length": 1653,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 24,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001350208.2",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.-285G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001337137.1",
"strand": true,
"transcript": "NM_001350208.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 550,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3834,
"cdna_start": null,
"cds_end": null,
"cds_length": 1653,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 24,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001350209.2",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.-285G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001337138.1",
"strand": true,
"transcript": "NM_001350209.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 521,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3633,
"cdna_start": null,
"cds_end": null,
"cds_length": 1566,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 22,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001350210.2",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.-223G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001337139.1",
"strand": true,
"transcript": "NM_001350210.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 108,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 581,
"cdna_start": null,
"cds_end": null,
"cds_length": 328,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000532975.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.-38G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000432801.1",
"strand": true,
"transcript": "ENST00000532975.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 91,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 563,
"cdna_start": null,
"cds_end": null,
"cds_length": 276,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000527631.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.-38G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000435129.1",
"strand": true,
"transcript": "ENST00000527631.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 31,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 630,
"cdna_start": null,
"cds_end": null,
"cds_length": 98,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000481937.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "c.-125G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000435247.1",
"strand": true,
"transcript": "ENST00000481937.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2670,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000435274.6",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "n.*409G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000390113.2",
"strand": true,
"transcript": "ENST00000435274.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 620,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000467064.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "n.586G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000467064.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 578,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000473207.6",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "n.317G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000473207.6",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 640,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000484890.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "n.217G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000484890.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1012,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000489990.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "n.455G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000434798.1",
"strand": true,
"transcript": "ENST00000489990.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2831,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000495776.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "n.*175G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000435264.1",
"strand": true,
"transcript": "ENST00000495776.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 233,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000524620.1",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "n.79G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000524620.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 663,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000526917.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "n.167G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000435429.1",
"strand": true,
"transcript": "ENST00000526917.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 595,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000533884.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "n.167G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000431274.1",
"strand": true,
"transcript": "ENST00000533884.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 575,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000534040.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "n.-38G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000435627.1",
"strand": true,
"transcript": "ENST00000534040.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3581,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NR_036662.2",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "n.398G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_036662.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 575,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000534040.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "n.-38G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000435627.1",
"strand": true,
"transcript": "ENST00000534040.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2670,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 23,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000435274.6",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "n.*409G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000390113.2",
"strand": true,
"transcript": "ENST00000435274.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2831,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 23,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000495776.5",
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"hgvs_c": "n.*175G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000435264.1",
"strand": true,
"transcript": "ENST00000495776.5",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs145861886",
"effect": "missense_variant",
"frequency_reference_population": 0.0000013758186,
"gene_hgnc_id": 16386,
"gene_symbol": "OSBPL9",
"gnomad_exomes_ac": 2,
"gnomad_exomes_af": 0.00000137582,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 6.518,
"pos": 51746753,
"ref": "G",
"revel_prediction": "Benign",
"revel_score": 0.235,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001416292.1"
}
]
}