← 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: 9-72360123-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=72360123&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 72360123,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_006007.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "NM_001102420.3",
"protein_id": "NP_001095890.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000376962.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001102420.3"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "ENST00000376962.10",
"protein_id": "ENSP00000366161.5",
"transcript_support_level": 1,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001102420.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376962.10"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "ENST00000376960.8",
"protein_id": "ENSP00000366159.4",
"transcript_support_level": 1,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376960.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "n.163T>A",
"hgvs_p": null,
"transcript": "ENST00000471197.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": "pseudogene",
"feature": "ENST00000471197.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "NM_001102421.3",
"protein_id": "NP_001095891.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001102421.3"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "NM_001278243.2",
"protein_id": "NP_001265172.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278243.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "NM_001278244.1",
"protein_id": "NP_001265173.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278244.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "NM_001278245.2",
"protein_id": "NP_001265174.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278245.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "NM_006007.4",
"protein_id": "NP_005998.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006007.4"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "ENST00000237937.7",
"protein_id": "ENSP00000237937.3",
"transcript_support_level": 5,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000237937.7"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "ENST00000343431.6",
"protein_id": "ENSP00000350586.2",
"transcript_support_level": 5,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000343431.6"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "ENST00000896944.1",
"protein_id": "ENSP00000567003.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896944.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "ENST00000896945.1",
"protein_id": "ENSP00000567004.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896945.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "ENST00000916941.1",
"protein_id": "ENSP00000587000.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916941.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "ENST00000962950.1",
"protein_id": "ENSP00000633009.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962950.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "ENST00000962951.1",
"protein_id": "ENSP00000633010.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962951.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.244T>A",
"hgvs_p": "p.Ser82Thr",
"transcript": "ENST00000896946.1",
"protein_id": "ENSP00000567005.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 211,
"cds_start": 244,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896946.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.244T>A",
"hgvs_p": "p.Ser82Thr",
"transcript": "ENST00000896947.1",
"protein_id": "ENSP00000567006.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 211,
"cds_start": 244,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896947.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.406T>A",
"hgvs_p": "p.Ser136Thr",
"transcript": "ENST00000376956.3",
"protein_id": "ENSP00000366155.3",
"transcript_support_level": 5,
"aa_start": 136,
"aa_end": null,
"aa_length": 210,
"cds_start": 406,
"cds_end": null,
"cds_length": 634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376956.3"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr",
"transcript": "XM_047423853.1",
"protein_id": "XP_047279809.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 213,
"cds_start": 250,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423853.1"
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.151+505T>A",
"hgvs_p": null,
"transcript": "ENST00000896949.1",
"protein_id": "ENSP00000567008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 141,
"cds_start": null,
"cds_end": null,
"cds_length": 426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896949.1"
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.151+505T>A",
"hgvs_p": null,
"transcript": "ENST00000962952.1",
"protein_id": "ENSP00000633011.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 141,
"cds_start": null,
"cds_end": null,
"cds_length": 426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962952.1"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "c.151+505T>A",
"hgvs_p": null,
"transcript": "ENST00000896948.1",
"protein_id": "ENSP00000567007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 99,
"cds_start": null,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896948.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"hgvs_c": "n.1133T>A",
"hgvs_p": null,
"transcript": "ENST00000488164.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000488164.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "LINC01504",
"gene_hgnc_id": 51185,
"hgvs_c": "n.266-3746A>T",
"hgvs_p": null,
"transcript": "ENST00000783354.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": "ENST00000783354.1"
}
],
"gene_symbol": "ZFAND5",
"gene_hgnc_id": 13008,
"dbsnp": "rs771665248",
"frequency_reference_population": 6.858419e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.85842e-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": 0.0869961678981781,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.083,
"revel_prediction": "Benign",
"alphamissense_score": 0.061,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.197,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_006007.4",
"gene_symbol": "ZFAND5",
"hgnc_id": 13008,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.250T>A",
"hgvs_p": "p.Ser84Thr"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000783354.1",
"gene_symbol": "LINC01504",
"hgnc_id": 51185,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.266-3746A>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}