← 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: 7-87462827-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=87462827&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 87462827,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_018849.3",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "NM_000443.4",
"protein_id": "NP_000434.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1279,
"cds_start": 217,
"cds_end": null,
"cds_length": 3840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000649586.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000443.4"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000649586.2",
"protein_id": "ENSP00000496956.2",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1279,
"cds_start": 217,
"cds_end": null,
"cds_length": 3840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000443.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649586.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000265723.8",
"protein_id": "ENSP00000265723.4",
"transcript_support_level": 1,
"aa_start": 73,
"aa_end": null,
"aa_length": 1286,
"cds_start": 217,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265723.8"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000359206.8",
"protein_id": "ENSP00000352135.3",
"transcript_support_level": 1,
"aa_start": 73,
"aa_end": null,
"aa_length": 1279,
"cds_start": 217,
"cds_end": null,
"cds_length": 3840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359206.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "n.224C>G",
"hgvs_p": null,
"transcript": "ENST00000473795.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000473795.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "NM_018849.3",
"protein_id": "NP_061337.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1286,
"cds_start": 217,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018849.3"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866031.1",
"protein_id": "ENSP00000536090.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1286,
"cds_start": 217,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866031.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866032.1",
"protein_id": "ENSP00000536091.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1286,
"cds_start": 217,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866032.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000964815.1",
"protein_id": "ENSP00000634874.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1286,
"cds_start": 217,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964815.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866024.1",
"protein_id": "ENSP00000536083.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1279,
"cds_start": 217,
"cds_end": null,
"cds_length": 3840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866024.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866035.1",
"protein_id": "ENSP00000536094.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1279,
"cds_start": 217,
"cds_end": null,
"cds_length": 3840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866035.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866029.1",
"protein_id": "ENSP00000536088.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1272,
"cds_start": 217,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866029.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000964820.1",
"protein_id": "ENSP00000634879.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1251,
"cds_start": 217,
"cds_end": null,
"cds_length": 3756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964820.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866028.1",
"protein_id": "ENSP00000536087.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1244,
"cds_start": 217,
"cds_end": null,
"cds_length": 3735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866028.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866034.1",
"protein_id": "ENSP00000536093.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1239,
"cds_start": 217,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866034.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000964819.1",
"protein_id": "ENSP00000634878.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1239,
"cds_start": 217,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964819.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000964821.1",
"protein_id": "ENSP00000634880.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1239,
"cds_start": 217,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964821.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000964816.1",
"protein_id": "ENSP00000634875.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1236,
"cds_start": 217,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964816.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "NM_018850.3",
"protein_id": "NP_061338.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1232,
"cds_start": 217,
"cds_end": null,
"cds_length": 3699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018850.3"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000453593.5",
"protein_id": "ENSP00000392983.1",
"transcript_support_level": 5,
"aa_start": 73,
"aa_end": null,
"aa_length": 1232,
"cds_start": 217,
"cds_end": null,
"cds_length": 3699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000453593.5"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866022.1",
"protein_id": "ENSP00000536081.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1218,
"cds_start": 217,
"cds_end": null,
"cds_length": 3657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866022.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000964817.1",
"protein_id": "ENSP00000634876.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1218,
"cds_start": 217,
"cds_end": null,
"cds_length": 3657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964817.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866027.1",
"protein_id": "ENSP00000536086.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1217,
"cds_start": 217,
"cds_end": null,
"cds_length": 3654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866027.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866021.1",
"protein_id": "ENSP00000536080.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1215,
"cds_start": 217,
"cds_end": null,
"cds_length": 3648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866021.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000964818.1",
"protein_id": "ENSP00000634877.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1213,
"cds_start": 217,
"cds_end": null,
"cds_length": 3642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964818.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000939426.1",
"protein_id": "ENSP00000609485.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1197,
"cds_start": 217,
"cds_end": null,
"cds_length": 3594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939426.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866033.1",
"protein_id": "ENSP00000536092.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1180,
"cds_start": 217,
"cds_end": null,
"cds_length": 3543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866033.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866026.1",
"protein_id": "ENSP00000536085.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1170,
"cds_start": 217,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866026.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866025.1",
"protein_id": "ENSP00000536084.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1164,
"cds_start": 217,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866025.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866023.1",
"protein_id": "ENSP00000536082.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1157,
"cds_start": 217,
"cds_end": null,
"cds_length": 3474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866023.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866030.1",
"protein_id": "ENSP00000536089.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1154,
"cds_start": 217,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866030.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "ENST00000866020.1",
"protein_id": "ENSP00000536079.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1148,
"cds_start": 217,
"cds_end": null,
"cds_length": 3447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866020.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "XM_011516308.4",
"protein_id": "XP_011514610.4",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1294,
"cds_start": 217,
"cds_end": null,
"cds_length": 3885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516308.4"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "XM_011516309.4",
"protein_id": "XP_011514611.4",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1287,
"cds_start": 217,
"cds_end": null,
"cds_length": 3864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516309.4"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "XM_047420475.1",
"protein_id": "XP_047276431.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1247,
"cds_start": 217,
"cds_end": null,
"cds_length": 3744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420475.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "XM_047420476.1",
"protein_id": "XP_047276432.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 1197,
"cds_start": 217,
"cds_end": null,
"cds_length": 3594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420476.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val",
"transcript": "XM_047420477.1",
"protein_id": "XP_047276433.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 917,
"cds_start": 217,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420477.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "n.160C>G",
"hgvs_p": null,
"transcript": "ENST00000643670.1",
"protein_id": "ENSP00000496629.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000643670.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "n.217C>G",
"hgvs_p": null,
"transcript": "ENST00000644106.1",
"protein_id": "ENSP00000493477.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000644106.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "n.480C>G",
"hgvs_p": null,
"transcript": "XR_001744810.3",
"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": "XR_001744810.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "n.480C>G",
"hgvs_p": null,
"transcript": "XR_007060045.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": "XR_007060045.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "n.480C>G",
"hgvs_p": null,
"transcript": "XR_007060046.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": "XR_007060046.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "n.480C>G",
"hgvs_p": null,
"transcript": "XR_007060047.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": "XR_007060047.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "n.480C>G",
"hgvs_p": null,
"transcript": "XR_007060048.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": "XR_007060048.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "n.480C>G",
"hgvs_p": null,
"transcript": "XR_007060049.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": "XR_007060049.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "n.480C>G",
"hgvs_p": null,
"transcript": "XR_007060050.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": "XR_007060050.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "n.270C>G",
"hgvs_p": null,
"transcript": "XR_007060051.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": "XR_007060051.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "n.270C>G",
"hgvs_p": null,
"transcript": "XR_007060052.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": "XR_007060052.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "n.270C>G",
"hgvs_p": null,
"transcript": "XR_007060053.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": "XR_007060053.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "n.270C>G",
"hgvs_p": null,
"transcript": "XR_007060054.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": "XR_007060054.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"hgvs_c": "c.*34C>G",
"hgvs_p": null,
"transcript": "ENST00000417608.1",
"protein_id": "ENSP00000394511.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 60,
"cds_start": null,
"cds_end": null,
"cds_length": 183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000417608.1"
}
],
"gene_symbol": "ABCB4",
"gene_hgnc_id": 45,
"dbsnp": "rs8187788",
"frequency_reference_population": 0.0011055791,
"hom_count_reference_population": 3,
"allele_count_reference_population": 1784,
"gnomad_exomes_af": 0.0011427,
"gnomad_genomes_af": 0.000749074,
"gnomad_exomes_ac": 1670,
"gnomad_genomes_ac": 114,
"gnomad_exomes_homalt": 3,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.031129181385040283,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.28,
"revel_prediction": "Benign",
"alphamissense_score": 0.1095,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.113,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -8,
"acmg_classification": "Benign",
"acmg_criteria": "PP2,BP4_Strong,BS1_Supporting,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 9,
"pathogenic_score": 1,
"criteria": [
"PP2",
"BP4_Strong",
"BS1_Supporting",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_018849.3",
"gene_symbol": "ABCB4",
"hgnc_id": 45,
"effects": [
"missense_variant"
],
"inheritance_mode": "SD,AR,AD",
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Leu73Val"
}
],
"clinvar_disease": " 3, intrahepatic, of pregnancy,ABCB4-related disorder,Cholestasis,Low phospholipid associated cholelithiasis,Progressive familial intrahepatic cholestasis type 3,not provided,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:7",
"phenotype_combined": "not provided|Progressive familial intrahepatic cholestasis type 3;Low phospholipid associated cholelithiasis;Cholestasis, intrahepatic, of pregnancy, 3|Cholestasis, intrahepatic, of pregnancy, 3|ABCB4-related disorder|not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}