← 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-9470735-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=9470735&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 9470735,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_001437635.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3001C>T",
"hgvs_p": "p.Arg1001*",
"transcript": "NM_001080517.3",
"protein_id": "NP_001073986.1",
"transcript_support_level": null,
"aa_start": 1001,
"aa_end": null,
"aa_length": 1442,
"cds_start": 3001,
"cds_end": null,
"cds_length": 4329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000402198.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001080517.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3001C>T",
"hgvs_p": "p.Arg1001*",
"transcript": "ENST00000402198.7",
"protein_id": "ENSP00000385852.2",
"transcript_support_level": 5,
"aa_start": 1001,
"aa_end": null,
"aa_length": 1442,
"cds_start": 3001,
"cds_end": null,
"cds_length": 4329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001080517.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402198.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.3165C>T",
"hgvs_p": null,
"transcript": "ENST00000493918.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": "retained_intron",
"feature": "ENST00000493918.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3115C>T",
"hgvs_p": "p.Arg1039*",
"transcript": "NM_001437635.1",
"protein_id": "NP_001424564.1",
"transcript_support_level": null,
"aa_start": 1039,
"aa_end": null,
"aa_length": 1480,
"cds_start": 3115,
"cds_end": null,
"cds_length": 4443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437635.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3097C>T",
"hgvs_p": "p.Arg1033*",
"transcript": "NM_001437633.1",
"protein_id": "NP_001424562.1",
"transcript_support_level": null,
"aa_start": 1033,
"aa_end": null,
"aa_length": 1474,
"cds_start": 3097,
"cds_end": null,
"cds_length": 4425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437633.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3097C>T",
"hgvs_p": "p.Arg1033*",
"transcript": "ENST00000682536.1",
"protein_id": "ENSP00000507956.1",
"transcript_support_level": null,
"aa_start": 1033,
"aa_end": null,
"aa_length": 1474,
"cds_start": 3097,
"cds_end": null,
"cds_length": 4425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682536.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3073C>T",
"hgvs_p": "p.Arg1025*",
"transcript": "ENST00000866906.1",
"protein_id": "ENSP00000536965.1",
"transcript_support_level": null,
"aa_start": 1025,
"aa_end": null,
"aa_length": 1466,
"cds_start": 3073,
"cds_end": null,
"cds_length": 4401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866906.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3058C>T",
"hgvs_p": "p.Arg1020*",
"transcript": "NM_001437643.1",
"protein_id": "NP_001424572.1",
"transcript_support_level": null,
"aa_start": 1020,
"aa_end": null,
"aa_length": 1461,
"cds_start": 3058,
"cds_end": null,
"cds_length": 4386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437643.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3058C>T",
"hgvs_p": "p.Arg1020*",
"transcript": "ENST00000407969.5",
"protein_id": "ENSP00000384114.1",
"transcript_support_level": 5,
"aa_start": 1020,
"aa_end": null,
"aa_length": 1461,
"cds_start": 3058,
"cds_end": null,
"cds_length": 4386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407969.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3055C>T",
"hgvs_p": "p.Arg1019*",
"transcript": "ENST00000866907.1",
"protein_id": "ENSP00000536966.1",
"transcript_support_level": null,
"aa_start": 1019,
"aa_end": null,
"aa_length": 1460,
"cds_start": 3055,
"cds_end": null,
"cds_length": 4383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866907.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3040C>T",
"hgvs_p": "p.Arg1014*",
"transcript": "NM_001437701.1",
"protein_id": "NP_001424630.1",
"transcript_support_level": null,
"aa_start": 1014,
"aa_end": null,
"aa_length": 1455,
"cds_start": 3040,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437701.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3040C>T",
"hgvs_p": "p.Arg1014*",
"transcript": "ENST00000866905.1",
"protein_id": "ENSP00000536964.1",
"transcript_support_level": null,
"aa_start": 1014,
"aa_end": null,
"aa_length": 1455,
"cds_start": 3040,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866905.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3001C>T",
"hgvs_p": "p.Arg1001*",
"transcript": "ENST00000406341.5",
"protein_id": "ENSP00000383939.1",
"transcript_support_level": 5,
"aa_start": 1001,
"aa_end": null,
"aa_length": 1442,
"cds_start": 3001,
"cds_end": null,
"cds_length": 4329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406341.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.2707C>T",
"hgvs_p": "p.Arg903*",
"transcript": "NM_001292043.2",
"protein_id": "NP_001278972.1",
"transcript_support_level": null,
"aa_start": 903,
"aa_end": null,
"aa_length": 1344,
"cds_start": 2707,
"cds_end": null,
"cds_length": 4035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001292043.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.2707C>T",
"hgvs_p": "p.Arg903*",
"transcript": "NM_001349451.2",
"protein_id": "NP_001336380.1",
"transcript_support_level": null,
"aa_start": 903,
"aa_end": null,
"aa_length": 1344,
"cds_start": 2707,
"cds_end": null,
"cds_length": 4035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349451.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.2002C>T",
"hgvs_p": "p.Arg668*",
"transcript": "ENST00000399686.6",
"protein_id": "ENSP00000382593.2",
"transcript_support_level": 5,
"aa_start": 668,
"aa_end": null,
"aa_length": 910,
"cds_start": 2002,
"cds_end": null,
"cds_length": 2733,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399686.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.991C>T",
"hgvs_p": "p.Arg331*",
"transcript": "ENST00000421188.1",
"protein_id": "ENSP00000399993.1",
"transcript_support_level": 5,
"aa_start": 331,
"aa_end": null,
"aa_length": 439,
"cds_start": 991,
"cds_end": null,
"cds_length": 1322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421188.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3175C>T",
"hgvs_p": "p.Arg1059*",
"transcript": "XM_047448466.1",
"protein_id": "XP_047304422.1",
"transcript_support_level": null,
"aa_start": 1059,
"aa_end": null,
"aa_length": 1500,
"cds_start": 3175,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448466.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3175C>T",
"hgvs_p": "p.Arg1059*",
"transcript": "XM_047448467.1",
"protein_id": "XP_047304423.1",
"transcript_support_level": null,
"aa_start": 1059,
"aa_end": null,
"aa_length": 1500,
"cds_start": 3175,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448467.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3175C>T",
"hgvs_p": "p.Arg1059*",
"transcript": "XM_047448468.1",
"protein_id": "XP_047304424.1",
"transcript_support_level": null,
"aa_start": 1059,
"aa_end": null,
"aa_length": 1500,
"cds_start": 3175,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448468.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3175C>T",
"hgvs_p": "p.Arg1059*",
"transcript": "XM_047448469.1",
"protein_id": "XP_047304425.1",
"transcript_support_level": null,
"aa_start": 1059,
"aa_end": null,
"aa_length": 1500,
"cds_start": 3175,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448469.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3175C>T",
"hgvs_p": "p.Arg1059*",
"transcript": "XM_047448470.1",
"protein_id": "XP_047304426.1",
"transcript_support_level": null,
"aa_start": 1059,
"aa_end": null,
"aa_length": 1500,
"cds_start": 3175,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448470.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3175C>T",
"hgvs_p": "p.Arg1059*",
"transcript": "XM_047448471.1",
"protein_id": "XP_047304427.1",
"transcript_support_level": null,
"aa_start": 1059,
"aa_end": null,
"aa_length": 1500,
"cds_start": 3175,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448471.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3175C>T",
"hgvs_p": "p.Arg1059*",
"transcript": "XM_047448472.1",
"protein_id": "XP_047304428.1",
"transcript_support_level": null,
"aa_start": 1059,
"aa_end": null,
"aa_length": 1500,
"cds_start": 3175,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448472.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3154C>T",
"hgvs_p": "p.Arg1052*",
"transcript": "XM_011533922.2",
"protein_id": "XP_011532224.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1493,
"cds_start": 3154,
"cds_end": null,
"cds_length": 4482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533922.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3154C>T",
"hgvs_p": "p.Arg1052*",
"transcript": "XM_047448473.1",
"protein_id": "XP_047304429.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1493,
"cds_start": 3154,
"cds_end": null,
"cds_length": 4482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448473.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3154C>T",
"hgvs_p": "p.Arg1052*",
"transcript": "XM_047448474.1",
"protein_id": "XP_047304430.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1493,
"cds_start": 3154,
"cds_end": null,
"cds_length": 4482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448474.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3154C>T",
"hgvs_p": "p.Arg1052*",
"transcript": "XM_047448475.1",
"protein_id": "XP_047304431.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1493,
"cds_start": 3154,
"cds_end": null,
"cds_length": 4482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448475.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3136C>T",
"hgvs_p": "p.Arg1046*",
"transcript": "XM_047448476.1",
"protein_id": "XP_047304432.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1487,
"cds_start": 3136,
"cds_end": null,
"cds_length": 4464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448476.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3118C>T",
"hgvs_p": "p.Arg1040*",
"transcript": "XM_047448477.1",
"protein_id": "XP_047304433.1",
"transcript_support_level": null,
"aa_start": 1040,
"aa_end": null,
"aa_length": 1481,
"cds_start": 3118,
"cds_end": null,
"cds_length": 4446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448477.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3118C>T",
"hgvs_p": "p.Arg1040*",
"transcript": "XM_047448478.1",
"protein_id": "XP_047304434.1",
"transcript_support_level": null,
"aa_start": 1040,
"aa_end": null,
"aa_length": 1481,
"cds_start": 3118,
"cds_end": null,
"cds_length": 4446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448478.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3115C>T",
"hgvs_p": "p.Arg1039*",
"transcript": "XM_047448479.1",
"protein_id": "XP_047304435.1",
"transcript_support_level": null,
"aa_start": 1039,
"aa_end": null,
"aa_length": 1480,
"cds_start": 3115,
"cds_end": null,
"cds_length": 4443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448479.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3097C>T",
"hgvs_p": "p.Arg1033*",
"transcript": "XM_011533928.2",
"protein_id": "XP_011532230.1",
"transcript_support_level": null,
"aa_start": 1033,
"aa_end": null,
"aa_length": 1474,
"cds_start": 3097,
"cds_end": null,
"cds_length": 4425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533928.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3097C>T",
"hgvs_p": "p.Arg1033*",
"transcript": "XM_047448481.1",
"protein_id": "XP_047304437.1",
"transcript_support_level": null,
"aa_start": 1033,
"aa_end": null,
"aa_length": 1474,
"cds_start": 3097,
"cds_end": null,
"cds_length": 4425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448481.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3097C>T",
"hgvs_p": "p.Arg1033*",
"transcript": "XM_047448482.1",
"protein_id": "XP_047304438.1",
"transcript_support_level": null,
"aa_start": 1033,
"aa_end": null,
"aa_length": 1474,
"cds_start": 3097,
"cds_end": null,
"cds_length": 4425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448482.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3079C>T",
"hgvs_p": "p.Arg1027*",
"transcript": "XM_047448483.1",
"protein_id": "XP_047304439.1",
"transcript_support_level": null,
"aa_start": 1027,
"aa_end": null,
"aa_length": 1468,
"cds_start": 3079,
"cds_end": null,
"cds_length": 4407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448483.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3079C>T",
"hgvs_p": "p.Arg1027*",
"transcript": "XM_047448484.1",
"protein_id": "XP_047304440.1",
"transcript_support_level": null,
"aa_start": 1027,
"aa_end": null,
"aa_length": 1468,
"cds_start": 3079,
"cds_end": null,
"cds_length": 4407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448484.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3079C>T",
"hgvs_p": "p.Arg1027*",
"transcript": "XM_047448485.1",
"protein_id": "XP_047304441.1",
"transcript_support_level": null,
"aa_start": 1027,
"aa_end": null,
"aa_length": 1468,
"cds_start": 3079,
"cds_end": null,
"cds_length": 4407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448485.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3061C>T",
"hgvs_p": "p.Arg1021*",
"transcript": "XM_047448486.1",
"protein_id": "XP_047304442.1",
"transcript_support_level": null,
"aa_start": 1021,
"aa_end": null,
"aa_length": 1462,
"cds_start": 3061,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448486.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3058C>T",
"hgvs_p": "p.Arg1020*",
"transcript": "XM_005265301.2",
"protein_id": "XP_005265358.1",
"transcript_support_level": null,
"aa_start": 1020,
"aa_end": null,
"aa_length": 1461,
"cds_start": 3058,
"cds_end": null,
"cds_length": 4386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265301.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3058C>T",
"hgvs_p": "p.Arg1020*",
"transcript": "XM_017006774.2",
"protein_id": "XP_016862263.1",
"transcript_support_level": null,
"aa_start": 1020,
"aa_end": null,
"aa_length": 1461,
"cds_start": 3058,
"cds_end": null,
"cds_length": 4386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006774.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3058C>T",
"hgvs_p": "p.Arg1020*",
"transcript": "XM_047448487.1",
"protein_id": "XP_047304443.1",
"transcript_support_level": null,
"aa_start": 1020,
"aa_end": null,
"aa_length": 1461,
"cds_start": 3058,
"cds_end": null,
"cds_length": 4386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448487.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3058C>T",
"hgvs_p": "p.Arg1020*",
"transcript": "XM_047448488.1",
"protein_id": "XP_047304444.1",
"transcript_support_level": null,
"aa_start": 1020,
"aa_end": null,
"aa_length": 1461,
"cds_start": 3058,
"cds_end": null,
"cds_length": 4386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448488.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3058C>T",
"hgvs_p": "p.Arg1020*",
"transcript": "XM_047448490.1",
"protein_id": "XP_047304446.1",
"transcript_support_level": null,
"aa_start": 1020,
"aa_end": null,
"aa_length": 1461,
"cds_start": 3058,
"cds_end": null,
"cds_length": 4386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448490.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3052C>T",
"hgvs_p": "p.Arg1018*",
"transcript": "XM_047448491.1",
"protein_id": "XP_047304447.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1459,
"cds_start": 3052,
"cds_end": null,
"cds_length": 4380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448491.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3040C>T",
"hgvs_p": "p.Arg1014*",
"transcript": "XM_047448493.1",
"protein_id": "XP_047304449.1",
"transcript_support_level": null,
"aa_start": 1014,
"aa_end": null,
"aa_length": 1455,
"cds_start": 3040,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448493.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3040C>T",
"hgvs_p": "p.Arg1014*",
"transcript": "XM_047448494.1",
"protein_id": "XP_047304450.1",
"transcript_support_level": null,
"aa_start": 1014,
"aa_end": null,
"aa_length": 1455,
"cds_start": 3040,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448494.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3022C>T",
"hgvs_p": "p.Arg1008*",
"transcript": "XM_047448495.1",
"protein_id": "XP_047304451.1",
"transcript_support_level": null,
"aa_start": 1008,
"aa_end": null,
"aa_length": 1449,
"cds_start": 3022,
"cds_end": null,
"cds_length": 4350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448495.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3001C>T",
"hgvs_p": "p.Arg1001*",
"transcript": "XM_047448496.1",
"protein_id": "XP_047304452.1",
"transcript_support_level": null,
"aa_start": 1001,
"aa_end": null,
"aa_length": 1442,
"cds_start": 3001,
"cds_end": null,
"cds_length": 4329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448496.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3001C>T",
"hgvs_p": "p.Arg1001*",
"transcript": "XM_047448497.1",
"protein_id": "XP_047304453.1",
"transcript_support_level": null,
"aa_start": 1001,
"aa_end": null,
"aa_length": 1442,
"cds_start": 3001,
"cds_end": null,
"cds_length": 4329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448497.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.2944C>T",
"hgvs_p": "p.Arg982*",
"transcript": "XM_047448498.1",
"protein_id": "XP_047304454.1",
"transcript_support_level": null,
"aa_start": 982,
"aa_end": null,
"aa_length": 1423,
"cds_start": 2944,
"cds_end": null,
"cds_length": 4272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448498.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.2764C>T",
"hgvs_p": "p.Arg922*",
"transcript": "XM_047448499.1",
"protein_id": "XP_047304455.1",
"transcript_support_level": null,
"aa_start": 922,
"aa_end": null,
"aa_length": 1363,
"cds_start": 2764,
"cds_end": null,
"cds_length": 4092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448499.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.2725C>T",
"hgvs_p": "p.Arg909*",
"transcript": "XM_011533933.2",
"protein_id": "XP_011532235.1",
"transcript_support_level": null,
"aa_start": 909,
"aa_end": null,
"aa_length": 1350,
"cds_start": 2725,
"cds_end": null,
"cds_length": 4053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533933.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3175C>T",
"hgvs_p": "p.Arg1059*",
"transcript": "XM_047448500.1",
"protein_id": "XP_047304456.1",
"transcript_support_level": null,
"aa_start": 1059,
"aa_end": null,
"aa_length": 1305,
"cds_start": 3175,
"cds_end": null,
"cds_length": 3918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448500.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3118C>T",
"hgvs_p": "p.Arg1040*",
"transcript": "XM_047448501.1",
"protein_id": "XP_047304457.1",
"transcript_support_level": null,
"aa_start": 1040,
"aa_end": null,
"aa_length": 1286,
"cds_start": 3118,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448501.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3097C>T",
"hgvs_p": "p.Arg1033*",
"transcript": "XM_047448502.1",
"protein_id": "XP_047304458.1",
"transcript_support_level": null,
"aa_start": 1033,
"aa_end": null,
"aa_length": 1279,
"cds_start": 3097,
"cds_end": null,
"cds_length": 3840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448502.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3079C>T",
"hgvs_p": "p.Arg1027*",
"transcript": "XM_047448503.1",
"protein_id": "XP_047304459.1",
"transcript_support_level": null,
"aa_start": 1027,
"aa_end": null,
"aa_length": 1273,
"cds_start": 3079,
"cds_end": null,
"cds_length": 3822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448503.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3058C>T",
"hgvs_p": "p.Arg1020*",
"transcript": "XM_047448504.1",
"protein_id": "XP_047304460.1",
"transcript_support_level": null,
"aa_start": 1020,
"aa_end": null,
"aa_length": 1266,
"cds_start": 3058,
"cds_end": null,
"cds_length": 3801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448504.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "c.3001C>T",
"hgvs_p": "p.Arg1001*",
"transcript": "XM_047448505.1",
"protein_id": "XP_047304461.1",
"transcript_support_level": null,
"aa_start": 1001,
"aa_end": null,
"aa_length": 1247,
"cds_start": 3001,
"cds_end": null,
"cds_length": 3744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448505.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.*1505C>T",
"hgvs_p": null,
"transcript": "ENST00000413704.5",
"protein_id": "ENSP00000401554.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000413704.5"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.2342C>T",
"hgvs_p": null,
"transcript": "ENST00000466242.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": "ENST00000466242.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.69C>T",
"hgvs_p": null,
"transcript": "ENST00000486465.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": "ENST00000486465.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.*3147C>T",
"hgvs_p": null,
"transcript": "ENST00000663774.1",
"protein_id": "ENSP00000499452.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000663774.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.*3070C>T",
"hgvs_p": null,
"transcript": "ENST00000665872.1",
"protein_id": "ENSP00000499600.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000665872.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.*3375C>T",
"hgvs_p": null,
"transcript": "ENST00000666307.1",
"protein_id": "ENSP00000499402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000666307.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.*3106C>T",
"hgvs_p": null,
"transcript": "ENST00000670063.1",
"protein_id": "ENSP00000499725.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000670063.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.1471C>T",
"hgvs_p": null,
"transcript": "ENST00000682236.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000682236.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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.3505C>T",
"hgvs_p": null,
"transcript": "ENST00000687014.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000687014.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.4076C>T",
"hgvs_p": null,
"transcript": "ENST00000691925.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000691925.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.4432C>T",
"hgvs_p": null,
"transcript": "ENST00000693430.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000693430.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.*1505C>T",
"hgvs_p": null,
"transcript": "ENST00000413704.5",
"protein_id": "ENSP00000401554.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000413704.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.*3147C>T",
"hgvs_p": null,
"transcript": "ENST00000663774.1",
"protein_id": "ENSP00000499452.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000663774.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.*3070C>T",
"hgvs_p": null,
"transcript": "ENST00000665872.1",
"protein_id": "ENSP00000499600.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000665872.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.*3375C>T",
"hgvs_p": null,
"transcript": "ENST00000666307.1",
"protein_id": "ENSP00000499402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000666307.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"hgvs_c": "n.*3106C>T",
"hgvs_p": null,
"transcript": "ENST00000670063.1",
"protein_id": "ENSP00000499725.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000670063.1"
}
],
"gene_symbol": "SETD5",
"gene_hgnc_id": 25566,
"dbsnp": "rs587777327",
"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.18799999356269836,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.188,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.62,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.954,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001437635.1",
"gene_symbol": "SETD5",
"hgnc_id": 25566,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3115C>T",
"hgvs_p": "p.Arg1039*"
}
],
"clinvar_disease": "Inborn genetic diseases,Intellectual disability-facial dysmorphism syndrome due to SETD5 haploinsufficiency,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:6 O:1",
"phenotype_combined": "Intellectual disability-facial dysmorphism syndrome due to SETD5 haploinsufficiency|Inborn genetic diseases|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}