← 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-148809340-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=148809340&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 148809340,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000320356.7",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2080C>T",
"hgvs_p": "p.His694Tyr",
"transcript": "NM_004456.5",
"protein_id": "NP_004447.2",
"transcript_support_level": null,
"aa_start": 694,
"aa_end": null,
"aa_length": 751,
"cds_start": 2080,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2215,
"cdna_end": null,
"cdna_length": 2654,
"mane_select": "ENST00000320356.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2080C>T",
"hgvs_p": "p.His694Tyr",
"transcript": "ENST00000320356.7",
"protein_id": "ENSP00000320147.2",
"transcript_support_level": 1,
"aa_start": 694,
"aa_end": null,
"aa_length": 751,
"cds_start": 2080,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2215,
"cdna_end": null,
"cdna_length": 2654,
"mane_select": "NM_004456.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2065C>T",
"hgvs_p": "p.His689Tyr",
"transcript": "ENST00000460911.5",
"protein_id": "ENSP00000419711.1",
"transcript_support_level": 1,
"aa_start": 689,
"aa_end": null,
"aa_length": 746,
"cds_start": 2065,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2154,
"cdna_end": null,
"cdna_length": 2591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1948C>T",
"hgvs_p": "p.His650Tyr",
"transcript": "ENST00000350995.6",
"protein_id": "ENSP00000223193.2",
"transcript_support_level": 1,
"aa_start": 650,
"aa_end": null,
"aa_length": 707,
"cds_start": 1948,
"cds_end": null,
"cds_length": 2124,
"cdna_start": 2040,
"cdna_end": null,
"cdna_length": 2477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2065C>T",
"hgvs_p": "p.His689Tyr",
"transcript": "NM_001203247.2",
"protein_id": "NP_001190176.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 746,
"cds_start": 2065,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2200,
"cdna_end": null,
"cdna_length": 2639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2038C>T",
"hgvs_p": "p.His680Tyr",
"transcript": "NM_001203248.2",
"protein_id": "NP_001190177.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 737,
"cds_start": 2038,
"cds_end": null,
"cds_length": 2214,
"cdna_start": 2173,
"cdna_end": null,
"cdna_length": 2612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2038C>T",
"hgvs_p": "p.His680Tyr",
"transcript": "ENST00000483967.5",
"protein_id": "ENSP00000419856.1",
"transcript_support_level": 2,
"aa_start": 680,
"aa_end": null,
"aa_length": 737,
"cds_start": 2038,
"cds_end": null,
"cds_length": 2214,
"cdna_start": 2169,
"cdna_end": null,
"cdna_length": 2466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1948C>T",
"hgvs_p": "p.His650Tyr",
"transcript": "NM_152998.3",
"protein_id": "NP_694543.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 707,
"cds_start": 1948,
"cds_end": null,
"cds_length": 2124,
"cdna_start": 2083,
"cdna_end": null,
"cdna_length": 2522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1912C>T",
"hgvs_p": "p.His638Tyr",
"transcript": "NM_001203249.2",
"protein_id": "NP_001190178.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 695,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 2208,
"cdna_end": null,
"cdna_length": 2647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1912C>T",
"hgvs_p": "p.His638Tyr",
"transcript": "ENST00000476773.5",
"protein_id": "ENSP00000419050.1",
"transcript_support_level": 2,
"aa_start": 638,
"aa_end": null,
"aa_length": 695,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 2232,
"cdna_end": null,
"cdna_length": 2572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1912C>T",
"hgvs_p": "p.His638Tyr",
"transcript": "ENST00000478654.5",
"protein_id": "ENSP00000417062.1",
"transcript_support_level": 5,
"aa_start": 638,
"aa_end": null,
"aa_length": 695,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 2084,
"cdna_end": null,
"cdna_length": 2522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2104C>T",
"hgvs_p": "p.His702Tyr",
"transcript": "XM_011515883.3",
"protein_id": "XP_011514185.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 759,
"cds_start": 2104,
"cds_end": null,
"cds_length": 2280,
"cdna_start": 2248,
"cdna_end": null,
"cdna_length": 2687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2104C>T",
"hgvs_p": "p.His702Tyr",
"transcript": "XM_017011817.3",
"protein_id": "XP_016867306.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 759,
"cds_start": 2104,
"cds_end": null,
"cds_length": 2280,
"cdna_start": 11963,
"cdna_end": null,
"cdna_length": 12402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2104C>T",
"hgvs_p": "p.His702Tyr",
"transcript": "XM_047419989.1",
"protein_id": "XP_047275945.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 759,
"cds_start": 2104,
"cds_end": null,
"cds_length": 2280,
"cdna_start": 2448,
"cdna_end": null,
"cdna_length": 2887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2089C>T",
"hgvs_p": "p.His697Tyr",
"transcript": "XM_005249962.5",
"protein_id": "XP_005250019.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 754,
"cds_start": 2089,
"cds_end": null,
"cds_length": 2265,
"cdna_start": 2433,
"cdna_end": null,
"cdna_length": 2872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2089C>T",
"hgvs_p": "p.His697Tyr",
"transcript": "XM_047419990.1",
"protein_id": "XP_047275946.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 754,
"cds_start": 2089,
"cds_end": null,
"cds_length": 2265,
"cdna_start": 2261,
"cdna_end": null,
"cdna_length": 2700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2080C>T",
"hgvs_p": "p.His694Tyr",
"transcript": "XM_047419991.1",
"protein_id": "XP_047275947.1",
"transcript_support_level": null,
"aa_start": 694,
"aa_end": null,
"aa_length": 751,
"cds_start": 2080,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2203,
"cdna_end": null,
"cdna_length": 2642,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2077C>T",
"hgvs_p": "p.His693Tyr",
"transcript": "XM_011515885.3",
"protein_id": "XP_011514187.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 750,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 11936,
"cdna_end": null,
"cdna_length": 12375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2065C>T",
"hgvs_p": "p.His689Tyr",
"transcript": "XM_047419992.1",
"protein_id": "XP_047275948.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 746,
"cds_start": 2065,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2181,
"cdna_end": null,
"cdna_length": 2620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2062C>T",
"hgvs_p": "p.His688Tyr",
"transcript": "XM_005249963.5",
"protein_id": "XP_005250020.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 745,
"cds_start": 2062,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 11921,
"cdna_end": null,
"cdna_length": 12360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2062C>T",
"hgvs_p": "p.His688Tyr",
"transcript": "XM_047419993.1",
"protein_id": "XP_047275949.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 745,
"cds_start": 2062,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 2219,
"cdna_end": null,
"cdna_length": 2658,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2062C>T",
"hgvs_p": "p.His688Tyr",
"transcript": "XM_047419994.1",
"protein_id": "XP_047275950.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 745,
"cds_start": 2062,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 2298,
"cdna_end": null,
"cdna_length": 2737,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2056C>T",
"hgvs_p": "p.His686Tyr",
"transcript": "XM_047419995.1",
"protein_id": "XP_047275951.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 743,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2212,
"cdna_end": null,
"cdna_length": 2651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2053C>T",
"hgvs_p": "p.His685Tyr",
"transcript": "XM_011515887.4",
"protein_id": "XP_011514189.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 742,
"cds_start": 2053,
"cds_end": null,
"cds_length": 2229,
"cdna_start": 2188,
"cdna_end": null,
"cdna_length": 2627,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2041C>T",
"hgvs_p": "p.His681Tyr",
"transcript": "XM_047419996.1",
"protein_id": "XP_047275952.1",
"transcript_support_level": null,
"aa_start": 681,
"aa_end": null,
"aa_length": 738,
"cds_start": 2041,
"cds_end": null,
"cds_length": 2217,
"cdna_start": 2197,
"cdna_end": null,
"cdna_length": 2636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2038C>T",
"hgvs_p": "p.His680Tyr",
"transcript": "XM_047419997.1",
"protein_id": "XP_047275953.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 737,
"cds_start": 2038,
"cds_end": null,
"cds_length": 2214,
"cdna_start": 2156,
"cdna_end": null,
"cdna_length": 2595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.2014C>T",
"hgvs_p": "p.His672Tyr",
"transcript": "XM_011515889.3",
"protein_id": "XP_011514191.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 729,
"cds_start": 2014,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 2170,
"cdna_end": null,
"cdna_length": 2609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1987C>T",
"hgvs_p": "p.His663Tyr",
"transcript": "XM_011515890.3",
"protein_id": "XP_011514192.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 720,
"cds_start": 1987,
"cds_end": null,
"cds_length": 2163,
"cdna_start": 11846,
"cdna_end": null,
"cdna_length": 12285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1978C>T",
"hgvs_p": "p.His660Tyr",
"transcript": "XM_011515892.3",
"protein_id": "XP_011514194.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 717,
"cds_start": 1978,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 11837,
"cdna_end": null,
"cdna_length": 12276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1972C>T",
"hgvs_p": "p.His658Tyr",
"transcript": "XM_011515893.3",
"protein_id": "XP_011514195.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 715,
"cds_start": 1972,
"cds_end": null,
"cds_length": 2148,
"cdna_start": 11831,
"cdna_end": null,
"cdna_length": 12270,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1972C>T",
"hgvs_p": "p.His658Tyr",
"transcript": "XM_047419998.1",
"protein_id": "XP_047275954.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 715,
"cds_start": 1972,
"cds_end": null,
"cds_length": 2148,
"cdna_start": 2121,
"cdna_end": null,
"cdna_length": 2560,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1963C>T",
"hgvs_p": "p.His655Tyr",
"transcript": "XM_011515894.3",
"protein_id": "XP_011514196.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 712,
"cds_start": 1963,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2098,
"cdna_end": null,
"cdna_length": 2537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1963C>T",
"hgvs_p": "p.His655Tyr",
"transcript": "XM_017011819.2",
"protein_id": "XP_016867308.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 712,
"cds_start": 1963,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 11822,
"cdna_end": null,
"cdna_length": 12261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1960C>T",
"hgvs_p": "p.His654Tyr",
"transcript": "XM_011515895.3",
"protein_id": "XP_011514197.1",
"transcript_support_level": null,
"aa_start": 654,
"aa_end": null,
"aa_length": 711,
"cds_start": 1960,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 11819,
"cdna_end": null,
"cdna_length": 12258,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1954C>T",
"hgvs_p": "p.His652Tyr",
"transcript": "XM_047419999.1",
"protein_id": "XP_047275955.1",
"transcript_support_level": null,
"aa_start": 652,
"aa_end": null,
"aa_length": 709,
"cds_start": 1954,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 2089,
"cdna_end": null,
"cdna_length": 2528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1945C>T",
"hgvs_p": "p.His649Tyr",
"transcript": "XM_047420000.1",
"protein_id": "XP_047275956.1",
"transcript_support_level": null,
"aa_start": 649,
"aa_end": null,
"aa_length": 706,
"cds_start": 1945,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 11804,
"cdna_end": null,
"cdna_length": 12243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1939C>T",
"hgvs_p": "p.His647Tyr",
"transcript": "XM_047420001.1",
"protein_id": "XP_047275957.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 704,
"cds_start": 1939,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 2074,
"cdna_end": null,
"cdna_length": 2513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1936C>T",
"hgvs_p": "p.His646Tyr",
"transcript": "XM_005249964.5",
"protein_id": "XP_005250021.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 703,
"cds_start": 1936,
"cds_end": null,
"cds_length": 2112,
"cdna_start": 11795,
"cdna_end": null,
"cdna_length": 12234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1936C>T",
"hgvs_p": "p.His646Tyr",
"transcript": "XM_017011820.3",
"protein_id": "XP_016867309.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 703,
"cds_start": 1936,
"cds_end": null,
"cds_length": 2112,
"cdna_start": 2071,
"cdna_end": null,
"cdna_length": 2510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1921C>T",
"hgvs_p": "p.His641Tyr",
"transcript": "XM_047420002.1",
"protein_id": "XP_047275958.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 698,
"cds_start": 1921,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 2056,
"cdna_end": null,
"cdna_length": 2495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1846C>T",
"hgvs_p": "p.His616Tyr",
"transcript": "XM_011515896.3",
"protein_id": "XP_011514198.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 673,
"cds_start": 1846,
"cds_end": null,
"cds_length": 2022,
"cdna_start": 11705,
"cdna_end": null,
"cdna_length": 12144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1822C>T",
"hgvs_p": "p.His608Tyr",
"transcript": "XM_047420004.1",
"protein_id": "XP_047275960.1",
"transcript_support_level": null,
"aa_start": 608,
"aa_end": null,
"aa_length": 665,
"cds_start": 1822,
"cds_end": null,
"cds_length": 1998,
"cdna_start": 1957,
"cdna_end": null,
"cdna_length": 2396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1753C>T",
"hgvs_p": "p.His585Tyr",
"transcript": "XM_047420005.1",
"protein_id": "XP_047275961.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 642,
"cds_start": 1753,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 2122,
"cdna_end": null,
"cdna_length": 2561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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.1753C>T",
"hgvs_p": "p.His585Tyr",
"transcript": "XM_047420006.1",
"protein_id": "XP_047275962.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 642,
"cds_start": 1753,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 2032,
"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.*2070C>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.3980C>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.*1142C>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.*976C>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.3799C>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.*1142C>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.*1142C>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.3913C>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.2396C>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.2458C>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.*2070C>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.*1142C>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.*976C>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.*1142C>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.*1142C>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": "rs193921147",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9883360266685486,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.975,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9996,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.61,
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000320356.7",
"gene_symbol": "EZH2",
"hgnc_id": 3527,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2080C>T",
"hgvs_p": "p.His694Tyr"
}
],
"clinvar_disease": "Weaver syndrome",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Weaver syndrome",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}