← 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: 7-2539313-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=2539313&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 2539313,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000340611.9",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1636G>T",
"hgvs_p": "p.Val546Leu",
"transcript": "NM_152743.4",
"protein_id": "NP_689956.2",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 821,
"cds_start": 1636,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 1690,
"cdna_end": null,
"cdna_length": 2779,
"mane_select": "ENST00000340611.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1636G>T",
"hgvs_p": "p.Val546Leu",
"transcript": "ENST00000340611.9",
"protein_id": "ENSP00000339637.4",
"transcript_support_level": 1,
"aa_start": 546,
"aa_end": null,
"aa_length": 821,
"cds_start": 1636,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 1690,
"cdna_end": null,
"cdna_length": 2779,
"mane_select": "NM_152743.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1636G>T",
"hgvs_p": "p.Val546Leu",
"transcript": "NM_001350626.2",
"protein_id": "NP_001337555.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 881,
"cds_start": 1636,
"cds_end": null,
"cds_length": 2646,
"cdna_start": 1690,
"cdna_end": null,
"cdna_length": 2959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1111G>T",
"hgvs_p": "p.Val371Leu",
"transcript": "NM_001350627.2",
"protein_id": "NP_001337556.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 646,
"cds_start": 1111,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 1542,
"cdna_end": null,
"cdna_length": 2631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1720G>T",
"hgvs_p": "p.Val574Leu",
"transcript": "XM_011515177.3",
"protein_id": "XP_011513479.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 909,
"cds_start": 1720,
"cds_end": null,
"cds_length": 2730,
"cdna_start": 1774,
"cdna_end": null,
"cdna_length": 3043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1720G>T",
"hgvs_p": "p.Val574Leu",
"transcript": "XM_011515178.2",
"protein_id": "XP_011513480.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 909,
"cds_start": 1720,
"cds_end": null,
"cds_length": 2730,
"cdna_start": 2220,
"cdna_end": null,
"cdna_length": 3489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1717G>T",
"hgvs_p": "p.Val573Leu",
"transcript": "XM_011515179.3",
"protein_id": "XP_011513481.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 908,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2727,
"cdna_start": 1771,
"cdna_end": null,
"cdna_length": 3040,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1633G>T",
"hgvs_p": "p.Val545Leu",
"transcript": "XM_047420028.1",
"protein_id": "XP_047275984.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 880,
"cds_start": 1633,
"cds_end": null,
"cds_length": 2643,
"cdna_start": 1687,
"cdna_end": null,
"cdna_length": 2956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1720G>T",
"hgvs_p": "p.Val574Leu",
"transcript": "XM_011515181.3",
"protein_id": "XP_011513483.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 849,
"cds_start": 1720,
"cds_end": null,
"cds_length": 2550,
"cdna_start": 1774,
"cdna_end": null,
"cdna_length": 2863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1633G>T",
"hgvs_p": "p.Val545Leu",
"transcript": "XM_017011834.2",
"protein_id": "XP_016867323.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 820,
"cds_start": 1633,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 1687,
"cdna_end": null,
"cdna_length": 2776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Val399Leu",
"transcript": "XM_011515184.4",
"protein_id": "XP_011513486.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 734,
"cds_start": 1195,
"cds_end": null,
"cds_length": 2205,
"cdna_start": 1795,
"cdna_end": null,
"cdna_length": 3064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Val399Leu",
"transcript": "XM_047420030.1",
"protein_id": "XP_047275986.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 734,
"cds_start": 1195,
"cds_end": null,
"cds_length": 2205,
"cdna_start": 1647,
"cdna_end": null,
"cdna_length": 2916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1111G>T",
"hgvs_p": "p.Val371Leu",
"transcript": "XM_047420031.1",
"protein_id": "XP_047275987.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 646,
"cds_start": 1111,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 1563,
"cdna_end": null,
"cdna_length": 2652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"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": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Val98Leu",
"transcript": "XM_024446682.2",
"protein_id": "XP_024302450.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 433,
"cds_start": 292,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 349,
"cdna_end": null,
"cdna_length": 1618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.3008G>T",
"hgvs_p": null,
"transcript": "ENST00000467558.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 4440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.4208G>T",
"hgvs_p": null,
"transcript": "ENST00000469750.5",
"protein_id": null,
"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": 5226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.1819G>T",
"hgvs_p": null,
"transcript": "NR_146879.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": 2908,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.313+231G>T",
"hgvs_p": null,
"transcript": "ENST00000473879.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": 666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.4476+231G>T",
"hgvs_p": null,
"transcript": "ENST00000493232.5",
"protein_id": null,
"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": 5360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1681+231G>T",
"hgvs_p": null,
"transcript": "XM_011515186.3",
"protein_id": "XP_011513488.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 587,
"cds_start": -4,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1678+231G>T",
"hgvs_p": null,
"transcript": "XM_047420032.1",
"protein_id": "XP_047275988.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 586,
"cds_start": -4,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1597+231G>T",
"hgvs_p": null,
"transcript": "XM_017011836.3",
"protein_id": "XP_016867325.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 559,
"cds_start": -4,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1594+231G>T",
"hgvs_p": null,
"transcript": "XM_047420033.1",
"protein_id": "XP_047275989.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 558,
"cds_start": -4,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.*362G>T",
"hgvs_p": null,
"transcript": "XM_047420034.1",
"protein_id": "XP_047275990.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 529,
"cds_start": -4,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.*362G>T",
"hgvs_p": null,
"transcript": "XM_047420036.1",
"protein_id": "XP_047275992.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": -4,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1670,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"dbsnp": "rs34656552",
"frequency_reference_population": 0.003331228,
"hom_count_reference_population": 182,
"allele_count_reference_population": 5369,
"gnomad_exomes_af": 0.00179859,
"gnomad_genomes_af": 0.0180239,
"gnomad_exomes_ac": 2625,
"gnomad_genomes_ac": 2744,
"gnomad_exomes_homalt": 90,
"gnomad_genomes_homalt": 92,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0026910901069641113,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.102,
"revel_prediction": "Benign",
"alphamissense_score": 0.2748,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.026,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000340611.9",
"gene_symbol": "BRAT1",
"hgnc_id": 21701,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1636G>T",
"hgvs_p": "p.Val546Leu"
}
],
"clinvar_disease": "BRAT1-related disorder,Neonatal-onset encephalopathy with rigidity and seizures,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:3",
"phenotype_combined": "not provided|Neonatal-onset encephalopathy with rigidity and seizures|BRAT1-related disorder",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}