← 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-31901757-CG-GA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=31901757&ref=CG&alt=GA&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "DEPDC5",
"hgnc_id": 18423,
"hgvs_c": "c.4391_4392delCGinsGA",
"hgvs_p": "p.Thr1464Arg",
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_001242896.3",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [],
"effects": [
"intron_variant"
],
"gene_symbol": "ENSG00000285404",
"hgnc_id": null,
"hgvs_c": "c.1787-54382_1787-54381delCGinsGA",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": 0,
"transcript": "ENST00000646701.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "GA",
"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": 4597,
"cds_end": null,
"cds_length": 4812,
"cds_start": 4391,
"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.4391_4392delCGinsGA",
"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": 4597,
"cds_end": null,
"cds_length": 4812,
"cds_start": 4391,
"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.4391_4392delCGinsGA",
"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": 4477,
"cds_end": null,
"cds_length": 4812,
"cds_start": 4391,
"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.4391_4392delCGinsGA",
"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": 4409,
"cds_end": null,
"cds_length": 4728,
"cds_start": 4307,
"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.4307_4308delCGinsGA",
"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": 4381,
"cds_end": null,
"cds_length": 4719,
"cds_start": 4298,
"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.4298_4299delCGinsGA",
"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-54382_1787-54381delCGinsGA",
"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.*655_*656delCGinsGA",
"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.*358_*359delCGinsGA",
"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.*655_*656delCGinsGA",
"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.*358_*359delCGinsGA",
"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": 4594,
"cds_end": null,
"cds_length": 4836,
"cds_start": 4415,
"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.4415_4416delCGinsGA",
"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": 4480,
"cds_end": null,
"cds_length": 4812,
"cds_start": 4391,
"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.4391_4392delCGinsGA",
"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": 4453,
"cds_end": null,
"cds_length": 4785,
"cds_start": 4364,
"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.4364_4365delCGinsGA",
"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": 4521,
"cds_end": null,
"cds_length": 4785,
"cds_start": 4364,
"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.4364_4365delCGinsGA",
"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": 4599,
"cds_end": null,
"cds_length": 4785,
"cds_start": 4364,
"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.4364_4365delCGinsGA",
"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": 4356,
"cds_end": null,
"cds_length": 4770,
"cds_start": 4349,
"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.4349_4350delCGinsGA",
"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": 4414,
"cds_end": null,
"cds_length": 4746,
"cds_start": 4325,
"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.4325_4326delCGinsGA",
"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": 4531,
"cds_end": null,
"cds_length": 4746,
"cds_start": 4325,
"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.4325_4326delCGinsGA",
"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": 4417,
"cds_end": null,
"cds_length": 4746,
"cds_start": 4325,
"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.4325_4326delCGinsGA",
"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": 4470,
"cds_end": null,
"cds_length": 4746,
"cds_start": 4325,
"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.4325_4326delCGinsGA",
"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": 4509,
"cds_end": null,
"cds_length": 4728,
"cds_start": 4307,
"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.4307_4308delCGinsGA",
"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": 4396,
"cds_end": null,
"cds_length": 4728,
"cds_start": 4307,
"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.4307_4308delCGinsGA",
"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": 4500,
"cds_end": null,
"cds_length": 4719,
"cds_start": 4298,
"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.4298_4299delCGinsGA",
"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": 4387,
"cds_end": null,
"cds_length": 4719,
"cds_start": 4298,
"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.4298_4299delCGinsGA",
"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": 4522,
"cds_end": null,
"cds_length": 4719,
"cds_start": 4298,
"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.4298_4299delCGinsGA",
"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": 4408,
"cds_end": null,
"cds_length": 4680,
"cds_start": 4259,
"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.4259_4260delCGinsGA",
"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": 4270,
"cds_end": null,
"cds_length": 4602,
"cds_start": 4181,
"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.4181_4182delCGinsGA",
"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": 4246,
"cds_end": null,
"cds_length": 4578,
"cds_start": 4157,
"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.4157_4158delCGinsGA",
"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": 4363,
"cds_end": null,
"cds_length": 4578,
"cds_start": 4157,
"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.4157_4158delCGinsGA",
"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": 4282,
"cds_end": null,
"cds_length": 4578,
"cds_start": 4157,
"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.4157_4158delCGinsGA",
"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": 4387,
"cds_end": null,
"cds_length": 4578,
"cds_start": 4157,
"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.4157_4158delCGinsGA",
"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": 4268,
"cds_end": null,
"cds_length": 4551,
"cds_start": 4130,
"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.4130_4131delCGinsGA",
"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": 4195,
"cds_end": null,
"cds_length": 4536,
"cds_start": 4115,
"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.4115_4116delCGinsGA",
"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": 4266,
"cds_end": null,
"cds_length": 4515,
"cds_start": 4094,
"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.4094_4095delCGinsGA",
"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": 4180,
"cds_end": null,
"cds_length": 4512,
"cds_start": 4091,
"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.4091_4092delCGinsGA",
"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": 4281,
"cds_end": null,
"cds_length": 4512,
"cds_start": 4091,
"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.4091_4092delCGinsGA",
"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": 4267,
"cds_end": null,
"cds_length": 4512,
"cds_start": 4091,
"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.4091_4092delCGinsGA",
"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": 4314,
"cds_end": null,
"cds_length": 4491,
"cds_start": 4157,
"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.4157_4158delCGinsGA",
"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": 4279,
"cds_end": null,
"cds_length": 4485,
"cds_start": 4064,
"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.4064_4065delCGinsGA",
"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": 4156,
"cds_end": null,
"cds_length": 4485,
"cds_start": 4064,
"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.4064_4065delCGinsGA",
"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": 4518,
"cds_end": null,
"cds_length": 4453,
"cds_start": 4307,
"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.4307_4308delCGinsGA",
"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": 4078,
"cds_end": null,
"cds_length": 4419,
"cds_start": 3998,
"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.3998_3999delCGinsGA",
"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": 4059,
"cds_end": null,
"cds_length": 4401,
"cds_start": 3980,
"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.3980_3981delCGinsGA",
"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": 35,
"cds_end": null,
"cds_length": 93,
"cds_start": 35,
"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.35_36delCGinsGA",
"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": 4570,
"cds_end": null,
"cds_length": 4785,
"cds_start": 4364,
"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.4364_4365delCGinsGA",
"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": 4336,
"cds_end": null,
"cds_length": 4551,
"cds_start": 4130,
"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.4130_4131delCGinsGA",
"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": 4219,
"cds_end": null,
"cds_length": 4551,
"cds_start": 4130,
"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.4130_4131delCGinsGA",
"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": "D",
"aa_end": null,
"aa_length": 1515,
"aa_ref": "R",
"aa_start": 1407,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6382,
"cdna_start": 4425,
"cds_end": null,
"cds_length": 4548,
"cds_start": 4219,
"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.4219_4220delCGinsGA",
"hgvs_p": "p.Arg1407Asp",
"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": 4297,
"cds_end": null,
"cds_length": 4512,
"cds_start": 4091,
"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.4091_4092delCGinsGA",
"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": 4270,
"cds_end": null,
"cds_length": 4485,
"cds_start": 4064,
"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.4064_4065delCGinsGA",
"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": 4153,
"cds_end": null,
"cds_length": 4485,
"cds_start": 4064,
"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.4064_4065delCGinsGA",
"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": "D",
"aa_end": null,
"aa_length": 1484,
"aa_ref": "R",
"aa_start": 1376,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6289,
"cdna_start": 4332,
"cds_end": null,
"cds_length": 4455,
"cds_start": 4126,
"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.4126_4127delCGinsGA",
"hgvs_p": "p.Arg1376Asp",
"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": "D",
"aa_end": null,
"aa_length": 1437,
"aa_ref": "R",
"aa_start": 1329,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6148,
"cdna_start": 4191,
"cds_end": null,
"cds_length": 4314,
"cds_start": 3985,
"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.3985_3986delCGinsGA",
"hgvs_p": "p.Arg1329Asp",
"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": "D",
"aa_end": null,
"aa_length": 1406,
"aa_ref": "R",
"aa_start": 1298,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6055,
"cdna_start": 4098,
"cds_end": null,
"cds_length": 4221,
"cds_start": 3892,
"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.3892_3893delCGinsGA",
"hgvs_p": "p.Arg1298Asp",
"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": 3993,
"cds_end": null,
"cds_length": 3819,
"cds_start": 3398,
"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.3398_3399delCGinsGA",
"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": 2368,
"cds_end": null,
"cds_length": 2706,
"cds_start": 2285,
"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.2285_2286delCGinsGA",
"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": 2340,
"cds_end": null,
"cds_length": 2679,
"cds_start": 2258,
"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.2258_2259delCGinsGA",
"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+4104_4375+4105delCGinsGA",
"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.1274_1275delCGinsGA",
"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.1113_1114delCGinsGA",
"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.*4013_*4014delCGinsGA",
"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.*2402_*2403delCGinsGA",
"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.1131_1132delCGinsGA",
"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.1350_1351delCGinsGA",
"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.1322_1323delCGinsGA",
"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.*358_*359delCGinsGA",
"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.*507_*508delCGinsGA",
"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.*3019_*3020delCGinsGA",
"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.1330_1331delCGinsGA",
"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.*2375_*2376delCGinsGA",
"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.*507_*508delCGinsGA",
"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.*3197_*3198delCGinsGA",
"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.1863_1864delCGinsGA",
"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.1233_1234delCGinsGA",
"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.*877_*878delCGinsGA",
"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.1256_1257delCGinsGA",
"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.*358_*359delCGinsGA",
"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.4188_4189delCGinsGA",
"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.4563_4564delCGinsGA",
"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.4288_4289delCGinsGA",
"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.4160_4161delCGinsGA",
"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.4422_4423delCGinsGA",
"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.*4013_*4014delCGinsGA",
"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.*2402_*2403delCGinsGA",
"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.*358_*359delCGinsGA",
"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.*507_*508delCGinsGA",
"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.*3019_*3020delCGinsGA",
"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.*2375_*2376delCGinsGA",
"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.*507_*508delCGinsGA",
"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.*3197_*3198delCGinsGA",
"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.*877_*878delCGinsGA",
"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.*358_*359delCGinsGA",
"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": "Uncertain_significance",
"phylop100way_score": 6.974,
"pos": 31901757,
"ref": "CG",
"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"
}
]
}