← 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-148816715-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=148816715&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 148816715,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_004456.5",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "NM_004456.5",
"protein_id": "NP_004447.2",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 751,
"cds_start": 1474,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000320356.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004456.5"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "ENST00000320356.7",
"protein_id": "ENSP00000320147.2",
"transcript_support_level": 1,
"aa_start": 492,
"aa_end": null,
"aa_length": 751,
"cds_start": 1474,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004456.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000320356.7"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1459A>G",
"hgvs_p": "p.Thr487Ala",
"transcript": "ENST00000460911.5",
"protein_id": "ENSP00000419711.1",
"transcript_support_level": 1,
"aa_start": 487,
"aa_end": null,
"aa_length": 746,
"cds_start": 1459,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000460911.5"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1342A>G",
"hgvs_p": "p.Thr448Ala",
"transcript": "ENST00000350995.6",
"protein_id": "ENSP00000223193.2",
"transcript_support_level": 1,
"aa_start": 448,
"aa_end": null,
"aa_length": 707,
"cds_start": 1342,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000350995.6"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1480A>G",
"hgvs_p": "p.Thr494Ala",
"transcript": "ENST00000893365.1",
"protein_id": "ENSP00000563424.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 753,
"cds_start": 1480,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893365.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1459A>G",
"hgvs_p": "p.Thr487Ala",
"transcript": "ENST00000893367.1",
"protein_id": "ENSP00000563426.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 751,
"cds_start": 1459,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893367.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "ENST00000931956.1",
"protein_id": "ENSP00000602015.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 751,
"cds_start": 1474,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931956.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1459A>G",
"hgvs_p": "p.Thr487Ala",
"transcript": "NM_001203247.2",
"protein_id": "NP_001190176.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 746,
"cds_start": 1459,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001203247.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1459A>G",
"hgvs_p": "p.Thr487Ala",
"transcript": "ENST00000931959.1",
"protein_id": "ENSP00000602018.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 746,
"cds_start": 1459,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931959.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1459A>G",
"hgvs_p": "p.Thr487Ala",
"transcript": "ENST00000931961.1",
"protein_id": "ENSP00000602020.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 746,
"cds_start": 1459,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931961.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1447A>G",
"hgvs_p": "p.Thr483Ala",
"transcript": "ENST00000893366.1",
"protein_id": "ENSP00000563425.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 742,
"cds_start": 1447,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893366.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1432A>G",
"hgvs_p": "p.Thr478Ala",
"transcript": "NM_001203248.2",
"protein_id": "NP_001190177.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 737,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001203248.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1432A>G",
"hgvs_p": "p.Thr478Ala",
"transcript": "ENST00000483967.5",
"protein_id": "ENSP00000419856.1",
"transcript_support_level": 2,
"aa_start": 478,
"aa_end": null,
"aa_length": 737,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000483967.5"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1432A>G",
"hgvs_p": "p.Thr478Ala",
"transcript": "ENST00000931958.1",
"protein_id": "ENSP00000602017.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 737,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931958.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1363A>G",
"hgvs_p": "p.Thr455Ala",
"transcript": "ENST00000931951.1",
"protein_id": "ENSP00000602010.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 714,
"cds_start": 1363,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931951.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1357A>G",
"hgvs_p": "p.Thr453Ala",
"transcript": "ENST00000931950.1",
"protein_id": "ENSP00000602009.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 712,
"cds_start": 1357,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931950.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "ENST00000931957.1",
"protein_id": "ENSP00000602016.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 709,
"cds_start": 1474,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931957.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1342A>G",
"hgvs_p": "p.Thr448Ala",
"transcript": "NM_152998.3",
"protein_id": "NP_694543.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 707,
"cds_start": 1342,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152998.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1342A>G",
"hgvs_p": "p.Thr448Ala",
"transcript": "ENST00000893368.1",
"protein_id": "ENSP00000563427.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 707,
"cds_start": 1342,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893368.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1459A>G",
"hgvs_p": "p.Thr487Ala",
"transcript": "ENST00000931954.1",
"protein_id": "ENSP00000602013.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 704,
"cds_start": 1459,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931954.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1330A>G",
"hgvs_p": "p.Thr444Ala",
"transcript": "ENST00000931952.1",
"protein_id": "ENSP00000602011.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 703,
"cds_start": 1330,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931952.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1315A>G",
"hgvs_p": "p.Thr439Ala",
"transcript": "ENST00000893364.1",
"protein_id": "ENSP00000563423.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 698,
"cds_start": 1315,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893364.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1432A>G",
"hgvs_p": "p.Thr478Ala",
"transcript": "NM_001203249.2",
"protein_id": "NP_001190178.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 695,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001203249.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1432A>G",
"hgvs_p": "p.Thr478Ala",
"transcript": "ENST00000476773.5",
"protein_id": "ENSP00000419050.1",
"transcript_support_level": 2,
"aa_start": 478,
"aa_end": null,
"aa_length": 695,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000476773.5"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1432A>G",
"hgvs_p": "p.Thr478Ala",
"transcript": "ENST00000478654.5",
"protein_id": "ENSP00000417062.1",
"transcript_support_level": 5,
"aa_start": 478,
"aa_end": null,
"aa_length": 695,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000478654.5"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1432A>G",
"hgvs_p": "p.Thr478Ala",
"transcript": "ENST00000931955.1",
"protein_id": "ENSP00000602014.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 695,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931955.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1300A>G",
"hgvs_p": "p.Thr434Ala",
"transcript": "ENST00000943026.1",
"protein_id": "ENSP00000613085.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 693,
"cds_start": 1300,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943026.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1225A>G",
"hgvs_p": "p.Thr409Ala",
"transcript": "ENST00000931960.1",
"protein_id": "ENSP00000602019.1",
"transcript_support_level": null,
"aa_start": 409,
"aa_end": null,
"aa_length": 668,
"cds_start": 1225,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931960.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1210A>G",
"hgvs_p": "p.Thr404Ala",
"transcript": "ENST00000931953.1",
"protein_id": "ENSP00000602012.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 663,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931953.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1498A>G",
"hgvs_p": "p.Thr500Ala",
"transcript": "XM_011515883.3",
"protein_id": "XP_011514185.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 759,
"cds_start": 1498,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515883.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1498A>G",
"hgvs_p": "p.Thr500Ala",
"transcript": "XM_017011817.3",
"protein_id": "XP_016867306.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 759,
"cds_start": 1498,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011817.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1498A>G",
"hgvs_p": "p.Thr500Ala",
"transcript": "XM_047419989.1",
"protein_id": "XP_047275945.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 759,
"cds_start": 1498,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419989.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1483A>G",
"hgvs_p": "p.Thr495Ala",
"transcript": "XM_005249962.5",
"protein_id": "XP_005250019.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 754,
"cds_start": 1483,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005249962.5"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1483A>G",
"hgvs_p": "p.Thr495Ala",
"transcript": "XM_047419990.1",
"protein_id": "XP_047275946.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 754,
"cds_start": 1483,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419990.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "XM_047419991.1",
"protein_id": "XP_047275947.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 751,
"cds_start": 1474,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419991.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1471A>G",
"hgvs_p": "p.Thr491Ala",
"transcript": "XM_011515885.3",
"protein_id": "XP_011514187.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 750,
"cds_start": 1471,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515885.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1459A>G",
"hgvs_p": "p.Thr487Ala",
"transcript": "XM_047419992.1",
"protein_id": "XP_047275948.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 746,
"cds_start": 1459,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419992.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1456A>G",
"hgvs_p": "p.Thr486Ala",
"transcript": "XM_005249963.5",
"protein_id": "XP_005250020.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 745,
"cds_start": 1456,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005249963.5"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1456A>G",
"hgvs_p": "p.Thr486Ala",
"transcript": "XM_047419993.1",
"protein_id": "XP_047275949.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 745,
"cds_start": 1456,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419993.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1456A>G",
"hgvs_p": "p.Thr486Ala",
"transcript": "XM_047419994.1",
"protein_id": "XP_047275950.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 745,
"cds_start": 1456,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419994.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1450A>G",
"hgvs_p": "p.Thr484Ala",
"transcript": "XM_047419995.1",
"protein_id": "XP_047275951.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 743,
"cds_start": 1450,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419995.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1447A>G",
"hgvs_p": "p.Thr483Ala",
"transcript": "XM_011515887.4",
"protein_id": "XP_011514189.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 742,
"cds_start": 1447,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515887.4"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1435A>G",
"hgvs_p": "p.Thr479Ala",
"transcript": "XM_047419996.1",
"protein_id": "XP_047275952.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 738,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419996.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1432A>G",
"hgvs_p": "p.Thr478Ala",
"transcript": "XM_047419997.1",
"protein_id": "XP_047275953.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 737,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419997.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1408A>G",
"hgvs_p": "p.Thr470Ala",
"transcript": "XM_011515889.3",
"protein_id": "XP_011514191.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 729,
"cds_start": 1408,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515889.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1381A>G",
"hgvs_p": "p.Thr461Ala",
"transcript": "XM_011515890.3",
"protein_id": "XP_011514192.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 720,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515890.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1498A>G",
"hgvs_p": "p.Thr500Ala",
"transcript": "XM_011515892.3",
"protein_id": "XP_011514194.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 717,
"cds_start": 1498,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515892.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1366A>G",
"hgvs_p": "p.Thr456Ala",
"transcript": "XM_011515893.3",
"protein_id": "XP_011514195.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 715,
"cds_start": 1366,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515893.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1366A>G",
"hgvs_p": "p.Thr456Ala",
"transcript": "XM_047419998.1",
"protein_id": "XP_047275954.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 715,
"cds_start": 1366,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419998.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1357A>G",
"hgvs_p": "p.Thr453Ala",
"transcript": "XM_011515894.3",
"protein_id": "XP_011514196.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 712,
"cds_start": 1357,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515894.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1483A>G",
"hgvs_p": "p.Thr495Ala",
"transcript": "XM_017011819.2",
"protein_id": "XP_016867308.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 712,
"cds_start": 1483,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011819.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1354A>G",
"hgvs_p": "p.Thr452Ala",
"transcript": "XM_011515895.3",
"protein_id": "XP_011514197.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 711,
"cds_start": 1354,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515895.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala",
"transcript": "XM_047419999.1",
"protein_id": "XP_047275955.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 709,
"cds_start": 1474,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419999.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1339A>G",
"hgvs_p": "p.Thr447Ala",
"transcript": "XM_047420000.1",
"protein_id": "XP_047275956.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 706,
"cds_start": 1339,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420000.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1459A>G",
"hgvs_p": "p.Thr487Ala",
"transcript": "XM_047420001.1",
"protein_id": "XP_047275957.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 704,
"cds_start": 1459,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420001.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1456A>G",
"hgvs_p": "p.Thr486Ala",
"transcript": "XM_005249964.5",
"protein_id": "XP_005250021.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 703,
"cds_start": 1456,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005249964.5"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1330A>G",
"hgvs_p": "p.Thr444Ala",
"transcript": "XM_017011820.3",
"protein_id": "XP_016867309.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 703,
"cds_start": 1330,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011820.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1315A>G",
"hgvs_p": "p.Thr439Ala",
"transcript": "XM_047420002.1",
"protein_id": "XP_047275958.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 698,
"cds_start": 1315,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420002.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1366A>G",
"hgvs_p": "p.Thr456Ala",
"transcript": "XM_011515896.3",
"protein_id": "XP_011514198.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 673,
"cds_start": 1366,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515896.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1342A>G",
"hgvs_p": "p.Thr448Ala",
"transcript": "XM_047420004.1",
"protein_id": "XP_047275960.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 665,
"cds_start": 1342,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420004.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1147A>G",
"hgvs_p": "p.Thr383Ala",
"transcript": "XM_047420005.1",
"protein_id": "XP_047275961.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 642,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420005.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1147A>G",
"hgvs_p": "p.Thr383Ala",
"transcript": "XM_047420006.1",
"protein_id": "XP_047275962.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 642,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420006.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1498A>G",
"hgvs_p": "p.Thr500Ala",
"transcript": "XM_011515899.4",
"protein_id": "XP_011514201.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 511,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515899.4"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1459A>G",
"hgvs_p": "p.Thr487Ala",
"transcript": "XM_047420007.1",
"protein_id": "XP_047275963.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 498,
"cds_start": 1459,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420007.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.*56A>G",
"hgvs_p": null,
"transcript": "XM_047420009.1",
"protein_id": "XP_047275965.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 423,
"cds_start": null,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420009.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1264+1162A>G",
"hgvs_p": null,
"transcript": "XM_011515901.4",
"protein_id": "XP_011514203.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 432,
"cds_start": null,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515901.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "c.1264+1162A>G",
"hgvs_p": null,
"transcript": "XM_047420008.1",
"protein_id": "XP_047275964.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 432,
"cds_start": null,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420008.1"
},
{
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*1464A>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000492143.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.2132A>G",
"hgvs_p": null,
"transcript": "ENST00000682263.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000682263.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*536A>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000682317.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.1132A>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683292.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.814A>G",
"hgvs_p": null,
"transcript": "ENST00000683293.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000683293.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*536A>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683744.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*536A>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684300.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.1790A>G",
"hgvs_p": null,
"transcript": "ENST00000684436.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000684436.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.1852A>G",
"hgvs_p": null,
"transcript": "ENST00000684510.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000684510.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*1464A>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000492143.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*536A>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000682317.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*536A>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683744.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.*536A>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684300.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"hgvs_c": "n.-15A>G",
"hgvs_p": null,
"transcript": "ENST00000684400.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000684400.1"
}
],
"gene_symbol": "EZH2",
"gene_hgnc_id": 3527,
"dbsnp": "rs770006533",
"frequency_reference_population": 6.8412743e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84127e-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.2869250774383545,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.53,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5128,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.591,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004456.5",
"gene_symbol": "EZH2",
"hgnc_id": 3527,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1474A>G",
"hgvs_p": "p.Thr492Ala"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}