← 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-44911751-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=44911751&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM1",
"PM2",
"PP3_Strong",
"PP5"
],
"effects": [
"missense_variant"
],
"gene_symbol": "GFAP",
"hgnc_id": 4235,
"hgvs_c": "c.827G>T",
"hgvs_p": "p.Arg276Leu",
"inheritance_mode": "AD",
"pathogenic_score": 9,
"score": 9,
"transcript": "NM_001363846.2",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Strong,PP5",
"acmg_score": 9,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.4492,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.54,
"chr": "17",
"clinvar_classification": "Pathogenic",
"clinvar_disease": "Alexander disease,not provided",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "O:2",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9711600542068481,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 432,
"aa_ref": "R",
"aa_start": 276,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5501,
"cdna_start": 841,
"cds_end": null,
"cds_length": 1299,
"cds_start": 827,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_002055.5",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.827G>T",
"hgvs_p": "p.Arg276Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000588735.3",
"protein_coding": true,
"protein_id": "NP_002046.1",
"strand": false,
"transcript": "NM_002055.5",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 432,
"aa_ref": "R",
"aa_start": 276,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5501,
"cdna_start": 841,
"cds_end": null,
"cds_length": 1299,
"cds_start": 827,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000588735.3",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.827G>T",
"hgvs_p": "p.Arg276Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_002055.5",
"protein_coding": true,
"protein_id": "ENSP00000466598.2",
"strand": false,
"transcript": "ENST00000588735.3",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3255,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000591327.2",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "n.1981G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000591327.2",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 505,
"aa_ref": "R",
"aa_start": 276,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1783,
"cdna_start": 841,
"cds_end": null,
"cds_length": 1518,
"cds_start": 827,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000639277.1",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.827G>T",
"hgvs_p": "p.Arg276Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000492432.1",
"strand": false,
"transcript": "ENST00000639277.1",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 472,
"aa_ref": "R",
"aa_start": 276,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3154,
"cdna_start": 841,
"cds_end": null,
"cds_length": 1419,
"cds_start": 827,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001363846.2",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.827G>T",
"hgvs_p": "p.Arg276Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001350775.1",
"strand": false,
"transcript": "NM_001363846.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 472,
"aa_ref": "R",
"aa_start": 276,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3154,
"cdna_start": 841,
"cds_end": null,
"cds_length": 1419,
"cds_start": 827,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000253408.11",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.827G>T",
"hgvs_p": "p.Arg276Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000253408.5",
"strand": false,
"transcript": "ENST00000253408.11",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 440,
"aa_ref": "R",
"aa_start": 276,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3054,
"cdna_start": 841,
"cds_end": null,
"cds_length": 1323,
"cds_start": 827,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000867443.1",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.827G>T",
"hgvs_p": "p.Arg276Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537502.1",
"strand": false,
"transcript": "ENST00000867443.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 438,
"aa_ref": "R",
"aa_start": 276,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2128,
"cdna_start": 841,
"cds_end": null,
"cds_length": 1317,
"cds_start": 827,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001242376.3",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.827G>T",
"hgvs_p": "p.Arg276Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001229305.1",
"strand": false,
"transcript": "NM_001242376.3",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 438,
"aa_ref": "R",
"aa_start": 276,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2099,
"cdna_start": 827,
"cds_end": null,
"cds_length": 1317,
"cds_start": 827,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000638281.1",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.827G>T",
"hgvs_p": "p.Arg276Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000491088.1",
"strand": false,
"transcript": "ENST00000638281.1",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 431,
"aa_ref": "R",
"aa_start": 276,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1774,
"cdna_start": 841,
"cds_end": null,
"cds_length": 1296,
"cds_start": 827,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001131019.3",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.827G>T",
"hgvs_p": "p.Arg276Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001124491.1",
"strand": false,
"transcript": "NM_001131019.3",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 431,
"aa_ref": "R",
"aa_start": 276,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1774,
"cdna_start": 841,
"cds_end": null,
"cds_length": 1296,
"cds_start": 827,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000435360.8",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.827G>T",
"hgvs_p": "p.Arg276Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000403962.1",
"strand": false,
"transcript": "ENST00000435360.8",
"transcript_support_level": 2
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 431,
"aa_ref": "R",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3037,
"cdna_start": 842,
"cds_end": null,
"cds_length": 1296,
"cds_start": 824,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000867442.1",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.824G>T",
"hgvs_p": "p.Arg275Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537501.1",
"strand": false,
"transcript": "ENST00000867442.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 429,
"aa_ref": "R",
"aa_start": 276,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3020,
"cdna_start": 841,
"cds_end": null,
"cds_length": 1290,
"cds_start": 827,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000867445.1",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.827G>T",
"hgvs_p": "p.Arg276Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537504.1",
"strand": false,
"transcript": "ENST00000867445.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 425,
"aa_ref": "R",
"aa_start": 276,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3008,
"cdna_start": 841,
"cds_end": null,
"cds_length": 1278,
"cds_start": 827,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000867444.1",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.827G>T",
"hgvs_p": "p.Arg276Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537503.1",
"strand": false,
"transcript": "ENST00000867444.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 344,
"aa_ref": "R",
"aa_start": 188,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2765,
"cdna_start": 577,
"cds_end": null,
"cds_length": 1035,
"cds_start": 563,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000867446.1",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.563G>T",
"hgvs_p": "p.Arg188Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537505.1",
"strand": false,
"transcript": "ENST00000867446.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 333,
"aa_ref": "R",
"aa_start": 276,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1018,
"cdna_start": 841,
"cds_end": null,
"cds_length": 1004,
"cds_start": 827,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000586793.6",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.827G>T",
"hgvs_p": "p.Arg276Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000468500.2",
"strand": false,
"transcript": "ENST00000586793.6",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 326,
"aa_ref": "R",
"aa_start": 161,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 989,
"cdna_start": 482,
"cds_end": null,
"cds_length": 981,
"cds_start": 482,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000638618.1",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.482G>T",
"hgvs_p": "p.Arg161Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000492832.1",
"strand": false,
"transcript": "ENST00000638618.1",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 260,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 787,
"cdna_start": 733,
"cds_end": null,
"cds_length": 785,
"cds_start": 731,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000588316.1",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.731G>T",
"hgvs_p": "p.Arg244Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000465629.1",
"strand": false,
"transcript": "ENST00000588316.1",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 56,
"aa_ref": "R",
"aa_start": 32,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 578,
"cdna_start": 501,
"cds_end": null,
"cds_length": 172,
"cds_start": 95,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000588957.5",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.95G>T",
"hgvs_p": "p.Arg32Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000465565.1",
"strand": false,
"transcript": "ENST00000588957.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 247,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 763,
"cdna_start": null,
"cds_end": null,
"cds_length": 745,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000592320.6",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "c.619-430G>T",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000465320.1",
"strand": false,
"transcript": "ENST00000592320.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1013,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000376990.8",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "n.*226G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000366189.4",
"strand": false,
"transcript": "ENST00000376990.8",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1678,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000586127.6",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "n.1356G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000586127.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 609,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000587997.6",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "n.303G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000587997.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 566,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000588640.5",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "n.207G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000588640.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 556,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000590922.1",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "n.477G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000590922.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 585,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000591719.5",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "n.461G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000591719.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3573,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000640552.1",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "n.841G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000640552.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1013,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000376990.8",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "n.*226G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000366189.4",
"strand": false,
"transcript": "ENST00000376990.8",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 594,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000585543.6",
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"hgvs_c": "n.-236G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000585543.6",
"transcript_support_level": 1
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs121909719",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 4235,
"gene_symbol": "GFAP",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Pathogenic",
"phenotype_combined": "Alexander disease|not provided",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 7.905,
"pos": 44911751,
"ref": "C",
"revel_prediction": "Pathogenic",
"revel_score": 0.933,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001363846.2"
}
]
}