← 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: 19-4839326-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=4839326&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 4839326,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_005817.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys",
"transcript": "NM_005817.5",
"protein_id": "NP_005808.3",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 434,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000221957.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005817.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys",
"transcript": "ENST00000221957.9",
"protein_id": "ENSP00000221957.3",
"transcript_support_level": 1,
"aa_start": 391,
"aa_end": null,
"aa_length": 434,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005817.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000221957.9"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1168C>T",
"hgvs_p": "p.Arg390Cys",
"transcript": "ENST00000585479.5",
"protein_id": "ENSP00000465596.1",
"transcript_support_level": 1,
"aa_start": 390,
"aa_end": null,
"aa_length": 433,
"cds_start": 1168,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000585479.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys",
"transcript": "ENST00000884464.1",
"protein_id": "ENSP00000554523.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 434,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884464.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys",
"transcript": "ENST00000884466.1",
"protein_id": "ENSP00000554525.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 434,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884466.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys",
"transcript": "ENST00000884467.1",
"protein_id": "ENSP00000554526.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 434,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884467.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys",
"transcript": "ENST00000928988.1",
"protein_id": "ENSP00000599047.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 434,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928988.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys",
"transcript": "ENST00000928989.1",
"protein_id": "ENSP00000599048.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 434,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928989.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys",
"transcript": "ENST00000958157.1",
"protein_id": "ENSP00000628216.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 434,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958157.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys",
"transcript": "ENST00000958159.1",
"protein_id": "ENSP00000628218.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 434,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958159.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys",
"transcript": "ENST00000958160.1",
"protein_id": "ENSP00000628219.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 434,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958160.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys",
"transcript": "ENST00000958162.1",
"protein_id": "ENSP00000628221.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 434,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958162.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1168C>T",
"hgvs_p": "p.Arg390Cys",
"transcript": "NM_001164189.2",
"protein_id": "NP_001157661.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 433,
"cds_start": 1168,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164189.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Cys",
"transcript": "ENST00000884463.1",
"protein_id": "ENSP00000554522.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 431,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884463.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1159C>T",
"hgvs_p": "p.Arg387Cys",
"transcript": "ENST00000884460.1",
"protein_id": "ENSP00000554519.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 430,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884460.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1135C>T",
"hgvs_p": "p.Arg379Cys",
"transcript": "NM_001164194.2",
"protein_id": "NP_001157666.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 422,
"cds_start": 1135,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164194.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1135C>T",
"hgvs_p": "p.Arg379Cys",
"transcript": "ENST00000592528.5",
"protein_id": "ENSP00000467803.1",
"transcript_support_level": 2,
"aa_start": 379,
"aa_end": null,
"aa_length": 422,
"cds_start": 1135,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000592528.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1135C>T",
"hgvs_p": "p.Arg379Cys",
"transcript": "ENST00000958163.1",
"protein_id": "ENSP00000628222.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 422,
"cds_start": 1135,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958163.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1045C>T",
"hgvs_p": "p.Arg349Cys",
"transcript": "ENST00000884461.1",
"protein_id": "ENSP00000554520.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 392,
"cds_start": 1045,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884461.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1042C>T",
"hgvs_p": "p.Arg348Cys",
"transcript": "ENST00000884465.1",
"protein_id": "ENSP00000554524.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 391,
"cds_start": 1042,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884465.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.1042C>T",
"hgvs_p": "p.Arg348Cys",
"transcript": "ENST00000958161.1",
"protein_id": "ENSP00000628220.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 391,
"cds_start": 1042,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958161.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.919C>T",
"hgvs_p": "p.Arg307Cys",
"transcript": "ENST00000958158.1",
"protein_id": "ENSP00000628217.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 350,
"cds_start": 919,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958158.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.889C>T",
"hgvs_p": "p.Arg297Cys",
"transcript": "ENST00000884462.1",
"protein_id": "ENSP00000554521.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 340,
"cds_start": 889,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884462.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.886C>T",
"hgvs_p": "p.Arg296Cys",
"transcript": "ENST00000958156.1",
"protein_id": "ENSP00000628215.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 339,
"cds_start": 886,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958156.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"hgvs_c": "c.742C>T",
"hgvs_p": "p.Arg248Cys",
"transcript": "ENST00000589163.5",
"protein_id": "ENSP00000468476.1",
"transcript_support_level": 3,
"aa_start": 248,
"aa_end": null,
"aa_length": 291,
"cds_start": 742,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589163.5"
}
],
"gene_symbol": "PLIN3",
"gene_hgnc_id": 16893,
"dbsnp": "rs780194423",
"frequency_reference_population": 0.000017349988,
"hom_count_reference_population": 0,
"allele_count_reference_population": 28,
"gnomad_exomes_af": 0.0000184714,
"gnomad_genomes_af": 0.00000657402,
"gnomad_exomes_ac": 27,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4767007529735565,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.206,
"revel_prediction": "Benign",
"alphamissense_score": 0.1671,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.386,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005817.5",
"gene_symbol": "PLIN3",
"hgnc_id": 16893,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}