← 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: 10-93593997-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=93593997&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 93593997,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_006744.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.394T>A",
"hgvs_p": "p.Tyr132Asn",
"transcript": "NM_006744.4",
"protein_id": "NP_006735.2",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 201,
"cds_start": 394,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000371464.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006744.4"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.394T>A",
"hgvs_p": "p.Tyr132Asn",
"transcript": "ENST00000371464.8",
"protein_id": "ENSP00000360519.3",
"transcript_support_level": 1,
"aa_start": 132,
"aa_end": null,
"aa_length": 201,
"cds_start": 394,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006744.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371464.8"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.418T>A",
"hgvs_p": "p.Tyr140Asn",
"transcript": "ENST00000854018.1",
"protein_id": "ENSP00000524077.1",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 209,
"cds_start": 418,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854018.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.394T>A",
"hgvs_p": "p.Tyr132Asn",
"transcript": "NM_001323517.1",
"protein_id": "NP_001310446.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 201,
"cds_start": 394,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323517.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.394T>A",
"hgvs_p": "p.Tyr132Asn",
"transcript": "ENST00000371467.5",
"protein_id": "ENSP00000360522.1",
"transcript_support_level": 5,
"aa_start": 132,
"aa_end": null,
"aa_length": 201,
"cds_start": 394,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371467.5"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.394T>A",
"hgvs_p": "p.Tyr132Asn",
"transcript": "ENST00000854001.1",
"protein_id": "ENSP00000524060.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 201,
"cds_start": 394,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854001.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.394T>A",
"hgvs_p": "p.Tyr132Asn",
"transcript": "ENST00000854003.1",
"protein_id": "ENSP00000524062.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 201,
"cds_start": 394,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854003.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.394T>A",
"hgvs_p": "p.Tyr132Asn",
"transcript": "ENST00000854004.1",
"protein_id": "ENSP00000524063.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 201,
"cds_start": 394,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854004.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.394T>A",
"hgvs_p": "p.Tyr132Asn",
"transcript": "ENST00000854005.1",
"protein_id": "ENSP00000524064.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 201,
"cds_start": 394,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854005.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.394T>A",
"hgvs_p": "p.Tyr132Asn",
"transcript": "ENST00000854006.1",
"protein_id": "ENSP00000524065.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 201,
"cds_start": 394,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854006.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.394T>A",
"hgvs_p": "p.Tyr132Asn",
"transcript": "ENST00000854007.1",
"protein_id": "ENSP00000524066.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 201,
"cds_start": 394,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854007.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.394T>A",
"hgvs_p": "p.Tyr132Asn",
"transcript": "ENST00000854008.1",
"protein_id": "ENSP00000524067.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 201,
"cds_start": 394,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854008.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.394T>A",
"hgvs_p": "p.Tyr132Asn",
"transcript": "ENST00000854015.1",
"protein_id": "ENSP00000524074.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 201,
"cds_start": 394,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854015.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.394T>A",
"hgvs_p": "p.Tyr132Asn",
"transcript": "ENST00000854017.1",
"protein_id": "ENSP00000524076.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 201,
"cds_start": 394,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854017.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.388T>A",
"hgvs_p": "p.Tyr130Asn",
"transcript": "NM_001323518.2",
"protein_id": "NP_001310447.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 199,
"cds_start": 388,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323518.2"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.388T>A",
"hgvs_p": "p.Tyr130Asn",
"transcript": "ENST00000371469.2",
"protein_id": "ENSP00000360524.2",
"transcript_support_level": 5,
"aa_start": 130,
"aa_end": null,
"aa_length": 199,
"cds_start": 388,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371469.2"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.367T>A",
"hgvs_p": "p.Tyr123Asn",
"transcript": "ENST00000854011.1",
"protein_id": "ENSP00000524070.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 192,
"cds_start": 367,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854011.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.367T>A",
"hgvs_p": "p.Tyr123Asn",
"transcript": "ENST00000854013.1",
"protein_id": "ENSP00000524072.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 192,
"cds_start": 367,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854013.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.361T>A",
"hgvs_p": "p.Tyr121Asn",
"transcript": "ENST00000854014.1",
"protein_id": "ENSP00000524073.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 190,
"cds_start": 361,
"cds_end": null,
"cds_length": 573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854014.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.337T>A",
"hgvs_p": "p.Tyr113Asn",
"transcript": "ENST00000854002.1",
"protein_id": "ENSP00000524061.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 182,
"cds_start": 337,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854002.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.337T>A",
"hgvs_p": "p.Tyr113Asn",
"transcript": "ENST00000854009.1",
"protein_id": "ENSP00000524068.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 182,
"cds_start": 337,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854009.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.319T>A",
"hgvs_p": "p.Tyr107Asn",
"transcript": "ENST00000854016.1",
"protein_id": "ENSP00000524075.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 176,
"cds_start": 319,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854016.1"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.271T>A",
"hgvs_p": "p.Tyr91Asn",
"transcript": "ENST00000960264.1",
"protein_id": "ENSP00000630323.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 160,
"cds_start": 271,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960264.1"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FFAR4",
"gene_hgnc_id": 19061,
"hgvs_c": "c.697-10077A>T",
"hgvs_p": null,
"transcript": "ENST00000604414.1",
"protein_id": "ENSP00000474477.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 236,
"cds_start": null,
"cds_end": null,
"cds_length": 711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000604414.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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.356-100T>A",
"hgvs_p": null,
"transcript": "ENST00000854012.1",
"protein_id": "ENSP00000524071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": null,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854012.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": 4,
"intron_rank_end": null,
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"hgvs_c": "c.356-1885T>A",
"hgvs_p": null,
"transcript": "ENST00000854010.1",
"protein_id": "ENSP00000524069.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 130,
"cds_start": null,
"cds_end": null,
"cds_length": 393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854010.1"
}
],
"gene_symbol": "RBP4",
"gene_hgnc_id": 9922,
"dbsnp": "rs1329285216",
"frequency_reference_population": 0.0000013683803,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136838,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9670688509941101,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.894,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.894,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.27,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.286,
"phylop100way_prediction": "Pathogenic",
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PP2,PP3_Strong,PP5_Moderate",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PM1",
"PM2",
"PP2",
"PP3_Strong",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_006744.4",
"gene_symbol": "RBP4",
"hgnc_id": 9922,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.394T>A",
"hgvs_p": "p.Tyr132Asn"
},
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000604414.1",
"gene_symbol": "FFAR4",
"hgnc_id": 19061,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.697-10077A>T",
"hgvs_p": null
}
],
"clinvar_disease": "Congenital ocular coloboma,Microphthalmia,Unilateral microphthalmos",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Congenital ocular coloboma;Microphthalmia|Unilateral microphthalmos",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}