← 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-95132876-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=95132876&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"PM2",
"BP4_Strong"
],
"effects": [
"intron_variant"
],
"gene_symbol": "BMPR1B",
"hgnc_id": 1077,
"hgvs_c": "c.1166+1364C>G",
"hgvs_p": null,
"inheritance_mode": "AR,Unknown,AD",
"pathogenic_score": 2,
"score": -2,
"transcript": "NM_001256793.2",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_score": -2,
"allele_count_reference_population": 1,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.89,
"chr": "4",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.8899999856948853,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5580,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001203.3",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 10,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000515059.6",
"protein_coding": true,
"protein_id": "NP_001194.1",
"strand": true,
"transcript": "NM_001203.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5580,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000515059.6",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 10,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001203.3",
"protein_coding": true,
"protein_id": "ENSP00000426617.1",
"strand": true,
"transcript": "ENST00000515059.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1922,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000394931.1",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000378389.1",
"strand": true,
"transcript": "ENST00000394931.1",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1679,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000512312.5",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000425444.1",
"strand": true,
"transcript": "ENST00000512312.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 534,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3735,
"cdna_start": null,
"cds_end": null,
"cds_length": 1605,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000873516.1",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1172+1364C>G",
"hgvs_p": null,
"intron_rank": 9,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000543575.1",
"strand": true,
"transcript": "ENST00000873516.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 532,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5397,
"cdna_start": null,
"cds_end": null,
"cds_length": 1599,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001256793.2",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1166+1364C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001243722.1",
"strand": true,
"transcript": "NM_001256793.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 532,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5397,
"cdna_start": null,
"cds_end": null,
"cds_length": 1599,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000440890.7",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1166+1364C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000401907.2",
"strand": true,
"transcript": "ENST00000440890.7",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5846,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001256792.2",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001243721.1",
"strand": true,
"transcript": "NM_001256792.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5440,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001256794.1",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001243723.1",
"strand": true,
"transcript": "NM_001256794.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1807,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000264568.8",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000264568.4",
"strand": true,
"transcript": "ENST00000264568.8",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1821,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000509540.6",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000421671.1",
"strand": true,
"transcript": "ENST00000509540.6",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4541,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000672698.1",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 10,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000500035.1",
"strand": true,
"transcript": "ENST00000672698.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3847,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000873512.1",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 11,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000543571.1",
"strand": true,
"transcript": "ENST00000873512.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2633,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000873513.1",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 11,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000543572.1",
"strand": true,
"transcript": "ENST00000873513.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2415,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000873514.1",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 11,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000543573.1",
"strand": true,
"transcript": "ENST00000873514.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3742,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000873515.1",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 9,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000543574.1",
"strand": true,
"transcript": "ENST00000873515.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 500,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3810,
"cdna_start": null,
"cds_end": null,
"cds_length": 1503,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000873511.1",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 10,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000543570.1",
"strand": true,
"transcript": "ENST00000873511.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 191,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2847,
"cdna_start": null,
"cds_end": null,
"cds_length": 576,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000956988.1",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.144-15872C>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000627047.1",
"strand": true,
"transcript": "ENST00000956988.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5487,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011532201.3",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 9,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011530503.1",
"strand": true,
"transcript": "XM_011532201.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5625,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017008558.2",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 10,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016864047.1",
"strand": true,
"transcript": "XM_017008558.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5669,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017008559.2",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 11,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016864048.1",
"strand": true,
"transcript": "XM_017008559.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5598,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017008560.2",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016864049.1",
"strand": true,
"transcript": "XM_017008560.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5811,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047416091.1",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 11,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047272047.1",
"strand": true,
"transcript": "XM_047416091.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5654,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047416093.1",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 11,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047272049.1",
"strand": true,
"transcript": "XM_047416093.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5534,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047416094.1",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 9,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047272050.1",
"strand": true,
"transcript": "XM_047416094.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7876,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047416095.1",
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"hgvs_c": "c.1076+1364C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047272051.1",
"strand": true,
"transcript": "XM_047416095.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs3796442",
"effect": "intron_variant",
"frequency_reference_population": 0.0000065751406,
"gene_hgnc_id": 1077,
"gene_symbol": "BMPR1B",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": 1,
"gnomad_genomes_af": 0.00000657514,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.247,
"pos": 95132876,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001256793.2"
}
]
}