← 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: 15-74837386-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=74837386&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"stop_gained"
],
"gene_symbol": "ULK3",
"hgnc_id": 19703,
"hgvs_c": "c.1418C>A",
"hgvs_p": "p.Ser473*",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_001411082.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 1,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.36,
"chr": "15",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.36000001430511475,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 472,
"aa_ref": "S",
"aa_start": 462,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2580,
"cdna_start": 1436,
"cds_end": null,
"cds_length": 1419,
"cds_start": 1385,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001099436.4",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1385C>A",
"hgvs_p": "p.Ser462*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000440863.7",
"protein_coding": true,
"protein_id": "NP_001092906.3",
"strand": false,
"transcript": "NM_001099436.4",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 472,
"aa_ref": "S",
"aa_start": 462,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2580,
"cdna_start": 1436,
"cds_end": null,
"cds_length": 1419,
"cds_start": 1385,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000440863.7",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1385C>A",
"hgvs_p": "p.Ser462*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001099436.4",
"protein_coding": true,
"protein_id": "ENSP00000400312.2",
"strand": false,
"transcript": "ENST00000440863.7",
"transcript_support_level": 2
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 470,
"aa_ref": "S",
"aa_start": 460,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2611,
"cdna_start": 1467,
"cds_end": null,
"cds_length": 1413,
"cds_start": 1379,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000569437.5",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1379C>A",
"hgvs_p": "p.Ser460*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456051.1",
"strand": false,
"transcript": "ENST00000569437.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2715,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000566479.5",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.1571C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000566479.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2951,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000570276.5",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.1807C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000570276.5",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 483,
"aa_ref": "S",
"aa_start": 473,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3045,
"cdna_start": 1901,
"cds_end": null,
"cds_length": 1452,
"cds_start": 1418,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001411082.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1418C>A",
"hgvs_p": "p.Ser473*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001398011.1",
"strand": false,
"transcript": "NM_001411082.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 483,
"aa_ref": "S",
"aa_start": 473,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1470,
"cdna_start": 1421,
"cds_end": null,
"cds_length": 1452,
"cds_start": 1418,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000568667.5",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1418C>A",
"hgvs_p": "p.Ser473*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457853.1",
"strand": false,
"transcript": "ENST00000568667.5",
"transcript_support_level": 5
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 478,
"aa_ref": "S",
"aa_start": 468,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2589,
"cdna_start": 1445,
"cds_end": null,
"cds_length": 1437,
"cds_start": 1403,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000894355.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1403C>A",
"hgvs_p": "p.Ser468*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000564414.1",
"strand": false,
"transcript": "ENST00000894355.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 478,
"aa_ref": "S",
"aa_start": 468,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2583,
"cdna_start": 1439,
"cds_end": null,
"cds_length": 1437,
"cds_start": 1403,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000894356.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1403C>A",
"hgvs_p": "p.Ser468*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000564415.1",
"strand": false,
"transcript": "ENST00000894356.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 478,
"aa_ref": "S",
"aa_start": 468,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2620,
"cdna_start": 1478,
"cds_end": null,
"cds_length": 1437,
"cds_start": 1403,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000967230.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1403C>A",
"hgvs_p": "p.Ser468*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637289.1",
"strand": false,
"transcript": "ENST00000967230.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 477,
"aa_ref": "S",
"aa_start": 467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2561,
"cdna_start": 1419,
"cds_end": null,
"cds_length": 1434,
"cds_start": 1400,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000894360.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1400C>A",
"hgvs_p": "p.Ser467*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000564419.1",
"strand": false,
"transcript": "ENST00000894360.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 476,
"aa_ref": "S",
"aa_start": 466,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2562,
"cdna_start": 1418,
"cds_end": null,
"cds_length": 1431,
"cds_start": 1397,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000894358.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1397C>A",
"hgvs_p": "p.Ser466*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000564417.1",
"strand": false,
"transcript": "ENST00000894358.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 476,
"aa_ref": "S",
"aa_start": 466,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2589,
"cdna_start": 1447,
"cds_end": null,
"cds_length": 1431,
"cds_start": 1397,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000967232.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1397C>A",
"hgvs_p": "p.Ser466*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637291.1",
"strand": false,
"transcript": "ENST00000967232.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 471,
"aa_ref": "S",
"aa_start": 461,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2592,
"cdna_start": 1448,
"cds_end": null,
"cds_length": 1416,
"cds_start": 1382,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000894350.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1382C>A",
"hgvs_p": "p.Ser461*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000564409.1",
"strand": false,
"transcript": "ENST00000894350.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 471,
"aa_ref": "S",
"aa_start": 461,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2587,
"cdna_start": 1443,
"cds_end": null,
"cds_length": 1416,
"cds_start": 1382,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000894351.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1382C>A",
"hgvs_p": "p.Ser461*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000564410.1",
"strand": false,
"transcript": "ENST00000894351.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 471,
"aa_ref": "S",
"aa_start": 461,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2604,
"cdna_start": 1460,
"cds_end": null,
"cds_length": 1416,
"cds_start": 1382,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000926382.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1382C>A",
"hgvs_p": "p.Ser461*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000596441.1",
"strand": false,
"transcript": "ENST00000926382.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 470,
"aa_ref": "S",
"aa_start": 460,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2574,
"cdna_start": 1430,
"cds_end": null,
"cds_length": 1413,
"cds_start": 1379,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001284364.3",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1379C>A",
"hgvs_p": "p.Ser460*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001271293.2",
"strand": false,
"transcript": "NM_001284364.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 470,
"aa_ref": "S",
"aa_start": 460,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2568,
"cdna_start": 1424,
"cds_end": null,
"cds_length": 1413,
"cds_start": 1379,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000926383.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1379C>A",
"hgvs_p": "p.Ser460*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000596442.1",
"strand": false,
"transcript": "ENST00000926383.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 469,
"aa_ref": "S",
"aa_start": 459,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2710,
"cdna_start": 1566,
"cds_end": null,
"cds_length": 1410,
"cds_start": 1376,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000894348.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1376C>A",
"hgvs_p": "p.Ser459*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000564407.1",
"strand": false,
"transcript": "ENST00000894348.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 469,
"aa_ref": "S",
"aa_start": 459,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2565,
"cdna_start": 1421,
"cds_end": null,
"cds_length": 1410,
"cds_start": 1376,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000894353.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1376C>A",
"hgvs_p": "p.Ser459*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000564412.1",
"strand": false,
"transcript": "ENST00000894353.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 469,
"aa_ref": "S",
"aa_start": 459,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2573,
"cdna_start": 1427,
"cds_end": null,
"cds_length": 1410,
"cds_start": 1376,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000967231.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1376C>A",
"hgvs_p": "p.Ser459*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637290.1",
"strand": false,
"transcript": "ENST00000967231.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 468,
"aa_ref": "S",
"aa_start": 458,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2559,
"cdna_start": 1415,
"cds_end": null,
"cds_length": 1407,
"cds_start": 1373,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000894354.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1373C>A",
"hgvs_p": "p.Ser458*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000564413.1",
"strand": false,
"transcript": "ENST00000894354.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 461,
"aa_ref": "S",
"aa_start": 451,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2529,
"cdna_start": 1385,
"cds_end": null,
"cds_length": 1386,
"cds_start": 1352,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000967235.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1352C>A",
"hgvs_p": "p.Ser451*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637294.1",
"strand": false,
"transcript": "ENST00000967235.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 459,
"aa_ref": "S",
"aa_start": 449,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2530,
"cdna_start": 1386,
"cds_end": null,
"cds_length": 1380,
"cds_start": 1346,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000967234.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1346C>A",
"hgvs_p": "p.Ser449*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637293.1",
"strand": false,
"transcript": "ENST00000967234.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 456,
"aa_ref": "S",
"aa_start": 446,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2500,
"cdna_start": 1357,
"cds_end": null,
"cds_length": 1371,
"cds_start": 1337,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967236.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1337C>A",
"hgvs_p": "p.Ser446*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637295.1",
"strand": false,
"transcript": "ENST00000967236.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 452,
"aa_ref": "S",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2566,
"cdna_start": 1422,
"cds_end": null,
"cds_length": 1359,
"cds_start": 1325,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000894349.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1325C>A",
"hgvs_p": "p.Ser442*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000564408.1",
"strand": false,
"transcript": "ENST00000894349.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 451,
"aa_ref": "S",
"aa_start": 441,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2472,
"cdna_start": 1329,
"cds_end": null,
"cds_length": 1356,
"cds_start": 1322,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000894361.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1322C>A",
"hgvs_p": "p.Ser441*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000564420.1",
"strand": false,
"transcript": "ENST00000894361.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 451,
"aa_ref": "S",
"aa_start": 441,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2495,
"cdna_start": 1352,
"cds_end": null,
"cds_length": 1356,
"cds_start": 1322,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000926385.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1322C>A",
"hgvs_p": "p.Ser441*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000596444.1",
"strand": false,
"transcript": "ENST00000926385.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 450,
"aa_ref": "S",
"aa_start": 440,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2514,
"cdna_start": 1370,
"cds_end": null,
"cds_length": 1353,
"cds_start": 1319,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000894352.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1319C>A",
"hgvs_p": "p.Ser440*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000564411.1",
"strand": false,
"transcript": "ENST00000894352.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 432,
"aa_ref": "S",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2419,
"cdna_start": 1277,
"cds_end": null,
"cds_length": 1299,
"cds_start": 1265,
"consequences": [
"stop_gained"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000926386.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1265C>A",
"hgvs_p": "p.Ser422*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000596445.1",
"strand": false,
"transcript": "ENST00000926386.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 425,
"aa_ref": "S",
"aa_start": 415,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2408,
"cdna_start": 1265,
"cds_end": null,
"cds_length": 1278,
"cds_start": 1244,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000894359.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1244C>A",
"hgvs_p": "p.Ser415*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000564418.1",
"strand": false,
"transcript": "ENST00000894359.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 424,
"aa_ref": "S",
"aa_start": 414,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2418,
"cdna_start": 1274,
"cds_end": null,
"cds_length": 1275,
"cds_start": 1241,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000894357.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1241C>A",
"hgvs_p": "p.Ser414*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000564416.1",
"strand": false,
"transcript": "ENST00000894357.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 423,
"aa_ref": "S",
"aa_start": 413,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2425,
"cdna_start": 1283,
"cds_end": null,
"cds_length": 1272,
"cds_start": 1238,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967233.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1238C>A",
"hgvs_p": "p.Ser413*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637292.1",
"strand": false,
"transcript": "ENST00000967233.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 405,
"aa_ref": "S",
"aa_start": 395,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2370,
"cdna_start": 1228,
"cds_end": null,
"cds_length": 1218,
"cds_start": 1184,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000926384.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1184C>A",
"hgvs_p": "p.Ser395*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000596443.1",
"strand": false,
"transcript": "ENST00000926384.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 355,
"aa_ref": "S",
"aa_start": 345,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2503,
"cdna_start": 1359,
"cds_end": null,
"cds_length": 1068,
"cds_start": 1034,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001284365.3",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1034C>A",
"hgvs_p": "p.Ser345*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001271294.1",
"strand": false,
"transcript": "NM_001284365.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 483,
"aa_ref": "S",
"aa_start": 473,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2716,
"cdna_start": 1572,
"cds_end": null,
"cds_length": 1452,
"cds_start": 1418,
"consequences": [
"stop_gained"
],
"exon_count": 17,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_005254289.3",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1418C>A",
"hgvs_p": "p.Ser473*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005254346.1",
"strand": false,
"transcript": "XM_005254289.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 481,
"aa_ref": "S",
"aa_start": 471,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2710,
"cdna_start": 1566,
"cds_end": null,
"cds_length": 1446,
"cds_start": 1412,
"consequences": [
"stop_gained"
],
"exon_count": 17,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_017022068.2",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1412C>A",
"hgvs_p": "p.Ser471*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016877557.1",
"strand": false,
"transcript": "XM_017022068.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 481,
"aa_ref": "S",
"aa_start": 471,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2559,
"cdna_start": 1415,
"cds_end": null,
"cds_length": 1446,
"cds_start": 1412,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047432368.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1412C>A",
"hgvs_p": "p.Ser471*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047288324.1",
"strand": false,
"transcript": "XM_047432368.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 382,
"aa_ref": "S",
"aa_start": 372,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2558,
"cdna_start": 1414,
"cds_end": null,
"cds_length": 1149,
"cds_start": 1115,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047432373.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.1115C>A",
"hgvs_p": "p.Ser372*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047288329.1",
"strand": false,
"transcript": "XM_047432373.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 438,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1455,
"cdna_start": null,
"cds_end": null,
"cds_length": 1317,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047432369.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.*64C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047288325.1",
"strand": false,
"transcript": "XM_047432369.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 438,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1447,
"cdna_start": null,
"cds_end": null,
"cds_length": 1317,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047432370.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.*58C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047288326.1",
"strand": false,
"transcript": "XM_047432370.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 413,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1380,
"cdna_start": null,
"cds_end": null,
"cds_length": 1242,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "XM_047432371.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "c.*64C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047288327.1",
"strand": false,
"transcript": "XM_047432371.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2738,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000561725.5",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.1594C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000561725.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1565,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000565881.5",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.1502C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000565881.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1633,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000566631.5",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.*1053C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000455395.1",
"strand": false,
"transcript": "ENST00000566631.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 841,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000567472.5",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.212C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000567472.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1717,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000568210.5",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.*1263C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000456296.1",
"strand": false,
"transcript": "ENST00000568210.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1711,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000568273.5",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.*1186C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000454583.1",
"strand": false,
"transcript": "ENST00000568273.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 707,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000568718.5",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.250C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000568718.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2674,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000647587.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.*1399C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000497403.1",
"strand": false,
"transcript": "ENST00000647587.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2761,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NR_104307.3",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.1617C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_104307.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2751,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NR_104308.3",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.1607C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_104308.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2742,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NR_104309.3",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.1598C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_104309.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1633,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000566631.5",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.*1053C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000455395.1",
"strand": false,
"transcript": "ENST00000566631.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1717,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000568210.5",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.*1263C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000456296.1",
"strand": false,
"transcript": "ENST00000568210.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1711,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000568273.5",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.*1186C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000454583.1",
"strand": false,
"transcript": "ENST00000568273.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2674,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000647587.1",
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"hgvs_c": "n.*1399C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000497403.1",
"strand": false,
"transcript": "ENST00000647587.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs769848635",
"effect": "stop_gained",
"frequency_reference_population": 6.8455546e-7,
"gene_hgnc_id": 19703,
"gene_symbol": "ULK3",
"gnomad_exomes_ac": 1,
"gnomad_exomes_af": 6.84555e-7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.157,
"pos": 74837386,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.20000000298023224,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.2,
"transcript": "NM_001411082.1"
}
]
}