← 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: 17-19343411-TCAC-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=19343411&ref=TCAC&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 19343411,
"ref": "TCAC",
"alt": "T",
"effect": "conservative_inframe_deletion",
"transcript": "ENST00000261499.11",
"consequences": [
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.520_522delGTG",
"hgvs_p": "p.Val174del",
"transcript": "NM_015681.6",
"protein_id": "NP_056496.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 204,
"cds_start": 520,
"cds_end": null,
"cds_length": 615,
"cdna_start": 676,
"cdna_end": null,
"cdna_length": 913,
"mane_select": "ENST00000261499.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.520_522delGTG",
"hgvs_p": "p.Val174del",
"transcript": "ENST00000261499.11",
"protein_id": "ENSP00000261499.4",
"transcript_support_level": 1,
"aa_start": 174,
"aa_end": null,
"aa_length": 204,
"cds_start": 520,
"cds_end": null,
"cds_length": 615,
"cdna_start": 676,
"cdna_end": null,
"cdna_length": 913,
"mane_select": "NM_015681.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.160_162delGTG",
"hgvs_p": "p.Val54del",
"transcript": "ENST00000642870.2",
"protein_id": "ENSP00000496409.2",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 84,
"cds_start": 160,
"cds_end": null,
"cds_length": 255,
"cdna_start": 511,
"cdna_end": null,
"cdna_length": 744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.520_522delGTG",
"hgvs_p": "p.Val174del",
"transcript": "XM_047435751.1",
"protein_id": "XP_047291707.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 204,
"cds_start": 520,
"cds_end": null,
"cds_length": 615,
"cdna_start": 2032,
"cdna_end": null,
"cdna_length": 8393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.*296_*298delGTG",
"hgvs_p": null,
"transcript": "ENST00000663089.1",
"protein_id": "ENSP00000499469.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 204,
"cds_start": -4,
"cds_end": null,
"cds_length": 615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.*45_*47delGTG",
"hgvs_p": null,
"transcript": "NM_001321214.2",
"protein_id": "NP_001308143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 187,
"cds_start": -4,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.*296_*298delGTG",
"hgvs_p": null,
"transcript": "NM_001321215.3",
"protein_id": "NP_001308144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 183,
"cds_start": -4,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.*296_*298delGTG",
"hgvs_p": null,
"transcript": "ENST00000647252.1",
"protein_id": "ENSP00000495045.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 183,
"cds_start": -4,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.*68_*70delGTG",
"hgvs_p": null,
"transcript": "ENST00000646248.1",
"protein_id": "ENSP00000493599.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": -4,
"cds_end": null,
"cds_length": 279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.*296_*298delGTG",
"hgvs_p": null,
"transcript": "ENST00000477478.7",
"protein_id": "ENSP00000460939.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 63,
"cds_start": -4,
"cds_end": null,
"cds_length": 192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.*133_*135delGTG",
"hgvs_p": null,
"transcript": "XM_047435750.1",
"protein_id": "XP_047291706.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 213,
"cds_start": -4,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.*45_*47delGTG",
"hgvs_p": null,
"transcript": "XM_047435752.1",
"protein_id": "XP_047291708.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 187,
"cds_start": -4,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.*68_*70delGTG",
"hgvs_p": null,
"transcript": "XM_047435754.1",
"protein_id": "XP_047291710.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 161,
"cds_start": -4,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.535+376_535+378delGTG",
"hgvs_p": null,
"transcript": "ENST00000671102.1",
"protein_id": "ENSP00000499690.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 187,
"cds_start": -4,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3617,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.472+376_472+378delGTG",
"hgvs_p": null,
"transcript": "NM_001321217.2",
"protein_id": "NP_001308146.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 186,
"cds_start": -4,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.472+376_472+378delGTG",
"hgvs_p": null,
"transcript": "ENST00000461069.6",
"protein_id": "ENSP00000433359.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 186,
"cds_start": -4,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 923,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.472+376_472+378delGTG",
"hgvs_p": null,
"transcript": "NM_001321218.2",
"protein_id": "NP_001308147.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 166,
"cds_start": -4,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.404+3855_404+3857delGTG",
"hgvs_p": null,
"transcript": "NM_001321219.2",
"protein_id": "NP_001308148.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.404+3855_404+3857delGTG",
"hgvs_p": null,
"transcript": "ENST00000675510.1",
"protein_id": "ENSP00000501817.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.297+376_297+378delGTG",
"hgvs_p": null,
"transcript": "ENST00000674596.1",
"protein_id": "ENSP00000501877.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 121,
"cds_start": -4,
"cds_end": null,
"cds_length": 366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.112+376_112+378delGTG",
"hgvs_p": null,
"transcript": "NM_001368769.2",
"protein_id": "NP_001355698.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 46,
"cds_start": -4,
"cds_end": null,
"cds_length": 141,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.112+376_112+378delGTG",
"hgvs_p": null,
"transcript": "ENST00000582857.2",
"protein_id": "ENSP00000463165.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 46,
"cds_start": -4,
"cds_end": null,
"cds_length": 141,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "n.*86+376_*86+378delGTG",
"hgvs_p": null,
"transcript": "ENST00000647056.1",
"protein_id": "ENSP00000496502.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.472+376_472+378delGTG",
"hgvs_p": null,
"transcript": "XM_047435753.1",
"protein_id": "XP_047291709.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 166,
"cds_start": -4,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.112+376_112+378delGTG",
"hgvs_p": null,
"transcript": "XM_047435756.1",
"protein_id": "XP_047291712.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 46,
"cds_start": -4,
"cds_end": null,
"cds_length": 141,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.*45_*47delGTG",
"hgvs_p": null,
"transcript": "ENST00000395616.7",
"protein_id": "ENSP00000378978.3",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 187,
"cds_start": -4,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.*68_*70delGTG",
"hgvs_p": null,
"transcript": "NM_001330149.2",
"protein_id": "NP_001317078.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 161,
"cds_start": -4,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"dbsnp": "rs886038206",
"frequency_reference_population": 6.8404785e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84048e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 6.284,
"phylop100way_prediction": "Uncertain_significance",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM4_Supporting,PP5",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PM4_Supporting",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000261499.11",
"gene_symbol": "B9D1",
"hgnc_id": 24123,
"effects": [
"conservative_inframe_deletion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.520_522delGTG",
"hgvs_p": "p.Val174del"
}
],
"clinvar_disease": "Joubert syndrome 27",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Joubert syndrome 27",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}