← 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: 15-90811245-AG-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=90811245&ref=AG&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"effects": [
"frameshift_variant"
],
"gene_symbol": "BLM",
"hgnc_id": 1058,
"hgvs_c": "c.3917delG",
"hgvs_p": "p.Gly1306fs",
"inheritance_mode": "AD,AR",
"pathogenic_score": 11,
"score": 11,
"transcript": "NM_000057.4",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_score": 11,
"allele_count_reference_population": 1,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "15",
"clinvar_classification": "Likely pathogenic",
"clinvar_disease": "Bloom syndrome",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1417,
"aa_ref": "G",
"aa_start": 1306,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5240,
"cdna_start": 4016,
"cds_end": null,
"cds_length": 4254,
"cds_start": 3917,
"consequences": [
"frameshift_variant"
],
"exon_count": 22,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "NM_000057.4",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3917delG",
"hgvs_p": "p.Gly1306fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000355112.8",
"protein_coding": true,
"protein_id": "NP_000048.1",
"strand": true,
"transcript": "NM_000057.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1417,
"aa_ref": "G",
"aa_start": 1306,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5240,
"cdna_start": 4016,
"cds_end": null,
"cds_length": 4254,
"cds_start": 3917,
"consequences": [
"frameshift_variant"
],
"exon_count": 22,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000355112.8",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3917delG",
"hgvs_p": "p.Gly1306fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000057.4",
"protein_coding": true,
"protein_id": "ENSP00000347232.3",
"strand": true,
"transcript": "ENST00000355112.8",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1286,
"aa_ref": "G",
"aa_start": 1175,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3966,
"cdna_start": 3575,
"cds_end": null,
"cds_length": 3861,
"cds_start": 3524,
"consequences": [
"frameshift_variant"
],
"exon_count": 20,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000560509.5",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3524delG",
"hgvs_p": "p.Gly1175fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000454158.1",
"strand": true,
"transcript": "ENST00000560509.5",
"transcript_support_level": 1
},
{
"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": 4510,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 22,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000559724.5",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "n.*2841delG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000453359.1",
"strand": true,
"transcript": "ENST00000559724.5",
"transcript_support_level": 1
},
{
"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": 4510,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 22,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000559724.5",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "n.*2841delG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000453359.1",
"strand": true,
"transcript": "ENST00000559724.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1448,
"aa_ref": "G",
"aa_start": 1337,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4596,
"cdna_start": 4079,
"cds_end": null,
"cds_length": 4347,
"cds_start": 4010,
"consequences": [
"frameshift_variant"
],
"exon_count": 23,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000936452.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.4010delG",
"hgvs_p": "p.Gly1337fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606511.1",
"strand": true,
"transcript": "ENST00000936452.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1435,
"aa_ref": "G",
"aa_start": 1324,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4584,
"cdna_start": 4067,
"cds_end": null,
"cds_length": 4308,
"cds_start": 3971,
"consequences": [
"frameshift_variant"
],
"exon_count": 22,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000936450.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3971delG",
"hgvs_p": "p.Gly1324fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606509.1",
"strand": true,
"transcript": "ENST00000936450.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1417,
"aa_ref": "G",
"aa_start": 1306,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5350,
"cdna_start": 4126,
"cds_end": null,
"cds_length": 4254,
"cds_start": 3917,
"consequences": [
"frameshift_variant"
],
"exon_count": 23,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "NM_001287246.2",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3917delG",
"hgvs_p": "p.Gly1306fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001274175.1",
"strand": true,
"transcript": "NM_001287246.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1417,
"aa_ref": "G",
"aa_start": 1306,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5033,
"cdna_start": 3993,
"cds_end": null,
"cds_length": 4254,
"cds_start": 3917,
"consequences": [
"frameshift_variant"
],
"exon_count": 22,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000680772.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3917delG",
"hgvs_p": "p.Gly1306fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506117.1",
"strand": true,
"transcript": "ENST00000680772.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1417,
"aa_ref": "G",
"aa_start": 1306,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4615,
"cdna_start": 4098,
"cds_end": null,
"cds_length": 4254,
"cds_start": 3917,
"consequences": [
"frameshift_variant"
],
"exon_count": 23,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000936448.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3917delG",
"hgvs_p": "p.Gly1306fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606507.1",
"strand": true,
"transcript": "ENST00000936448.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1417,
"aa_ref": "G",
"aa_start": 1306,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4688,
"cdna_start": 4168,
"cds_end": null,
"cds_length": 4254,
"cds_start": 3917,
"consequences": [
"frameshift_variant"
],
"exon_count": 23,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000936451.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3917delG",
"hgvs_p": "p.Gly1306fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606510.1",
"strand": true,
"transcript": "ENST00000936451.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1417,
"aa_ref": "G",
"aa_start": 1306,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4503,
"cdna_start": 4077,
"cds_end": null,
"cds_length": 4254,
"cds_start": 3917,
"consequences": [
"frameshift_variant"
],
"exon_count": 23,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000936455.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3917delG",
"hgvs_p": "p.Gly1306fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606514.1",
"strand": true,
"transcript": "ENST00000936455.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1416,
"aa_ref": "G",
"aa_start": 1305,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5222,
"cdna_start": 4011,
"cds_end": null,
"cds_length": 4251,
"cds_start": 3914,
"consequences": [
"frameshift_variant"
],
"exon_count": 22,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000936446.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3914delG",
"hgvs_p": "p.Gly1305fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606505.1",
"strand": true,
"transcript": "ENST00000936446.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1386,
"aa_ref": "G",
"aa_start": 1306,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4522,
"cdna_start": 3999,
"cds_end": null,
"cds_length": 4161,
"cds_start": 3917,
"consequences": [
"frameshift_variant"
],
"exon_count": 23,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000648453.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3917delG",
"hgvs_p": "p.Gly1306fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000497646.1",
"strand": true,
"transcript": "ENST00000648453.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1384,
"aa_ref": "G",
"aa_start": 1273,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4334,
"cdna_start": 3913,
"cds_end": null,
"cds_length": 4155,
"cds_start": 3818,
"consequences": [
"frameshift_variant"
],
"exon_count": 21,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000936454.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3818delG",
"hgvs_p": "p.Gly1273fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606513.1",
"strand": true,
"transcript": "ENST00000936454.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1379,
"aa_ref": "G",
"aa_start": 1268,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4328,
"cdna_start": 3903,
"cds_end": null,
"cds_length": 4140,
"cds_start": 3803,
"consequences": [
"frameshift_variant"
],
"exon_count": 21,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000891949.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3803delG",
"hgvs_p": "p.Gly1268fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000562008.1",
"strand": true,
"transcript": "ENST00000891949.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1372,
"aa_ref": "G",
"aa_start": 1306,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4270,
"cdna_start": 3999,
"cds_end": null,
"cds_length": 4119,
"cds_start": 3917,
"consequences": [
"frameshift_variant"
],
"exon_count": 22,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000681142.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3917delG",
"hgvs_p": "p.Gly1306fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506682.1",
"strand": true,
"transcript": "ENST00000681142.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1286,
"aa_ref": "G",
"aa_start": 1175,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4847,
"cdna_start": 3623,
"cds_end": null,
"cds_length": 3861,
"cds_start": 3524,
"consequences": [
"frameshift_variant"
],
"exon_count": 20,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001287247.2",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3524delG",
"hgvs_p": "p.Gly1175fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001274176.1",
"strand": true,
"transcript": "NM_001287247.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1221,
"aa_ref": "G",
"aa_start": 1110,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4646,
"cdna_start": 3425,
"cds_end": null,
"cds_length": 3666,
"cds_start": 3329,
"consequences": [
"frameshift_variant"
],
"exon_count": 21,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000936445.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3329delG",
"hgvs_p": "p.Gly1110fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606504.1",
"strand": true,
"transcript": "ENST00000936445.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1198,
"aa_ref": "G",
"aa_start": 1087,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3885,
"cdna_start": 3365,
"cds_end": null,
"cds_length": 3597,
"cds_start": 3260,
"consequences": [
"frameshift_variant"
],
"exon_count": 21,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000936447.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.3260delG",
"hgvs_p": "p.Gly1087fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606506.1",
"strand": true,
"transcript": "ENST00000936447.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1042,
"aa_ref": "G",
"aa_start": 931,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5406,
"cdna_start": 4182,
"cds_end": null,
"cds_length": 3129,
"cds_start": 2792,
"consequences": [
"frameshift_variant"
],
"exon_count": 22,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "NM_001287248.2",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.2792delG",
"hgvs_p": "p.Gly931fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001274177.1",
"strand": true,
"transcript": "NM_001287248.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 892,
"aa_ref": "G",
"aa_start": 781,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2862,
"cdna_start": 2438,
"cds_end": null,
"cds_length": 2679,
"cds_start": 2342,
"consequences": [
"frameshift_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000936453.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.2342delG",
"hgvs_p": "p.Gly781fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606512.1",
"strand": true,
"transcript": "ENST00000936453.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 529,
"aa_ref": "G",
"aa_start": 418,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1867,
"cdna_start": 1348,
"cds_end": null,
"cds_length": 1590,
"cds_start": 1253,
"consequences": [
"frameshift_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000936449.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.1253delG",
"hgvs_p": "p.Gly418fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606508.1",
"strand": true,
"transcript": "ENST00000936449.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 979,
"aa_ref": "G",
"aa_start": 868,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3999,
"cdna_start": 2775,
"cds_end": null,
"cds_length": 2940,
"cds_start": 2603,
"consequences": [
"frameshift_variant"
],
"exon_count": 17,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_047432934.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.2603delG",
"hgvs_p": "p.Gly868fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047288890.1",
"strand": true,
"transcript": "XM_047432934.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 763,
"aa_ref": "G",
"aa_start": 652,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4482,
"cdna_start": 3258,
"cds_end": null,
"cds_length": 2292,
"cds_start": 1955,
"consequences": [
"frameshift_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_006720632.3",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "c.1955delG",
"hgvs_p": "p.Gly652fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006720695.1",
"strand": true,
"transcript": "XM_006720632.3",
"transcript_support_level": null
},
{
"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": 1683,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000558825.5",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "n.1264delG",
"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": "ENST00000558825.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2023,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000560136.5",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "n.1943delG",
"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": "ENST00000560136.5",
"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": 2967,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000560559.2",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "n.2490delG",
"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": "ENST00000560559.2",
"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": 1024,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000560821.1",
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"hgvs_c": "n.337delG",
"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": "ENST00000560821.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs764086459",
"effect": "frameshift_variant",
"frequency_reference_population": 6.8414334e-7,
"gene_hgnc_id": 1058,
"gene_symbol": "BLM",
"gnomad_exomes_ac": 1,
"gnomad_exomes_af": 6.84143e-7,
"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": "Likely pathogenic",
"phenotype_combined": "Bloom syndrome",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.36,
"pos": 90811245,
"ref": "AG",
"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_000057.4"
}
]
}