← 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-86268501-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=86268501&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 86268501,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001308007.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.906A>C",
"hgvs_p": "p.Arg302Ser",
"transcript": "NM_003797.5",
"protein_id": "NP_003788.2",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 441,
"cds_start": 906,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000263360.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003797.5"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.906A>C",
"hgvs_p": "p.Arg302Ser",
"transcript": "ENST00000263360.11",
"protein_id": "ENSP00000263360.6",
"transcript_support_level": 1,
"aa_start": 302,
"aa_end": null,
"aa_length": 441,
"cds_start": 906,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003797.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263360.11"
},
{
"aa_ref": "R",
"aa_alt": "S",
"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.906A>C",
"hgvs_p": "p.Arg302Ser",
"transcript": "ENST00000351625.10",
"protein_id": "ENSP00000338186.5",
"transcript_support_level": 1,
"aa_start": 302,
"aa_end": null,
"aa_length": 466,
"cds_start": 906,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000351625.10"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.906A>C",
"hgvs_p": "p.Arg302Ser",
"transcript": "ENST00000327320.8",
"protein_id": "ENSP00000315587.4",
"transcript_support_level": 1,
"aa_start": 302,
"aa_end": null,
"aa_length": 400,
"cds_start": 906,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000327320.8"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.1086A>C",
"hgvs_p": "p.Arg362Ser",
"transcript": "ENST00000673233.3",
"protein_id": "ENSP00000500914.2",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 501,
"cds_start": 1086,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673233.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"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.906A>C",
"hgvs_p": "p.Arg302Ser",
"transcript": "NM_001308007.2",
"protein_id": "NP_001294936.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 466,
"cds_start": 906,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308007.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.906A>C",
"hgvs_p": "p.Arg302Ser",
"transcript": "ENST00000672825.1",
"protein_id": "ENSP00000500834.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 441,
"cds_start": 906,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672825.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"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.813A>C",
"hgvs_p": "p.Arg271Ser",
"transcript": "NM_001440587.1",
"protein_id": "NP_001427516.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 435,
"cds_start": 813,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440587.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"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.906A>C",
"hgvs_p": "p.Arg302Ser",
"transcript": "NM_001440588.1",
"protein_id": "NP_001427517.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 428,
"cds_start": 906,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440588.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.906A>C",
"hgvs_p": "p.Arg302Ser",
"transcript": "NM_001440589.1",
"protein_id": "NP_001427518.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 425,
"cds_start": 906,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440589.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"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.840A>C",
"hgvs_p": "p.Arg280Ser",
"transcript": "NM_001440591.1",
"protein_id": "NP_001427520.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 419,
"cds_start": 840,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440591.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.906A>C",
"hgvs_p": "p.Arg302Ser",
"transcript": "NM_001440592.1",
"protein_id": "NP_001427521.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 413,
"cds_start": 906,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440592.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"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.813A>C",
"hgvs_p": "p.Arg271Ser",
"transcript": "NM_001440594.1",
"protein_id": "NP_001427523.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 410,
"cds_start": 813,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440594.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.906A>C",
"hgvs_p": "p.Arg302Ser",
"transcript": "NM_001440595.1",
"protein_id": "NP_001427524.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 409,
"cds_start": 906,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440595.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.801A>C",
"hgvs_p": "p.Arg267Ser",
"transcript": "ENST00000707108.1",
"protein_id": "ENSP00000516737.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 406,
"cds_start": 801,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000707108.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.906A>C",
"hgvs_p": "p.Arg302Ser",
"transcript": "NM_001440586.1",
"protein_id": "NP_001427515.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 400,
"cds_start": 906,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440586.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.906A>C",
"hgvs_p": "p.Arg302Ser",
"transcript": "NM_001440597.1",
"protein_id": "NP_001427526.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 390,
"cds_start": 906,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440597.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"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.660A>C",
"hgvs_p": "p.Arg220Ser",
"transcript": "NM_001440598.1",
"protein_id": "NP_001427527.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 384,
"cds_start": 660,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440598.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.714A>C",
"hgvs_p": "p.Arg238Ser",
"transcript": "NM_001440599.1",
"protein_id": "NP_001427528.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 377,
"cds_start": 714,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440599.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"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.813A>C",
"hgvs_p": "p.Arg271Ser",
"transcript": "NM_001440600.1",
"protein_id": "NP_001427529.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 372,
"cds_start": 813,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440600.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.660A>C",
"hgvs_p": "p.Arg220Ser",
"transcript": "NM_001440601.1",
"protein_id": "NP_001427530.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 359,
"cds_start": 660,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440601.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.906A>C",
"hgvs_p": "p.Arg302Ser",
"transcript": "XM_011545331.3",
"protein_id": "XP_011543633.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 415,
"cds_start": 906,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545331.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.906A>C",
"hgvs_p": "p.Arg302Ser",
"transcript": "XM_017018512.3",
"protein_id": "XP_016874001.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 403,
"cds_start": 906,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018512.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"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.369A>C",
"hgvs_p": "p.Arg123Ser",
"transcript": "XM_047427803.1",
"protein_id": "XP_047283759.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 287,
"cds_start": 369,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427803.1"
},
{
"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+4238A>C",
"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": null,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330334.2"
},
{
"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+4238A>C",
"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": null,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528180.5"
},
{
"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+4238A>C",
"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": null,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440602.1"
},
{
"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+4238A>C",
"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": null,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440603.1"
},
{
"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": 8,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "c.860+2285A>C",
"hgvs_p": null,
"transcript": "NM_001440604.1",
"protein_id": "NP_001427533.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 304,
"cds_start": null,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440604.1"
},
{
"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-8479A>C",
"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": null,
"cds_end": null,
"cds_length": 345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534595.1"
},
{
"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.607A>C",
"hgvs_p": null,
"transcript": "ENST00000524673.2",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000524673.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "n.868A>C",
"hgvs_p": null,
"transcript": "ENST00000525244.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000525244.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "n.499A>C",
"hgvs_p": null,
"transcript": "ENST00000533228.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000533228.1"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"hgvs_c": "n.2318A>C",
"hgvs_p": null,
"transcript": "ENST00000534564.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000534564.5"
}
],
"gene_symbol": "EED",
"gene_hgnc_id": 3188,
"dbsnp": "rs1131692173",
"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.7498288154602051,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.447,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9998,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.11,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 3.023,
"phylop100way_prediction": "Benign",
"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,PM5,PP2,PP3,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PM5",
"PP2",
"PP3",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001308007.2",
"gene_symbol": "EED",
"hgnc_id": 3188,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.906A>C",
"hgvs_p": "p.Arg302Ser"
}
],
"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
}