← 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-148809375-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=148809375&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 148809375,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000320356.7",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2045C>T",
"hgvs_p": "p.Ala682Val",
"transcript": "NM_004456.5",
"protein_id": "NP_004447.2",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 751,
"cds_start": 2045,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2180,
"cdna_end": null,
"cdna_length": 2654,
"mane_select": "ENST00000320356.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2045C>T",
"hgvs_p": "p.Ala682Val",
"transcript": "ENST00000320356.7",
"protein_id": "ENSP00000320147.2",
"transcript_support_level": 1,
"aa_start": 682,
"aa_end": null,
"aa_length": 751,
"cds_start": 2045,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2180,
"cdna_end": null,
"cdna_length": 2654,
"mane_select": "NM_004456.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2030C>T",
"hgvs_p": "p.Ala677Val",
"transcript": "ENST00000460911.5",
"protein_id": "ENSP00000419711.1",
"transcript_support_level": 1,
"aa_start": 677,
"aa_end": null,
"aa_length": 746,
"cds_start": 2030,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2119,
"cdna_end": null,
"cdna_length": 2591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1913C>T",
"hgvs_p": "p.Ala638Val",
"transcript": "ENST00000350995.6",
"protein_id": "ENSP00000223193.2",
"transcript_support_level": 1,
"aa_start": 638,
"aa_end": null,
"aa_length": 707,
"cds_start": 1913,
"cds_end": null,
"cds_length": 2124,
"cdna_start": 2005,
"cdna_end": null,
"cdna_length": 2477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2030C>T",
"hgvs_p": "p.Ala677Val",
"transcript": "NM_001203247.2",
"protein_id": "NP_001190176.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 746,
"cds_start": 2030,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2165,
"cdna_end": null,
"cdna_length": 2639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2003C>T",
"hgvs_p": "p.Ala668Val",
"transcript": "NM_001203248.2",
"protein_id": "NP_001190177.1",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 737,
"cds_start": 2003,
"cds_end": null,
"cds_length": 2214,
"cdna_start": 2138,
"cdna_end": null,
"cdna_length": 2612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2003C>T",
"hgvs_p": "p.Ala668Val",
"transcript": "ENST00000483967.5",
"protein_id": "ENSP00000419856.1",
"transcript_support_level": 2,
"aa_start": 668,
"aa_end": null,
"aa_length": 737,
"cds_start": 2003,
"cds_end": null,
"cds_length": 2214,
"cdna_start": 2134,
"cdna_end": null,
"cdna_length": 2466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1913C>T",
"hgvs_p": "p.Ala638Val",
"transcript": "NM_152998.3",
"protein_id": "NP_694543.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 707,
"cds_start": 1913,
"cds_end": null,
"cds_length": 2124,
"cdna_start": 2048,
"cdna_end": null,
"cdna_length": 2522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1877C>T",
"hgvs_p": "p.Ala626Val",
"transcript": "NM_001203249.2",
"protein_id": "NP_001190178.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 695,
"cds_start": 1877,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 2173,
"cdna_end": null,
"cdna_length": 2647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1877C>T",
"hgvs_p": "p.Ala626Val",
"transcript": "ENST00000476773.5",
"protein_id": "ENSP00000419050.1",
"transcript_support_level": 2,
"aa_start": 626,
"aa_end": null,
"aa_length": 695,
"cds_start": 1877,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 2197,
"cdna_end": null,
"cdna_length": 2572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1877C>T",
"hgvs_p": "p.Ala626Val",
"transcript": "ENST00000478654.5",
"protein_id": "ENSP00000417062.1",
"transcript_support_level": 5,
"aa_start": 626,
"aa_end": null,
"aa_length": 695,
"cds_start": 1877,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 2049,
"cdna_end": null,
"cdna_length": 2522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Ala690Val",
"transcript": "XM_011515883.3",
"protein_id": "XP_011514185.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 759,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2280,
"cdna_start": 2213,
"cdna_end": null,
"cdna_length": 2687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Ala690Val",
"transcript": "XM_017011817.3",
"protein_id": "XP_016867306.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 759,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2280,
"cdna_start": 11928,
"cdna_end": null,
"cdna_length": 12402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2069C>T",
"hgvs_p": "p.Ala690Val",
"transcript": "XM_047419989.1",
"protein_id": "XP_047275945.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 759,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2280,
"cdna_start": 2413,
"cdna_end": null,
"cdna_length": 2887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2054C>T",
"hgvs_p": "p.Ala685Val",
"transcript": "XM_005249962.5",
"protein_id": "XP_005250019.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 754,
"cds_start": 2054,
"cds_end": null,
"cds_length": 2265,
"cdna_start": 2398,
"cdna_end": null,
"cdna_length": 2872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2054C>T",
"hgvs_p": "p.Ala685Val",
"transcript": "XM_047419990.1",
"protein_id": "XP_047275946.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 754,
"cds_start": 2054,
"cds_end": null,
"cds_length": 2265,
"cdna_start": 2226,
"cdna_end": null,
"cdna_length": 2700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2045C>T",
"hgvs_p": "p.Ala682Val",
"transcript": "XM_047419991.1",
"protein_id": "XP_047275947.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 751,
"cds_start": 2045,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2168,
"cdna_end": null,
"cdna_length": 2642,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2042C>T",
"hgvs_p": "p.Ala681Val",
"transcript": "XM_011515885.3",
"protein_id": "XP_011514187.1",
"transcript_support_level": null,
"aa_start": 681,
"aa_end": null,
"aa_length": 750,
"cds_start": 2042,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 11901,
"cdna_end": null,
"cdna_length": 12375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2030C>T",
"hgvs_p": "p.Ala677Val",
"transcript": "XM_047419992.1",
"protein_id": "XP_047275948.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 746,
"cds_start": 2030,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2146,
"cdna_end": null,
"cdna_length": 2620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2027C>T",
"hgvs_p": "p.Ala676Val",
"transcript": "XM_005249963.5",
"protein_id": "XP_005250020.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 745,
"cds_start": 2027,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 11886,
"cdna_end": null,
"cdna_length": 12360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2027C>T",
"hgvs_p": "p.Ala676Val",
"transcript": "XM_047419993.1",
"protein_id": "XP_047275949.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 745,
"cds_start": 2027,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 2184,
"cdna_end": null,
"cdna_length": 2658,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2027C>T",
"hgvs_p": "p.Ala676Val",
"transcript": "XM_047419994.1",
"protein_id": "XP_047275950.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 745,
"cds_start": 2027,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 2263,
"cdna_end": null,
"cdna_length": 2737,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2021C>T",
"hgvs_p": "p.Ala674Val",
"transcript": "XM_047419995.1",
"protein_id": "XP_047275951.1",
"transcript_support_level": null,
"aa_start": 674,
"aa_end": null,
"aa_length": 743,
"cds_start": 2021,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2177,
"cdna_end": null,
"cdna_length": 2651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2018C>T",
"hgvs_p": "p.Ala673Val",
"transcript": "XM_011515887.4",
"protein_id": "XP_011514189.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 742,
"cds_start": 2018,
"cds_end": null,
"cds_length": 2229,
"cdna_start": 2153,
"cdna_end": null,
"cdna_length": 2627,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2006C>T",
"hgvs_p": "p.Ala669Val",
"transcript": "XM_047419996.1",
"protein_id": "XP_047275952.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 738,
"cds_start": 2006,
"cds_end": null,
"cds_length": 2217,
"cdna_start": 2162,
"cdna_end": null,
"cdna_length": 2636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.2003C>T",
"hgvs_p": "p.Ala668Val",
"transcript": "XM_047419997.1",
"protein_id": "XP_047275953.1",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 737,
"cds_start": 2003,
"cds_end": null,
"cds_length": 2214,
"cdna_start": 2121,
"cdna_end": null,
"cdna_length": 2595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1979C>T",
"hgvs_p": "p.Ala660Val",
"transcript": "XM_011515889.3",
"protein_id": "XP_011514191.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 729,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 2135,
"cdna_end": null,
"cdna_length": 2609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1952C>T",
"hgvs_p": "p.Ala651Val",
"transcript": "XM_011515890.3",
"protein_id": "XP_011514192.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 720,
"cds_start": 1952,
"cds_end": null,
"cds_length": 2163,
"cdna_start": 11811,
"cdna_end": null,
"cdna_length": 12285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1943C>T",
"hgvs_p": "p.Ala648Val",
"transcript": "XM_011515892.3",
"protein_id": "XP_011514194.1",
"transcript_support_level": null,
"aa_start": 648,
"aa_end": null,
"aa_length": 717,
"cds_start": 1943,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 11802,
"cdna_end": null,
"cdna_length": 12276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1937C>T",
"hgvs_p": "p.Ala646Val",
"transcript": "XM_011515893.3",
"protein_id": "XP_011514195.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 715,
"cds_start": 1937,
"cds_end": null,
"cds_length": 2148,
"cdna_start": 11796,
"cdna_end": null,
"cdna_length": 12270,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1937C>T",
"hgvs_p": "p.Ala646Val",
"transcript": "XM_047419998.1",
"protein_id": "XP_047275954.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 715,
"cds_start": 1937,
"cds_end": null,
"cds_length": 2148,
"cdna_start": 2086,
"cdna_end": null,
"cdna_length": 2560,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1928C>T",
"hgvs_p": "p.Ala643Val",
"transcript": "XM_011515894.3",
"protein_id": "XP_011514196.1",
"transcript_support_level": null,
"aa_start": 643,
"aa_end": null,
"aa_length": 712,
"cds_start": 1928,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2063,
"cdna_end": null,
"cdna_length": 2537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1928C>T",
"hgvs_p": "p.Ala643Val",
"transcript": "XM_017011819.2",
"protein_id": "XP_016867308.1",
"transcript_support_level": null,
"aa_start": 643,
"aa_end": null,
"aa_length": 712,
"cds_start": 1928,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 11787,
"cdna_end": null,
"cdna_length": 12261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1925C>T",
"hgvs_p": "p.Ala642Val",
"transcript": "XM_011515895.3",
"protein_id": "XP_011514197.1",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 711,
"cds_start": 1925,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 11784,
"cdna_end": null,
"cdna_length": 12258,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1919C>T",
"hgvs_p": "p.Ala640Val",
"transcript": "XM_047419999.1",
"protein_id": "XP_047275955.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 709,
"cds_start": 1919,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 2054,
"cdna_end": null,
"cdna_length": 2528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1910C>T",
"hgvs_p": "p.Ala637Val",
"transcript": "XM_047420000.1",
"protein_id": "XP_047275956.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 706,
"cds_start": 1910,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 11769,
"cdna_end": null,
"cdna_length": 12243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1904C>T",
"hgvs_p": "p.Ala635Val",
"transcript": "XM_047420001.1",
"protein_id": "XP_047275957.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 704,
"cds_start": 1904,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 2039,
"cdna_end": null,
"cdna_length": 2513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1901C>T",
"hgvs_p": "p.Ala634Val",
"transcript": "XM_005249964.5",
"protein_id": "XP_005250021.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 703,
"cds_start": 1901,
"cds_end": null,
"cds_length": 2112,
"cdna_start": 11760,
"cdna_end": null,
"cdna_length": 12234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1901C>T",
"hgvs_p": "p.Ala634Val",
"transcript": "XM_017011820.3",
"protein_id": "XP_016867309.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 703,
"cds_start": 1901,
"cds_end": null,
"cds_length": 2112,
"cdna_start": 2036,
"cdna_end": null,
"cdna_length": 2510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1886C>T",
"hgvs_p": "p.Ala629Val",
"transcript": "XM_047420002.1",
"protein_id": "XP_047275958.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 698,
"cds_start": 1886,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 2021,
"cdna_end": null,
"cdna_length": 2495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1811C>T",
"hgvs_p": "p.Ala604Val",
"transcript": "XM_011515896.3",
"protein_id": "XP_011514198.1",
"transcript_support_level": null,
"aa_start": 604,
"aa_end": null,
"aa_length": 673,
"cds_start": 1811,
"cds_end": null,
"cds_length": 2022,
"cdna_start": 11670,
"cdna_end": null,
"cdna_length": 12144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1787C>T",
"hgvs_p": "p.Ala596Val",
"transcript": "XM_047420004.1",
"protein_id": "XP_047275960.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 665,
"cds_start": 1787,
"cds_end": null,
"cds_length": 1998,
"cdna_start": 1922,
"cdna_end": null,
"cdna_length": 2396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1718C>T",
"hgvs_p": "p.Ala573Val",
"transcript": "XM_047420005.1",
"protein_id": "XP_047275961.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 642,
"cds_start": 1718,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 2087,
"cdna_end": null,
"cdna_length": 2561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1718C>T",
"hgvs_p": "p.Ala573Val",
"transcript": "XM_047420006.1",
"protein_id": "XP_047275962.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 642,
"cds_start": 1718,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 1997,
"cdna_end": null,
"cdna_length": 2471,
"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": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*2035C>T",
"hgvs_p": null,
"transcript": "ENST00000492143.5",
"protein_id": "ENSP00000417377.1",
"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": 3641,
"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": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.3945C>T",
"hgvs_p": null,
"transcript": "ENST00000682263.1",
"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": 4367,
"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": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*1107C>T",
"hgvs_p": null,
"transcript": "ENST00000682317.1",
"protein_id": "ENSP00000508286.1",
"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": 2535,
"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": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*941C>T",
"hgvs_p": null,
"transcript": "ENST00000683292.1",
"protein_id": "ENSP00000507503.1",
"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": 2909,
"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": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.3764C>T",
"hgvs_p": null,
"transcript": "ENST00000683293.1",
"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": 4189,
"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": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*1107C>T",
"hgvs_p": null,
"transcript": "ENST00000683744.1",
"protein_id": "ENSP00000506949.1",
"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": 2707,
"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": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*1107C>T",
"hgvs_p": null,
"transcript": "ENST00000684300.1",
"protein_id": "ENSP00000508407.1",
"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": 2961,
"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": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.3878C>T",
"hgvs_p": null,
"transcript": "ENST00000684400.1",
"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": 4502,
"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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.2361C>T",
"hgvs_p": null,
"transcript": "ENST00000684436.1",
"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": 2684,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.2423C>T",
"hgvs_p": null,
"transcript": "ENST00000684510.1",
"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": 2860,
"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": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*2035C>T",
"hgvs_p": null,
"transcript": "ENST00000492143.5",
"protein_id": "ENSP00000417377.1",
"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": 3641,
"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": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*1107C>T",
"hgvs_p": null,
"transcript": "ENST00000682317.1",
"protein_id": "ENSP00000508286.1",
"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": 2535,
"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": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*941C>T",
"hgvs_p": null,
"transcript": "ENST00000683292.1",
"protein_id": "ENSP00000507503.1",
"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": 2909,
"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": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*1107C>T",
"hgvs_p": null,
"transcript": "ENST00000683744.1",
"protein_id": "ENSP00000506949.1",
"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": 2707,
"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": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*1107C>T",
"hgvs_p": null,
"transcript": "ENST00000684300.1",
"protein_id": "ENSP00000508407.1",
"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": 2961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"dbsnp": "rs1057519833",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 6.91269e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9817948937416077,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.929,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9996,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.53,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.63,
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM1",
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000320356.7",
"gene_symbol": "EZH2",
"hgnc_id": 3527,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2045C>T",
"hgvs_p": "p.Ala682Val"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}