← 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: 18-22992898-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=22992898&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 22992898,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_002894.3",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "NM_002894.3",
"protein_id": "NP_002885.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1406,
"cdna_end": null,
"cdna_length": 3275,
"mane_select": "ENST00000327155.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002894.3"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "ENST00000327155.10",
"protein_id": "ENSP00000323050.5",
"transcript_support_level": 1,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1406,
"cdna_end": null,
"cdna_length": 3275,
"mane_select": "NM_002894.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000327155.10"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "ENST00000360790.9",
"protein_id": "ENSP00000354024.5",
"transcript_support_level": 1,
"aa_start": 357,
"aa_end": null,
"aa_length": 902,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2709,
"cdna_start": 1194,
"cdna_end": null,
"cdna_length": 2962,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360790.9"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "ENST00000399722.6",
"protein_id": "ENSP00000382628.2",
"transcript_support_level": 1,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1422,
"cdna_end": null,
"cdna_length": 3293,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399722.6"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "ENST00000399725.6",
"protein_id": "ENSP00000382630.2",
"transcript_support_level": 1,
"aa_start": 357,
"aa_end": null,
"aa_length": 867,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2604,
"cdna_start": 1488,
"cdna_end": null,
"cdna_length": 3260,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399725.6"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "ENST00000399721.6",
"protein_id": "ENSP00000382627.2",
"transcript_support_level": 1,
"aa_start": 357,
"aa_end": null,
"aa_length": 579,
"cds_start": 1071,
"cds_end": null,
"cds_length": 1742,
"cdna_start": 1558,
"cdna_end": null,
"cdna_length": 2229,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399721.6"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "ENST00000921842.1",
"protein_id": "ENSP00000591901.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 902,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2709,
"cdna_start": 1383,
"cdna_end": null,
"cdna_length": 3267,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921842.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "NM_203291.2",
"protein_id": "NP_976036.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1381,
"cdna_end": null,
"cdna_length": 3250,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_203291.2"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "ENST00000873911.1",
"protein_id": "ENSP00000543970.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1438,
"cdna_end": null,
"cdna_length": 3307,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873911.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "ENST00000873912.1",
"protein_id": "ENSP00000543971.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1467,
"cdna_end": null,
"cdna_length": 3336,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873912.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "ENST00000873913.1",
"protein_id": "ENSP00000543972.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1461,
"cdna_end": null,
"cdna_length": 3215,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873913.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "ENST00000873914.1",
"protein_id": "ENSP00000543973.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1459,
"cdna_end": null,
"cdna_length": 3328,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873914.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "ENST00000873915.1",
"protein_id": "ENSP00000543974.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1486,
"cdna_end": null,
"cdna_length": 3355,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873915.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "ENST00000921841.1",
"protein_id": "ENSP00000591900.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1706,
"cdna_end": null,
"cdna_length": 3572,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921841.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "NM_203292.2",
"protein_id": "NP_976037.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 867,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2604,
"cdna_start": 1462,
"cdna_end": null,
"cdna_length": 3234,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_203292.2"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "XM_006722519.3",
"protein_id": "XP_006722582.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1458,
"cdna_end": null,
"cdna_length": 3327,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722519.3"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "XM_006722520.3",
"protein_id": "XP_006722583.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1392,
"cdna_end": null,
"cdna_length": 3261,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722520.3"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "XM_006722521.3",
"protein_id": "XP_006722584.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 2001,
"cdna_end": null,
"cdna_length": 3870,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722521.3"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "XM_011526132.3",
"protein_id": "XP_011524434.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1403,
"cdna_end": null,
"cdna_length": 3272,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011526132.3"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "XM_047437727.1",
"protein_id": "XP_047293683.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1567,
"cdna_end": null,
"cdna_length": 3436,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437727.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "XM_047437728.1",
"protein_id": "XP_047293684.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 897,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 1563,
"cdna_end": null,
"cdna_length": 3432,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437728.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "XM_005258325.4",
"protein_id": "XP_005258382.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 876,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2631,
"cdna_start": 1406,
"cdna_end": null,
"cdna_length": 3205,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005258325.4"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "XM_047437729.1",
"protein_id": "XP_047293685.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 876,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2631,
"cdna_start": 2001,
"cdna_end": null,
"cdna_length": 3800,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437729.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "XM_047437730.1",
"protein_id": "XP_047293686.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 876,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2631,
"cdna_start": 1381,
"cdna_end": null,
"cdna_length": 3180,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437730.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn",
"transcript": "XM_047437731.1",
"protein_id": "XP_047293687.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 876,
"cds_start": 1071,
"cds_end": null,
"cds_length": 2631,
"cdna_start": 1567,
"cdna_end": null,
"cdna_length": 3366,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437731.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"hgvs_c": "c.777A>C",
"hgvs_p": "p.Lys259Asn",
"transcript": "XM_047437732.1",
"protein_id": "XP_047293688.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 799,
"cds_start": 777,
"cds_end": null,
"cds_length": 2400,
"cdna_start": 977,
"cdna_end": null,
"cdna_length": 2846,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437732.1"
}
],
"gene_symbol": "RBBP8",
"gene_hgnc_id": 9891,
"dbsnp": "rs34678569",
"frequency_reference_population": 0.0024411762,
"hom_count_reference_population": 62,
"allele_count_reference_population": 3940,
"gnomad_exomes_af": 0.00208454,
"gnomad_genomes_af": 0.00586481,
"gnomad_exomes_ac": 3047,
"gnomad_genomes_ac": 893,
"gnomad_exomes_homalt": 52,
"gnomad_genomes_homalt": 10,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0024412870407104492,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.017,
"revel_prediction": "Benign",
"alphamissense_score": 0.0726,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.76,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.728,
"phylop100way_prediction": "Benign",
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_002894.3",
"gene_symbol": "RBBP8",
"hgnc_id": 9891,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1071A>C",
"hgvs_p": "p.Lys357Asn"
}
],
"clinvar_disease": "RBBP8-related disorder,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:2",
"phenotype_combined": "not specified|not provided|RBBP8-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}