← 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: 22-31901756-ACG-CGC (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=31901756&ref=ACG&alt=CGC&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PP3"
],
"effects": [
"missense_variant"
],
"gene_symbol": "DEPDC5",
"hgnc_id": 18423,
"hgvs_c": "c.4390_4392delACGinsCGC",
"hgvs_p": "p.Thr1464Arg",
"inheritance_mode": "AD",
"pathogenic_score": 1,
"score": 1,
"transcript": "NM_001242896.3",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [
"PP3"
],
"effects": [
"intron_variant"
],
"gene_symbol": "ENSG00000285404",
"hgnc_id": null,
"hgvs_c": "c.1787-54383_1787-54381delACGinsCGC",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 1,
"score": 1,
"transcript": "ENST00000646701.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_score": 1,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "CGC",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "22",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1603,
"aa_ref": "T",
"aa_start": 1464,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6554,
"cdna_start": 4596,
"cds_end": null,
"cds_length": 4812,
"cds_start": 4390,
"consequences": [
"missense_variant"
],
"exon_count": 43,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001242896.3",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4390_4392delACGinsCGC",
"hgvs_p": "p.Thr1464Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000651528.2",
"protein_coding": true,
"protein_id": "NP_001229825.1",
"strand": true,
"transcript": "NM_001242896.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1603,
"aa_ref": "T",
"aa_start": 1464,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6554,
"cdna_start": 4596,
"cds_end": null,
"cds_length": 4812,
"cds_start": 4390,
"consequences": [
"missense_variant"
],
"exon_count": 43,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000651528.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4390_4392delACGinsCGC",
"hgvs_p": "p.Thr1464Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001242896.3",
"protein_coding": true,
"protein_id": "ENSP00000498382.1",
"strand": true,
"transcript": "ENST00000651528.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1603,
"aa_ref": "T",
"aa_start": 1464,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5390,
"cdna_start": 4476,
"cds_end": null,
"cds_length": 4812,
"cds_start": 4390,
"consequences": [
"missense_variant"
],
"exon_count": 43,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000382112.8",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4390_4392delACGinsCGC",
"hgvs_p": "p.Thr1464Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000371546.4",
"strand": true,
"transcript": "ENST00000382112.8",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1575,
"aa_ref": "T",
"aa_start": 1436,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5331,
"cdna_start": 4408,
"cds_end": null,
"cds_length": 4728,
"cds_start": 4306,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000433147.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4306_4308delACGinsCGC",
"hgvs_p": "p.Thr1436Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000410544.2",
"strand": true,
"transcript": "ENST00000433147.2",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1572,
"aa_ref": "T",
"aa_start": 1433,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5319,
"cdna_start": 4380,
"cds_end": null,
"cds_length": 4719,
"cds_start": 4297,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000400248.7",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4297_4299delACGinsCGC",
"hgvs_p": "p.Thr1433Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000383107.1",
"strand": true,
"transcript": "ENST00000400248.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 600,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1914,
"cdna_start": null,
"cds_end": null,
"cds_length": 1803,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 21,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000646701.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285404",
"hgvs_c": "c.1787-54383_1787-54381delACGinsCGC",
"hgvs_p": null,
"intron_rank": 20,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496158.1",
"strand": true,
"transcript": "ENST00000646701.1",
"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": 5725,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000400246.7",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*654_*656delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000383105.3",
"strand": true,
"transcript": "ENST00000400246.7",
"transcript_support_level": 1
},
{
"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": 3256,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000448753.6",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*357_*359delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000402173.1",
"strand": true,
"transcript": "ENST00000448753.6",
"transcript_support_level": 1
},
{
"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": 5725,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000400246.7",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*654_*656delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000383105.3",
"strand": true,
"transcript": "ENST00000400246.7",
"transcript_support_level": 1
},
{
"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": 3256,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000448753.6",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*357_*359delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000402173.1",
"strand": true,
"transcript": "ENST00000448753.6",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1611,
"aa_ref": "T",
"aa_start": 1472,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5532,
"cdna_start": 4593,
"cds_end": null,
"cds_length": 4836,
"cds_start": 4414,
"consequences": [
"missense_variant"
],
"exon_count": 43,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000915004.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4414_4416delACGinsCGC",
"hgvs_p": "p.Thr1472Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585063.1",
"strand": true,
"transcript": "ENST00000915004.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1603,
"aa_ref": "T",
"aa_start": 1464,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6437,
"cdna_start": 4479,
"cds_end": null,
"cds_length": 4812,
"cds_start": 4390,
"consequences": [
"missense_variant"
],
"exon_count": 43,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001364318.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4390_4392delACGinsCGC",
"hgvs_p": "p.Thr1464Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001351247.1",
"strand": true,
"transcript": "NM_001364318.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1594,
"aa_ref": "T",
"aa_start": 1455,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6410,
"cdna_start": 4452,
"cds_end": null,
"cds_length": 4785,
"cds_start": 4363,
"consequences": [
"missense_variant"
],
"exon_count": 43,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001136029.4",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4363_4365delACGinsCGC",
"hgvs_p": "p.Thr1455Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001129501.1",
"strand": true,
"transcript": "NM_001136029.4",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1594,
"aa_ref": "T",
"aa_start": 1455,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5450,
"cdna_start": 4520,
"cds_end": null,
"cds_length": 4785,
"cds_start": 4363,
"consequences": [
"missense_variant"
],
"exon_count": 43,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000645711.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4363_4365delACGinsCGC",
"hgvs_p": "p.Thr1455Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000493489.1",
"strand": true,
"transcript": "ENST00000645711.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1594,
"aa_ref": "T",
"aa_start": 1455,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5546,
"cdna_start": 4598,
"cds_end": null,
"cds_length": 4785,
"cds_start": 4363,
"consequences": [
"missense_variant"
],
"exon_count": 43,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000915008.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4363_4365delACGinsCGC",
"hgvs_p": "p.Thr1455Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585067.1",
"strand": true,
"transcript": "ENST00000915008.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1589,
"aa_ref": "T",
"aa_start": 1450,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5010,
"cdna_start": 4355,
"cds_end": null,
"cds_length": 4770,
"cds_start": 4348,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000645407.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4348_4350delACGinsCGC",
"hgvs_p": "p.Thr1450Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496252.1",
"strand": true,
"transcript": "ENST00000645407.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1581,
"aa_ref": "T",
"aa_start": 1442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5353,
"cdna_start": 4413,
"cds_end": null,
"cds_length": 4746,
"cds_start": 4324,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001363852.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4324_4326delACGinsCGC",
"hgvs_p": "p.Thr1442Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001350781.1",
"strand": true,
"transcript": "NM_001363852.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1581,
"aa_ref": "T",
"aa_start": 1442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6488,
"cdna_start": 4530,
"cds_end": null,
"cds_length": 4746,
"cds_start": 4324,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001364320.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4324_4326delACGinsCGC",
"hgvs_p": "p.Thr1442Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001351249.1",
"strand": true,
"transcript": "NM_001364320.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1581,
"aa_ref": "T",
"aa_start": 1442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5350,
"cdna_start": 4416,
"cds_end": null,
"cds_length": 4746,
"cds_start": 4324,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000400249.7",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4324_4326delACGinsCGC",
"hgvs_p": "p.Thr1442Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000383108.3",
"strand": true,
"transcript": "ENST00000400249.7",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1581,
"aa_ref": "T",
"aa_start": 1442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5383,
"cdna_start": 4469,
"cds_end": null,
"cds_length": 4746,
"cds_start": 4324,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000644331.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4324_4326delACGinsCGC",
"hgvs_p": "p.Thr1442Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000494406.1",
"strand": true,
"transcript": "ENST00000644331.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1575,
"aa_ref": "T",
"aa_start": 1436,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5448,
"cdna_start": 4508,
"cds_end": null,
"cds_length": 4728,
"cds_start": 4306,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001369901.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4306_4308delACGinsCGC",
"hgvs_p": "p.Thr1436Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001356830.1",
"strand": true,
"transcript": "NM_001369901.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1575,
"aa_ref": "T",
"aa_start": 1436,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5335,
"cdna_start": 4395,
"cds_end": null,
"cds_length": 4728,
"cds_start": 4306,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001369902.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4306_4308delACGinsCGC",
"hgvs_p": "p.Thr1436Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001356831.1",
"strand": true,
"transcript": "NM_001369902.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1572,
"aa_ref": "T",
"aa_start": 1433,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5439,
"cdna_start": 4499,
"cds_end": null,
"cds_length": 4719,
"cds_start": 4297,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001369903.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4297_4299delACGinsCGC",
"hgvs_p": "p.Thr1433Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001356832.1",
"strand": true,
"transcript": "NM_001369903.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1572,
"aa_ref": "T",
"aa_start": 1433,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6344,
"cdna_start": 4386,
"cds_end": null,
"cds_length": 4719,
"cds_start": 4297,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_014662.6",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4297_4299delACGinsCGC",
"hgvs_p": "p.Thr1433Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_055477.1",
"strand": true,
"transcript": "NM_014662.6",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1572,
"aa_ref": "T",
"aa_start": 1433,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6479,
"cdna_start": 4521,
"cds_end": null,
"cds_length": 4719,
"cds_start": 4297,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000642696.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4297_4299delACGinsCGC",
"hgvs_p": "p.Thr1433Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495917.1",
"strand": true,
"transcript": "ENST00000642696.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1559,
"aa_ref": "T",
"aa_start": 1420,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5346,
"cdna_start": 4407,
"cds_end": null,
"cds_length": 4680,
"cds_start": 4258,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000915011.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4258_4260delACGinsCGC",
"hgvs_p": "p.Thr1420Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585070.1",
"strand": true,
"transcript": "ENST00000915011.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1533,
"aa_ref": "T",
"aa_start": 1394,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5209,
"cdna_start": 4269,
"cds_end": null,
"cds_length": 4602,
"cds_start": 4180,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000915006.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4180_4182delACGinsCGC",
"hgvs_p": "p.Thr1394Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585065.1",
"strand": true,
"transcript": "ENST00000915006.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1525,
"aa_ref": "T",
"aa_start": 1386,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5185,
"cdna_start": 4245,
"cds_end": null,
"cds_length": 4578,
"cds_start": 4156,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001363854.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4156_4158delACGinsCGC",
"hgvs_p": "p.Thr1386Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001350783.1",
"strand": true,
"transcript": "NM_001363854.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1525,
"aa_ref": "T",
"aa_start": 1386,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6320,
"cdna_start": 4362,
"cds_end": null,
"cds_length": 4578,
"cds_start": 4156,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001364319.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4156_4158delACGinsCGC",
"hgvs_p": "p.Thr1386Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001351248.1",
"strand": true,
"transcript": "NM_001364319.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1525,
"aa_ref": "T",
"aa_start": 1386,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5207,
"cdna_start": 4281,
"cds_end": null,
"cds_length": 4578,
"cds_start": 4156,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000645560.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4156_4158delACGinsCGC",
"hgvs_p": "p.Thr1386Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495544.1",
"strand": true,
"transcript": "ENST00000645560.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1525,
"aa_ref": "T",
"aa_start": 1386,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5286,
"cdna_start": 4386,
"cds_end": null,
"cds_length": 4578,
"cds_start": 4156,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000646969.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4156_4158delACGinsCGC",
"hgvs_p": "p.Thr1386Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496724.1",
"strand": true,
"transcript": "ENST00000646969.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1516,
"aa_ref": "T",
"aa_start": 1377,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5204,
"cdna_start": 4267,
"cds_end": null,
"cds_length": 4551,
"cds_start": 4129,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000903727.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4129_4131delACGinsCGC",
"hgvs_p": "p.Thr1377Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000573786.1",
"strand": true,
"transcript": "ENST00000903727.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1511,
"aa_ref": "T",
"aa_start": 1372,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5130,
"cdna_start": 4194,
"cds_end": null,
"cds_length": 4536,
"cds_start": 4114,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000915007.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4114_4116delACGinsCGC",
"hgvs_p": "p.Thr1372Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585066.1",
"strand": true,
"transcript": "ENST00000915007.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1504,
"aa_ref": "T",
"aa_start": 1365,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5217,
"cdna_start": 4265,
"cds_end": null,
"cds_length": 4515,
"cds_start": 4093,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000915009.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4093_4095delACGinsCGC",
"hgvs_p": "p.Thr1365Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585068.1",
"strand": true,
"transcript": "ENST00000915009.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1503,
"aa_ref": "T",
"aa_start": 1364,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5119,
"cdna_start": 4179,
"cds_end": null,
"cds_length": 4512,
"cds_start": 4090,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001242897.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4090_4092delACGinsCGC",
"hgvs_p": "p.Thr1364Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001229826.1",
"strand": true,
"transcript": "NM_001242897.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1503,
"aa_ref": "T",
"aa_start": 1364,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5197,
"cdna_start": 4280,
"cds_end": null,
"cds_length": 4512,
"cds_start": 4090,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000535622.6",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4090_4092delACGinsCGC",
"hgvs_p": "p.Thr1364Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000440210.1",
"strand": true,
"transcript": "ENST00000535622.6",
"transcript_support_level": 2
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1503,
"aa_ref": "T",
"aa_start": 1364,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5206,
"cdna_start": 4266,
"cds_end": null,
"cds_length": 4512,
"cds_start": 4090,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000915010.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4090_4092delACGinsCGC",
"hgvs_p": "p.Thr1364Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585069.1",
"strand": true,
"transcript": "ENST00000915010.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1496,
"aa_ref": "T",
"aa_start": 1386,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5258,
"cdna_start": 4313,
"cds_end": null,
"cds_length": 4491,
"cds_start": 4156,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000646465.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4156_4158delACGinsCGC",
"hgvs_p": "p.Thr1386Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495655.1",
"strand": true,
"transcript": "ENST00000646465.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1494,
"aa_ref": "T",
"aa_start": 1355,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5218,
"cdna_start": 4278,
"cds_end": null,
"cds_length": 4485,
"cds_start": 4063,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000903729.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4063_4065delACGinsCGC",
"hgvs_p": "p.Thr1355Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000573788.1",
"strand": true,
"transcript": "ENST00000903729.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1494,
"aa_ref": "T",
"aa_start": 1355,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5092,
"cdna_start": 4155,
"cds_end": null,
"cds_length": 4485,
"cds_start": 4063,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000915005.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4063_4065delACGinsCGC",
"hgvs_p": "p.Thr1355Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585064.1",
"strand": true,
"transcript": "ENST00000915005.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1483,
"aa_ref": "T",
"aa_start": 1436,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4664,
"cdna_start": 4517,
"cds_end": null,
"cds_length": 4453,
"cds_start": 4306,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000647343.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4306_4308delACGinsCGC",
"hgvs_p": "p.Thr1436Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000494879.1",
"strand": true,
"transcript": "ENST00000647343.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1472,
"aa_ref": "T",
"aa_start": 1333,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5017,
"cdna_start": 4077,
"cds_end": null,
"cds_length": 4419,
"cds_start": 3997,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000903728.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.3997_3999delACGinsCGC",
"hgvs_p": "p.Thr1333Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000573787.1",
"strand": true,
"transcript": "ENST00000903728.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1466,
"aa_ref": "T",
"aa_start": 1327,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4995,
"cdna_start": 4058,
"cds_end": null,
"cds_length": 4401,
"cds_start": 3979,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000960437.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.3979_3981delACGinsCGC",
"hgvs_p": "p.Thr1327Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630496.1",
"strand": true,
"transcript": "ENST00000960437.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 30,
"aa_ref": "T",
"aa_start": 12,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 288,
"cdna_start": 34,
"cds_end": null,
"cds_length": 93,
"cds_start": 34,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000497340.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.34_36delACGinsCGC",
"hgvs_p": "p.Thr12Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496596.1",
"strand": true,
"transcript": "ENST00000497340.1",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1594,
"aa_ref": "T",
"aa_start": 1455,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6527,
"cdna_start": 4569,
"cds_end": null,
"cds_length": 4785,
"cds_start": 4363,
"consequences": [
"missense_variant"
],
"exon_count": 43,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011530557.3",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4363_4365delACGinsCGC",
"hgvs_p": "p.Thr1455Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011528859.1",
"strand": true,
"transcript": "XM_011530557.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1516,
"aa_ref": "T",
"aa_start": 1377,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6293,
"cdna_start": 4335,
"cds_end": null,
"cds_length": 4551,
"cds_start": 4129,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011530561.3",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4129_4131delACGinsCGC",
"hgvs_p": "p.Thr1377Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011528863.1",
"strand": true,
"transcript": "XM_011530561.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1516,
"aa_ref": "T",
"aa_start": 1377,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6176,
"cdna_start": 4218,
"cds_end": null,
"cds_length": 4551,
"cds_start": 4129,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047441625.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4129_4131delACGinsCGC",
"hgvs_p": "p.Thr1377Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047297581.1",
"strand": true,
"transcript": "XM_047441625.1",
"transcript_support_level": null
},
{
"aa_alt": "NA",
"aa_end": null,
"aa_length": 1515,
"aa_ref": "KR",
"aa_start": 1406,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6382,
"cdna_start": 4424,
"cds_end": null,
"cds_length": 4548,
"cds_start": 4218,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011530562.3",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4218_4220delACGinsCGC",
"hgvs_p": "p.LysArg1406AsnAla",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011528864.1",
"strand": true,
"transcript": "XM_011530562.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1503,
"aa_ref": "T",
"aa_start": 1364,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6254,
"cdna_start": 4296,
"cds_end": null,
"cds_length": 4512,
"cds_start": 4090,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011530563.3",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4090_4092delACGinsCGC",
"hgvs_p": "p.Thr1364Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011528865.1",
"strand": true,
"transcript": "XM_011530563.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1494,
"aa_ref": "T",
"aa_start": 1355,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6227,
"cdna_start": 4269,
"cds_end": null,
"cds_length": 4485,
"cds_start": 4063,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047441626.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4063_4065delACGinsCGC",
"hgvs_p": "p.Thr1355Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047297582.1",
"strand": true,
"transcript": "XM_047441626.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1494,
"aa_ref": "T",
"aa_start": 1355,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6110,
"cdna_start": 4152,
"cds_end": null,
"cds_length": 4485,
"cds_start": 4063,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047441627.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4063_4065delACGinsCGC",
"hgvs_p": "p.Thr1355Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047297583.1",
"strand": true,
"transcript": "XM_047441627.1",
"transcript_support_level": null
},
{
"aa_alt": "NA",
"aa_end": null,
"aa_length": 1484,
"aa_ref": "KR",
"aa_start": 1375,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6289,
"cdna_start": 4331,
"cds_end": null,
"cds_length": 4455,
"cds_start": 4125,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047441628.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4125_4127delACGinsCGC",
"hgvs_p": "p.LysArg1375AsnAla",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047297584.1",
"strand": true,
"transcript": "XM_047441628.1",
"transcript_support_level": null
},
{
"aa_alt": "NA",
"aa_end": null,
"aa_length": 1437,
"aa_ref": "KR",
"aa_start": 1328,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6148,
"cdna_start": 4190,
"cds_end": null,
"cds_length": 4314,
"cds_start": 3984,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047441629.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.3984_3986delACGinsCGC",
"hgvs_p": "p.LysArg1328AsnAla",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047297585.1",
"strand": true,
"transcript": "XM_047441629.1",
"transcript_support_level": null
},
{
"aa_alt": "NA",
"aa_end": null,
"aa_length": 1406,
"aa_ref": "KR",
"aa_start": 1297,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6055,
"cdna_start": 4097,
"cds_end": null,
"cds_length": 4221,
"cds_start": 3891,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047441630.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.3891_3893delACGinsCGC",
"hgvs_p": "p.LysArg1297AsnAla",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047297586.1",
"strand": true,
"transcript": "XM_047441630.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1272,
"aa_ref": "T",
"aa_start": 1133,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5950,
"cdna_start": 3992,
"cds_end": null,
"cds_length": 3819,
"cds_start": 3397,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047441632.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.3397_3399delACGinsCGC",
"hgvs_p": "p.Thr1133Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047297588.1",
"strand": true,
"transcript": "XM_047441632.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 901,
"aa_ref": "T",
"aa_start": 762,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4325,
"cdna_start": 2367,
"cds_end": null,
"cds_length": 2706,
"cds_start": 2284,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011530569.3",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.2284_2286delACGinsCGC",
"hgvs_p": "p.Thr762Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011528871.1",
"strand": true,
"transcript": "XM_011530569.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 892,
"aa_ref": "T",
"aa_start": 753,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4297,
"cdna_start": 2339,
"cds_end": null,
"cds_length": 2679,
"cds_start": 2257,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_024452305.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.2257_2259delACGinsCGC",
"hgvs_p": "p.Thr753Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024308073.1",
"strand": true,
"transcript": "XM_024452305.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1552,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5212,
"cdna_start": null,
"cds_end": null,
"cds_length": 4659,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000382111.6",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "c.4375+4103_4375+4105delACGinsCGC",
"hgvs_p": null,
"intron_rank": 39,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000371545.2",
"strand": true,
"transcript": "ENST00000382111.6",
"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": 2173,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000479261.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.1273_1275delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000479261.2",
"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": 2624,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000642212.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.1112_1114delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000642212.1",
"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": 5410,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 42,
"exon_rank": 40,
"exon_rank_end": null,
"feature": "ENST00000642684.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*4012_*4014delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494554.1",
"strand": true,
"transcript": "ENST00000642684.1",
"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": 5301,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 42,
"exon_rank": 40,
"exon_rank_end": null,
"feature": "ENST00000642771.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*2401_*2403delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496278.1",
"strand": true,
"transcript": "ENST00000642771.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": 1397,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000642956.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.1130_1132delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000642956.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": 2249,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000643021.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.1349_1351delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000643021.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": 2211,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000643097.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.1321_1323delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000643097.1",
"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": 4790,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 39,
"exon_rank": 37,
"exon_rank_end": null,
"feature": "ENST00000643395.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*357_*359delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496630.1",
"strand": true,
"transcript": "ENST00000643395.1",
"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": 5067,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 40,
"exon_rank": 38,
"exon_rank_end": null,
"feature": "ENST00000643751.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*506_*508delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495496.1",
"strand": true,
"transcript": "ENST00000643751.2",
"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": 5224,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000644162.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*3018_*3020delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495371.1",
"strand": true,
"transcript": "ENST00000644162.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": 2052,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000644690.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.1329_1331delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000644690.1",
"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": 5371,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 42,
"exon_rank": 40,
"exon_rank_end": null,
"feature": "ENST00000645494.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*2374_*2376delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495338.1",
"strand": true,
"transcript": "ENST00000645494.1",
"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": 2084,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000645547.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*506_*508delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496023.1",
"strand": true,
"transcript": "ENST00000645547.1",
"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": 5214,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 42,
"exon_rank": 40,
"exon_rank_end": null,
"feature": "ENST00000645755.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*3196_*3198delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495873.1",
"strand": true,
"transcript": "ENST00000645755.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": 2776,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000646135.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.1862_1864delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000646135.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": 2160,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000646383.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.1232_1234delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000646383.1",
"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": 5472,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 43,
"exon_rank": 41,
"exon_rank_end": null,
"feature": "ENST00000646515.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*876_*878delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494700.1",
"strand": true,
"transcript": "ENST00000646515.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": 1518,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000646830.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.1255_1257delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000646830.1",
"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": 5302,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000646998.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*357_*359delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494662.1",
"strand": true,
"transcript": "ENST00000646998.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": 5127,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 39,
"exon_rank": 37,
"exon_rank_end": null,
"feature": "NR_110988.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.4187_4189delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_110988.2",
"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": 5502,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 43,
"exon_rank": 41,
"exon_rank_end": null,
"feature": "NR_146296.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.4562_4564delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_146296.2",
"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": 6245,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 42,
"exon_rank": 40,
"exon_rank_end": null,
"feature": "NR_157125.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.4287_4289delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_157125.2",
"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": 6117,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 40,
"exon_rank": 38,
"exon_rank_end": null,
"feature": "NR_157126.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.4159_4161delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_157126.2",
"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": 5361,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "NR_157128.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.4421_4423delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_157128.1",
"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": 5410,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 42,
"exon_rank": 40,
"exon_rank_end": null,
"feature": "ENST00000642684.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*4012_*4014delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494554.1",
"strand": true,
"transcript": "ENST00000642684.1",
"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": 5301,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 42,
"exon_rank": 40,
"exon_rank_end": null,
"feature": "ENST00000642771.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*2401_*2403delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496278.1",
"strand": true,
"transcript": "ENST00000642771.1",
"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": 4790,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 39,
"exon_rank": 37,
"exon_rank_end": null,
"feature": "ENST00000643395.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*357_*359delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496630.1",
"strand": true,
"transcript": "ENST00000643395.1",
"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": 5067,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 40,
"exon_rank": 38,
"exon_rank_end": null,
"feature": "ENST00000643751.2",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*506_*508delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495496.1",
"strand": true,
"transcript": "ENST00000643751.2",
"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": 5224,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000644162.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*3018_*3020delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495371.1",
"strand": true,
"transcript": "ENST00000644162.1",
"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": 5371,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 42,
"exon_rank": 40,
"exon_rank_end": null,
"feature": "ENST00000645494.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*2374_*2376delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495338.1",
"strand": true,
"transcript": "ENST00000645494.1",
"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": 2084,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000645547.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*506_*508delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496023.1",
"strand": true,
"transcript": "ENST00000645547.1",
"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": 5214,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 42,
"exon_rank": 40,
"exon_rank_end": null,
"feature": "ENST00000645755.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*3196_*3198delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495873.1",
"strand": true,
"transcript": "ENST00000645755.1",
"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": 5472,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 43,
"exon_rank": 41,
"exon_rank_end": null,
"feature": "ENST00000646515.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*876_*878delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494700.1",
"strand": true,
"transcript": "ENST00000646515.1",
"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": 5302,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000646998.1",
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"hgvs_c": "n.*357_*359delACGinsCGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494662.1",
"strand": true,
"transcript": "ENST00000646998.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 18423,
"gene_symbol": "DEPDC5",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"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": "Pathogenic",
"phylop100way_score": 8.21,
"pos": 31901756,
"ref": "ACG",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_001242896.3"
}
]
}