← 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: 2-98119658-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=98119658&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 98119658,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000477737.6",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "c.437T>G",
"hgvs_p": "p.Leu146Arg",
"transcript": "NM_144992.5",
"protein_id": "NP_659429.4",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 1294,
"cds_start": 437,
"cds_end": null,
"cds_length": 3885,
"cdna_start": 666,
"cdna_end": null,
"cdna_length": 5064,
"mane_select": "ENST00000477737.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "c.437T>G",
"hgvs_p": "p.Leu146Arg",
"transcript": "ENST00000477737.6",
"protein_id": "ENSP00000417955.1",
"transcript_support_level": 1,
"aa_start": 146,
"aa_end": null,
"aa_length": 1294,
"cds_start": 437,
"cds_end": null,
"cds_length": 3885,
"cdna_start": 666,
"cdna_end": null,
"cdna_length": 5064,
"mane_select": "NM_144992.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.643T>G",
"hgvs_p": null,
"transcript": "ENST00000409460.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 4844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.437T>G",
"hgvs_p": null,
"transcript": "ENST00000416277.5",
"protein_id": "ENSP00000411168.1",
"transcript_support_level": 1,
"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": 2827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.*124T>G",
"hgvs_p": null,
"transcript": "ENST00000432242.5",
"protein_id": "ENSP00000396734.1",
"transcript_support_level": 1,
"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": 5324,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.437T>G",
"hgvs_p": null,
"transcript": "ENST00000433678.5",
"protein_id": "ENSP00000388158.1",
"transcript_support_level": 1,
"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": 2642,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.*124T>G",
"hgvs_p": null,
"transcript": "ENST00000432242.5",
"protein_id": "ENSP00000396734.1",
"transcript_support_level": 1,
"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": 5324,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "c.437T>G",
"hgvs_p": "p.Leu146Arg",
"transcript": "XM_005263897.3",
"protein_id": "XP_005263954.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 1312,
"cds_start": 437,
"cds_end": null,
"cds_length": 3939,
"cdna_start": 666,
"cdna_end": null,
"cdna_length": 4263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "c.437T>G",
"hgvs_p": "p.Leu146Arg",
"transcript": "XM_011510770.2",
"protein_id": "XP_011509072.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 1277,
"cds_start": 437,
"cds_end": null,
"cds_length": 3834,
"cdna_start": 666,
"cdna_end": null,
"cdna_length": 5013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "c.437T>G",
"hgvs_p": "p.Leu146Arg",
"transcript": "XM_011510771.3",
"protein_id": "XP_011509073.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 1270,
"cds_start": 437,
"cds_end": null,
"cds_length": 3813,
"cdna_start": 666,
"cdna_end": null,
"cdna_length": 4137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "c.437T>G",
"hgvs_p": "p.Leu146Arg",
"transcript": "XM_011510772.2",
"protein_id": "XP_011509074.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 1248,
"cds_start": 437,
"cds_end": null,
"cds_length": 3747,
"cdna_start": 666,
"cdna_end": null,
"cdna_length": 4926,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "c.437T>G",
"hgvs_p": "p.Leu146Arg",
"transcript": "XM_017003564.2",
"protein_id": "XP_016859053.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 950,
"cds_start": 437,
"cds_end": null,
"cds_length": 2853,
"cdna_start": 666,
"cdna_end": null,
"cdna_length": 3257,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "c.437T>G",
"hgvs_p": "p.Leu146Arg",
"transcript": "XM_011510774.1",
"protein_id": "XP_011509076.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 902,
"cds_start": 437,
"cds_end": null,
"cds_length": 2709,
"cdna_start": 666,
"cdna_end": null,
"cdna_length": 2953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "c.437T>G",
"hgvs_p": "p.Leu146Arg",
"transcript": "XM_011510775.3",
"protein_id": "XP_011509077.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 656,
"cds_start": 437,
"cds_end": null,
"cds_length": 1971,
"cdna_start": 666,
"cdna_end": null,
"cdna_length": 2281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "c.437T>G",
"hgvs_p": "p.Leu146Arg",
"transcript": "XM_047443648.1",
"protein_id": "XP_047299604.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 624,
"cds_start": 437,
"cds_end": null,
"cds_length": 1875,
"cdna_start": 666,
"cdna_end": null,
"cdna_length": 2272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.437T>G",
"hgvs_p": null,
"transcript": "ENST00000448638.5",
"protein_id": "ENSP00000396866.1",
"transcript_support_level": 2,
"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": 2516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.50T>G",
"hgvs_p": null,
"transcript": "ENST00000463635.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 471,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.714T>G",
"hgvs_p": null,
"transcript": "ENST00000484571.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.659T>G",
"hgvs_p": null,
"transcript": "NR_144296.2",
"protein_id": null,
"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": 5273,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.666T>G",
"hgvs_p": null,
"transcript": "NR_144297.2",
"protein_id": null,
"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": 2895,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.666T>G",
"hgvs_p": null,
"transcript": "NR_144298.2",
"protein_id": null,
"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": 2535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.666T>G",
"hgvs_p": null,
"transcript": "XR_922884.2",
"protein_id": null,
"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": 4275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.666T>G",
"hgvs_p": null,
"transcript": "XR_922885.4",
"protein_id": null,
"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": 4225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.292-1641T>G",
"hgvs_p": null,
"transcript": "ENST00000422503.6",
"protein_id": "ENSP00000391241.2",
"transcript_support_level": 2,
"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": 1927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.502+3912T>G",
"hgvs_p": null,
"transcript": "ENST00000448079.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "n.452-1641T>G",
"hgvs_p": null,
"transcript": "ENST00000483669.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"hgvs_c": "c.93-1641T>G",
"hgvs_p": null,
"transcript": "XM_047443640.1",
"protein_id": "XP_047299596.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1162,
"cds_start": -4,
"cds_end": null,
"cds_length": 3489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3670,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "VWA3B",
"gene_hgnc_id": 28385,
"dbsnp": "rs368141461",
"frequency_reference_population": 6.840441e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84044e-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.9434467554092407,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.554,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8058,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.831,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000477737.6",
"gene_symbol": "VWA3B",
"hgnc_id": 28385,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.437T>G",
"hgvs_p": "p.Leu146Arg"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}