← 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: 17-44908075-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=44908075&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 44908075,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000588735.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.1246C>T",
"hgvs_p": "p.Arg416Trp",
"transcript": "NM_002055.5",
"protein_id": "NP_002046.1",
"transcript_support_level": null,
"aa_start": 416,
"aa_end": null,
"aa_length": 432,
"cds_start": 1246,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 1260,
"cdna_end": null,
"cdna_length": 5501,
"mane_select": "ENST00000588735.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.1246C>T",
"hgvs_p": "p.Arg416Trp",
"transcript": "ENST00000588735.3",
"protein_id": "ENSP00000466598.2",
"transcript_support_level": 1,
"aa_start": 416,
"aa_end": null,
"aa_length": 432,
"cds_start": 1246,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 1260,
"cdna_end": null,
"cdna_length": 5501,
"mane_select": "NM_002055.5",
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.399C>T",
"hgvs_p": null,
"transcript": "ENST00000585543.6",
"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": 594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.1246C>T",
"hgvs_p": "p.Arg416Trp",
"transcript": "ENST00000639277.1",
"protein_id": "ENSP00000492432.1",
"transcript_support_level": 5,
"aa_start": 416,
"aa_end": null,
"aa_length": 505,
"cds_start": 1246,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 1260,
"cdna_end": null,
"cdna_length": 1783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.1366C>T",
"hgvs_p": "p.Arg456Trp",
"transcript": "NM_001363846.2",
"protein_id": "NP_001350775.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 472,
"cds_start": 1366,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 1380,
"cdna_end": null,
"cdna_length": 3154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.1366C>T",
"hgvs_p": "p.Arg456Trp",
"transcript": "ENST00000253408.11",
"protein_id": "ENSP00000253408.5",
"transcript_support_level": 5,
"aa_start": 456,
"aa_end": null,
"aa_length": 472,
"cds_start": 1366,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 1380,
"cdna_end": null,
"cdna_length": 3154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.901C>T",
"hgvs_p": "p.Arg301Trp",
"transcript": "ENST00000638618.1",
"protein_id": "ENSP00000492832.1",
"transcript_support_level": 5,
"aa_start": 301,
"aa_end": null,
"aa_length": 326,
"cds_start": 901,
"cds_end": null,
"cds_length": 981,
"cdna_start": 901,
"cdna_end": null,
"cdna_length": 989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "ENST00000586125.2",
"protein_id": "ENSP00000467397.2",
"transcript_support_level": 2,
"aa_start": 61,
"aa_end": null,
"aa_length": 124,
"cds_start": 181,
"cds_end": null,
"cds_length": 375,
"cdna_start": 181,
"cdna_end": null,
"cdna_length": 2542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.163C>T",
"hgvs_p": "p.Arg55Trp",
"transcript": "ENST00000638304.1",
"protein_id": "ENSP00000491042.1",
"transcript_support_level": 5,
"aa_start": 55,
"aa_end": null,
"aa_length": 68,
"cds_start": 163,
"cds_end": null,
"cds_length": 207,
"cdna_start": 165,
"cdna_end": null,
"cdna_length": 2139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.52C>T",
"hgvs_p": "p.Arg18Trp",
"transcript": "ENST00000640545.1",
"protein_id": "ENSP00000491735.1",
"transcript_support_level": 5,
"aa_start": 18,
"aa_end": null,
"aa_length": 59,
"cds_start": 52,
"cds_end": null,
"cds_length": 180,
"cdna_start": 52,
"cdna_end": null,
"cdna_length": 538,
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.99C>T",
"hgvs_p": null,
"transcript": "ENST00000441312.2",
"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": 979,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.2153C>T",
"hgvs_p": null,
"transcript": "ENST00000589701.2",
"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": 2668,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.614C>T",
"hgvs_p": null,
"transcript": "ENST00000592065.2",
"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": 2539,
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.118C>T",
"hgvs_p": null,
"transcript": "ENST00000592706.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": 579,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.79C>T",
"hgvs_p": null,
"transcript": "ENST00000638400.1",
"protein_id": "ENSP00000491466.1",
"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": 1106,
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.710C>T",
"hgvs_p": null,
"transcript": "ENST00000638488.1",
"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": 2641,
"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": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.173C>T",
"hgvs_p": null,
"transcript": "ENST00000638921.1",
"protein_id": null,
"transcript_support_level": 6,
"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": 2617,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.*15C>T",
"hgvs_p": null,
"transcript": "ENST00000639042.1",
"protein_id": "ENSP00000492860.1",
"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": 1533,
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.1C>T",
"hgvs_p": null,
"transcript": "ENST00000639243.1",
"protein_id": "ENSP00000491375.1",
"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": 1566,
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.94C>T",
"hgvs_p": null,
"transcript": "ENST00000639369.1",
"protein_id": "ENSP00000491243.1",
"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": 930,
"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": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.58C>T",
"hgvs_p": null,
"transcript": "ENST00000640859.1",
"protein_id": "ENSP00000492300.1",
"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": 1162,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.*119C>T",
"hgvs_p": null,
"transcript": "ENST00000591880.2",
"protein_id": "ENSP00000467530.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 74,
"cds_start": -4,
"cds_end": null,
"cds_length": 225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.*15C>T",
"hgvs_p": null,
"transcript": "ENST00000639042.1",
"protein_id": "ENSP00000492860.1",
"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": 1533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.*60C>T",
"hgvs_p": null,
"transcript": "ENST00000588640.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": 566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.*152C>T",
"hgvs_p": null,
"transcript": "ENST00000640552.1",
"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": 3573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"dbsnp": "rs121909717",
"frequency_reference_population": 0.000006575314,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": 0.00000657531,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9500671625137329,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.93,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.5229,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.49,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.396,
"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": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PM1",
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000588735.3",
"gene_symbol": "GFAP",
"hgnc_id": 4235,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1246C>T",
"hgvs_p": "p.Arg416Trp"
}
],
"clinvar_disease": "Alexander disease,Inborn genetic diseases,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:5 O:2",
"phenotype_combined": "Alexander disease|not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}