← 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: 11-86266128-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=86266128&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 86266128,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000263360.11",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "NM_003797.5",
"protein_id": "NP_003788.2",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 441,
"cds_start": 772,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 2088,
"mane_select": "ENST00000263360.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "ENST00000263360.11",
"protein_id": "ENSP00000263360.6",
"transcript_support_level": 1,
"aa_start": 258,
"aa_end": null,
"aa_length": 441,
"cds_start": 772,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 2088,
"mane_select": "NM_003797.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "ENST00000351625.10",
"protein_id": "ENSP00000338186.5",
"transcript_support_level": 1,
"aa_start": 258,
"aa_end": null,
"aa_length": 466,
"cds_start": 772,
"cds_end": null,
"cds_length": 1401,
"cdna_start": 779,
"cdna_end": null,
"cdna_length": 1696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "ENST00000327320.8",
"protein_id": "ENSP00000315587.4",
"transcript_support_level": 1,
"aa_start": 258,
"aa_end": null,
"aa_length": 400,
"cds_start": 772,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 2033,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.952C>T",
"hgvs_p": "p.His318Tyr",
"transcript": "ENST00000673233.3",
"protein_id": "ENSP00000500914.2",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 501,
"cds_start": 952,
"cds_end": null,
"cds_length": 1506,
"cdna_start": 952,
"cdna_end": null,
"cdna_length": 2788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "NM_001308007.2",
"protein_id": "NP_001294936.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 466,
"cds_start": 772,
"cds_end": null,
"cds_length": 1401,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 2163,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "ENST00000672825.1",
"protein_id": "ENSP00000500834.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 441,
"cds_start": 772,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1238,
"cdna_end": null,
"cdna_length": 2010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.679C>T",
"hgvs_p": "p.His227Tyr",
"transcript": "NM_001440587.1",
"protein_id": "NP_001427516.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 435,
"cds_start": 679,
"cds_end": null,
"cds_length": 1308,
"cdna_start": 1156,
"cdna_end": null,
"cdna_length": 2070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "NM_001440588.1",
"protein_id": "NP_001427517.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 428,
"cds_start": 772,
"cds_end": null,
"cds_length": 1287,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 5347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "NM_001440589.1",
"protein_id": "NP_001427518.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 425,
"cds_start": 772,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 2570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.706C>T",
"hgvs_p": "p.His236Tyr",
"transcript": "NM_001440591.1",
"protein_id": "NP_001427520.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 419,
"cds_start": 706,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 1183,
"cdna_end": null,
"cdna_length": 2022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "NM_001440592.1",
"protein_id": "NP_001427521.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 413,
"cds_start": 772,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 2004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.679C>T",
"hgvs_p": "p.His227Tyr",
"transcript": "NM_001440594.1",
"protein_id": "NP_001427523.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 410,
"cds_start": 679,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 1156,
"cdna_end": null,
"cdna_length": 1995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "NM_001440595.1",
"protein_id": "NP_001427524.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 409,
"cds_start": 772,
"cds_end": null,
"cds_length": 1230,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 3349,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.667C>T",
"hgvs_p": "p.His223Tyr",
"transcript": "ENST00000707108.1",
"protein_id": "ENSP00000516737.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 406,
"cds_start": 667,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 846,
"cdna_end": null,
"cdna_length": 1685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "NM_001440586.1",
"protein_id": "NP_001427515.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 400,
"cds_start": 772,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1249,
"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": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "NM_001440597.1",
"protein_id": "NP_001427526.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 390,
"cds_start": 772,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 2641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.His176Tyr",
"transcript": "NM_001440598.1",
"protein_id": "NP_001427527.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 384,
"cds_start": 526,
"cds_end": null,
"cds_length": 1155,
"cdna_start": 1003,
"cdna_end": null,
"cdna_length": 1917,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.580C>T",
"hgvs_p": "p.His194Tyr",
"transcript": "NM_001440599.1",
"protein_id": "NP_001427528.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 377,
"cds_start": 580,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 1057,
"cdna_end": null,
"cdna_length": 1896,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.679C>T",
"hgvs_p": "p.His227Tyr",
"transcript": "NM_001440600.1",
"protein_id": "NP_001427529.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 372,
"cds_start": 679,
"cds_end": null,
"cds_length": 1119,
"cdna_start": 1156,
"cdna_end": null,
"cdna_length": 5179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.His176Tyr",
"transcript": "NM_001440601.1",
"protein_id": "NP_001427530.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 359,
"cds_start": 526,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 1003,
"cdna_end": null,
"cdna_length": 1842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "NM_001440604.1",
"protein_id": "NP_001427533.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 304,
"cds_start": 772,
"cds_end": null,
"cds_length": 915,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 3168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "XM_011545331.3",
"protein_id": "XP_011543633.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 415,
"cds_start": 772,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 1897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr",
"transcript": "XM_017018512.3",
"protein_id": "XP_016874001.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 403,
"cds_start": 772,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 5272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.235C>T",
"hgvs_p": "p.His79Tyr",
"transcript": "XM_047427803.1",
"protein_id": "XP_047283759.1",
"transcript_support_level": null,
"aa_start": 79,
"aa_end": null,
"aa_length": 287,
"cds_start": 235,
"cds_end": null,
"cds_length": 864,
"cdna_start": 770,
"cdna_end": null,
"cdna_length": 1684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "n.734C>T",
"hgvs_p": null,
"transcript": "ENST00000525244.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "n.365C>T",
"hgvs_p": null,
"transcript": "ENST00000533228.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "n.2184C>T",
"hgvs_p": null,
"transcript": "ENST00000534564.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2767,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.726+1865C>T",
"hgvs_p": null,
"transcript": "NM_001330334.2",
"protein_id": "NP_001317263.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 361,
"cds_start": -4,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.726+1865C>T",
"hgvs_p": null,
"transcript": "ENST00000528180.5",
"protein_id": "ENSP00000431778.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 361,
"cds_start": -4,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1745,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.633+1865C>T",
"hgvs_p": null,
"transcript": "NM_001440602.1",
"protein_id": "NP_001427531.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 330,
"cds_start": -4,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1755,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.726+1865C>T",
"hgvs_p": null,
"transcript": "NM_001440603.1",
"protein_id": "NP_001427532.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 323,
"cds_start": -4,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.109-10852C>T",
"hgvs_p": null,
"transcript": "ENST00000534595.1",
"protein_id": "ENSP00000436084.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 114,
"cds_start": -4,
"cds_end": null,
"cds_length": 345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"dbsnp": "rs1131692174",
"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.8444232940673828,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.485,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9995,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.14,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.691,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PM5,PP2,PP3_Moderate,PP5",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PM5",
"PP2",
"PP3_Moderate",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000263360.11",
"gene_symbol": "EED",
"hgnc_id": 3188,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.772C>T",
"hgvs_p": "p.His258Tyr"
}
],
"clinvar_disease": "Cohen-Gibson syndrome",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Cohen-Gibson syndrome",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}