← 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: 3-47042635-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=47042635&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 47042635,
"ref": "G",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_014159.7",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "c.7164C>G",
"hgvs_p": "p.Thr2388Thr",
"transcript": "NM_014159.7",
"protein_id": "NP_054878.5",
"transcript_support_level": null,
"aa_start": 2388,
"aa_end": null,
"aa_length": 2564,
"cds_start": 7164,
"cds_end": null,
"cds_length": 7695,
"cdna_start": 7353,
"cdna_end": null,
"cdna_length": 8541,
"mane_select": "ENST00000409792.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "c.7164C>G",
"hgvs_p": "p.Thr2388Thr",
"transcript": "ENST00000409792.4",
"protein_id": "ENSP00000386759.3",
"transcript_support_level": 5,
"aa_start": 2388,
"aa_end": null,
"aa_length": 2564,
"cds_start": 7164,
"cds_end": null,
"cds_length": 7695,
"cdna_start": 7353,
"cdna_end": null,
"cdna_length": 8541,
"mane_select": "NM_014159.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*2887C>G",
"hgvs_p": null,
"transcript": "ENST00000330022.11",
"protein_id": "ENSP00000332415.7",
"transcript_support_level": 1,
"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": 8172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*2887C>G",
"hgvs_p": null,
"transcript": "ENST00000330022.11",
"protein_id": "ENSP00000332415.7",
"transcript_support_level": 1,
"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": 8172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "c.7032C>G",
"hgvs_p": "p.Thr2344Thr",
"transcript": "NM_001349370.3",
"protein_id": "NP_001336299.1",
"transcript_support_level": null,
"aa_start": 2344,
"aa_end": null,
"aa_length": 2520,
"cds_start": 7032,
"cds_end": null,
"cds_length": 7563,
"cdna_start": 7337,
"cdna_end": null,
"cdna_length": 8525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "c.7032C>G",
"hgvs_p": "p.Thr2344Thr",
"transcript": "ENST00000638947.2",
"protein_id": "ENSP00000491413.2",
"transcript_support_level": 5,
"aa_start": 2344,
"aa_end": null,
"aa_length": 2520,
"cds_start": 7032,
"cds_end": null,
"cds_length": 7563,
"cdna_start": 7106,
"cdna_end": null,
"cdna_length": 8302,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "c.6930C>G",
"hgvs_p": "p.Thr2310Thr",
"transcript": "ENST00000685005.1",
"protein_id": "ENSP00000509568.1",
"transcript_support_level": null,
"aa_start": 2310,
"aa_end": null,
"aa_length": 2486,
"cds_start": 6930,
"cds_end": null,
"cds_length": 7461,
"cdna_start": 6930,
"cdna_end": null,
"cdna_length": 8109,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "c.3879C>G",
"hgvs_p": "p.Thr1293Thr",
"transcript": "ENST00000686876.1",
"protein_id": "ENSP00000509591.1",
"transcript_support_level": null,
"aa_start": 1293,
"aa_end": null,
"aa_length": 1469,
"cds_start": 3879,
"cds_end": null,
"cds_length": 4410,
"cdna_start": 3880,
"cdna_end": null,
"cdna_length": 5076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "c.3516C>G",
"hgvs_p": "p.Thr1172Thr",
"transcript": "ENST00000690157.1",
"protein_id": "ENSP00000509438.1",
"transcript_support_level": null,
"aa_start": 1172,
"aa_end": null,
"aa_length": 1348,
"cds_start": 3516,
"cds_end": null,
"cds_length": 4047,
"cdna_start": 3517,
"cdna_end": null,
"cdna_length": 4696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "c.2958C>G",
"hgvs_p": "p.Thr986Thr",
"transcript": "ENST00000691902.1",
"protein_id": "ENSP00000510234.1",
"transcript_support_level": null,
"aa_start": 986,
"aa_end": null,
"aa_length": 1162,
"cds_start": 2958,
"cds_end": null,
"cds_length": 3489,
"cdna_start": 2959,
"cdna_end": null,
"cdna_length": 4138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "c.2220C>G",
"hgvs_p": "p.Thr740Thr",
"transcript": "ENST00000691544.1",
"protein_id": "ENSP00000510710.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 916,
"cds_start": 2220,
"cds_end": null,
"cds_length": 2751,
"cdna_start": 2220,
"cdna_end": null,
"cdna_length": 3416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "c.7032C>G",
"hgvs_p": "p.Thr2344Thr",
"transcript": "XM_047448045.1",
"protein_id": "XP_047304001.1",
"transcript_support_level": null,
"aa_start": 2344,
"aa_end": null,
"aa_length": 2520,
"cds_start": 7032,
"cds_end": null,
"cds_length": 7563,
"cdna_start": 7134,
"cdna_end": null,
"cdna_length": 8322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "c.6897C>G",
"hgvs_p": "p.Thr2299Thr",
"transcript": "XM_024453487.2",
"protein_id": "XP_024309255.1",
"transcript_support_level": null,
"aa_start": 2299,
"aa_end": null,
"aa_length": 2475,
"cds_start": 6897,
"cds_end": null,
"cds_length": 7428,
"cdna_start": 6999,
"cdna_end": null,
"cdna_length": 8187,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "c.6732C>G",
"hgvs_p": "p.Thr2244Thr",
"transcript": "XM_024453488.2",
"protein_id": "XP_024309256.1",
"transcript_support_level": null,
"aa_start": 2244,
"aa_end": null,
"aa_length": 2420,
"cds_start": 6732,
"cds_end": null,
"cds_length": 7263,
"cdna_start": 6793,
"cdna_end": null,
"cdna_length": 7981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*2489C>G",
"hgvs_p": null,
"transcript": "ENST00000431180.5",
"protein_id": "ENSP00000388349.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*1114C>G",
"hgvs_p": null,
"transcript": "ENST00000445387.5",
"protein_id": "ENSP00000411901.1",
"transcript_support_level": 5,
"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": 7075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.607C>G",
"hgvs_p": null,
"transcript": "ENST00000479832.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.3973C>G",
"hgvs_p": null,
"transcript": "ENST00000685237.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*1370C>G",
"hgvs_p": null,
"transcript": "ENST00000685505.1",
"protein_id": "ENSP00000510732.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*1270C>G",
"hgvs_p": null,
"transcript": "ENST00000686773.1",
"protein_id": "ENSP00000510025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.1386C>G",
"hgvs_p": null,
"transcript": "ENST00000686792.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.1383C>G",
"hgvs_p": null,
"transcript": "ENST00000687657.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*940C>G",
"hgvs_p": null,
"transcript": "ENST00000688290.1",
"protein_id": "ENSP00000509825.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.5328C>G",
"hgvs_p": null,
"transcript": "ENST00000690461.1",
"protein_id": "ENSP00000509352.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.2969C>G",
"hgvs_p": null,
"transcript": "ENST00000692362.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*1370C>G",
"hgvs_p": null,
"transcript": "ENST00000692883.1",
"protein_id": "ENSP00000510674.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*1366C>G",
"hgvs_p": null,
"transcript": "ENST00000693321.1",
"protein_id": "ENSP00000508996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.2605C>G",
"hgvs_p": null,
"transcript": "ENST00000693738.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.7521C>G",
"hgvs_p": null,
"transcript": "NR_146158.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.7093C>G",
"hgvs_p": null,
"transcript": "XR_007095670.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*2489C>G",
"hgvs_p": null,
"transcript": "ENST00000431180.5",
"protein_id": "ENSP00000388349.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*1114C>G",
"hgvs_p": null,
"transcript": "ENST00000445387.5",
"protein_id": "ENSP00000411901.1",
"transcript_support_level": 5,
"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": 7075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*1370C>G",
"hgvs_p": null,
"transcript": "ENST00000685505.1",
"protein_id": "ENSP00000510732.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*1270C>G",
"hgvs_p": null,
"transcript": "ENST00000686773.1",
"protein_id": "ENSP00000510025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*940C>G",
"hgvs_p": null,
"transcript": "ENST00000688290.1",
"protein_id": "ENSP00000509825.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*1370C>G",
"hgvs_p": null,
"transcript": "ENST00000692883.1",
"protein_id": "ENSP00000510674.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"hgvs_c": "n.*1366C>G",
"hgvs_p": null,
"transcript": "ENST00000693321.1",
"protein_id": "ENSP00000508996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SETD2",
"gene_hgnc_id": 18420,
"dbsnp": "rs144752494",
"frequency_reference_population": 6.843559e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84356e-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.6299999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.272,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_014159.7",
"gene_symbol": "SETD2",
"hgnc_id": 18420,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.7164C>G",
"hgvs_p": "p.Thr2388Thr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}