← 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: 21-36036152-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=36036152&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "21",
"pos": 36036152,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_017438.5",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "NM_017438.5",
"protein_id": "NP_059134.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000332131.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017438.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "ENST00000332131.9",
"protein_id": "ENSP00000329189.4",
"transcript_support_level": 2,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_017438.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000332131.9"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1216G>A",
"hgvs_p": "p.Glu406Lys",
"transcript": "ENST00000399212.5",
"protein_id": "ENSP00000382161.1",
"transcript_support_level": 1,
"aa_start": 406,
"aa_end": null,
"aa_length": 416,
"cds_start": 1216,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399212.5"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "n.1274G>A",
"hgvs_p": null,
"transcript": "ENST00000481477.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "pseudogene",
"feature": "ENST00000481477.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"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": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1372G>A",
"hgvs_p": "p.Glu458Lys",
"transcript": "ENST00000962399.1",
"protein_id": "ENSP00000632458.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 468,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962399.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "ENST00000399215.5",
"protein_id": "ENSP00000382163.1",
"transcript_support_level": 2,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399215.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "ENST00000902513.1",
"protein_id": "ENSP00000572572.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902513.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "ENST00000902515.1",
"protein_id": "ENSP00000572574.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902515.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "ENST00000902516.1",
"protein_id": "ENSP00000572575.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902516.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "ENST00000902517.1",
"protein_id": "ENSP00000572576.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902517.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "ENST00000931866.1",
"protein_id": "ENSP00000601925.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931866.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "ENST00000931867.1",
"protein_id": "ENSP00000601926.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931867.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "ENST00000931868.1",
"protein_id": "ENSP00000601927.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931868.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "ENST00000931869.1",
"protein_id": "ENSP00000601928.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931869.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "ENST00000962398.1",
"protein_id": "ENSP00000632457.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962398.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1258G>A",
"hgvs_p": "p.Glu420Lys",
"transcript": "ENST00000931865.1",
"protein_id": "ENSP00000601924.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 430,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931865.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1258G>A",
"hgvs_p": "p.Glu420Lys",
"transcript": "ENST00000962396.1",
"protein_id": "ENSP00000632455.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 430,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962396.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1216G>A",
"hgvs_p": "p.Glu406Lys",
"transcript": "NM_001286752.2",
"protein_id": "NP_001273681.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 416,
"cds_start": 1216,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286752.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1192G>A",
"hgvs_p": "p.Glu398Lys",
"transcript": "ENST00000902514.1",
"protein_id": "ENSP00000572573.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 408,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902514.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1192G>A",
"hgvs_p": "p.Glu398Lys",
"transcript": "ENST00000931864.1",
"protein_id": "ENSP00000601923.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 408,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931864.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.952G>A",
"hgvs_p": "p.Glu318Lys",
"transcript": "ENST00000962397.1",
"protein_id": "ENSP00000632456.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 328,
"cds_start": 952,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962397.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "XM_011529636.3",
"protein_id": "XP_011527938.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529636.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "XM_011529637.3",
"protein_id": "XP_011527939.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529637.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "XM_011529638.3",
"protein_id": "XP_011527940.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529638.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "XM_011529639.2",
"protein_id": "XP_011527941.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529639.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "XM_011529640.4",
"protein_id": "XP_011527942.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529640.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "XM_047440904.1",
"protein_id": "XP_047296860.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440904.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"transcript": "XM_047440905.1",
"protein_id": "XP_047296861.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 440,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440905.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"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": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1216G>A",
"hgvs_p": "p.Glu406Lys",
"transcript": "XM_011529643.2",
"protein_id": "XP_011527945.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 416,
"cds_start": 1216,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529643.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"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": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1216G>A",
"hgvs_p": "p.Glu406Lys",
"transcript": "XM_011529644.2",
"protein_id": "XP_011527946.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 416,
"cds_start": 1216,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529644.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1216G>A",
"hgvs_p": "p.Glu406Lys",
"transcript": "XM_047440906.1",
"protein_id": "XP_047296862.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 416,
"cds_start": 1216,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440906.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "c.1216G>A",
"hgvs_p": "p.Glu406Lys",
"transcript": "XM_047440907.1",
"protein_id": "XP_047296863.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 416,
"cds_start": 1216,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440907.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "n.635G>A",
"hgvs_p": null,
"transcript": "ENST00000469482.1",
"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": "pseudogene",
"feature": "ENST00000469482.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "n.1872G>A",
"hgvs_p": null,
"transcript": "ENST00000487297.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": "ENST00000487297.5"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "n.1415G>A",
"hgvs_p": null,
"transcript": "NR_040087.3",
"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": "pseudogene",
"feature": "NR_040087.3"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"hgvs_c": "n.1716G>A",
"hgvs_p": null,
"transcript": "XR_007067790.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": "pseudogene",
"feature": "XR_007067790.1"
}
],
"gene_symbol": "SETD4",
"gene_hgnc_id": 1258,
"dbsnp": "rs751326591",
"frequency_reference_population": 0.000039655297,
"hom_count_reference_population": 0,
"allele_count_reference_population": 64,
"gnomad_exomes_af": 0.0000369415,
"gnomad_genomes_af": 0.0000657298,
"gnomad_exomes_ac": 54,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.037319034337997437,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.022,
"revel_prediction": "Benign",
"alphamissense_score": 0.0667,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.69,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.732,
"phylop100way_prediction": "Benign",
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_017438.5",
"gene_symbol": "SETD4",
"hgnc_id": 1258,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}