Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

kernel-plots

In silico analysis of the PTCome distribution on PTPs

Mutational databases usually display graphical representations using quantitave data, meaning they take into account the number of times certain mutation has been described in samples. Mutational hotspots can occur both due to the protein output of the mutation or the mutagenic chemical properties of a given nucleotide sequence, or because a mixture of both. As an example of sequences of elevated mutability, CG to TG conversions occur with relatively high frequency in Arg (R) codons (CGA), due to spontaneous reactions of deaminase enzymes.

Nonsense mutations that led to premature termination codons (PTC) are relatively abundant in PTPs, and understanding how these are distributed along their coding sequence may provide genotype/phenotype information. We have developed this code that can be copied and run in R, to retrieve unique PTC mutations of a desired gene from COSMIC (cancer-associated PTCome) and HGMD (germline-asociated PTCome) databases, and represent them in a plot which we have designated Kernel density plot, based on kernel density estimation.

Obtention of datasets containing PTC data

For representing Kernel density plots 3 vectors are obtained using files downloaded from COSMIC (comma delimited file, .csv) and HGMD databases (excel file, .xls), and from a file with the potential PTC residues of a given cDNA obtained using the PTCMAKER program (text file, .txt; obtained using the Python-based code in the https://github.com/translational-readthrough-on-ptps/ptc-maker repository or via a program that can be installed using the .exe file for Windows in https://github.com/translational-readthrough-on-ptps/stop-codon-pulido-17).

Kernel density plot representation

These files are processed by three sections in this code (section #1 for the potential PTCome, section #2 for the germline-associated PTCome and section #3 for the cancer-associated PTCome). These PTComes are then represented in a kernel density plot in section #4. In red is the cancer-associated PTCome, in blue the germline-associated PTCome and in black the potential PTCome. Protein name and length must be introduced in lines 40 and 41; PTEN name and protein length are given as an example. Of relevance is that for obtaining representative curves a minimal number of described PTC is needed.

Kernel density plot representation gives an indication of possible protein areas relevat for pathogenicity. Protein regions more targeted by PTC in a disease context could be more implicated in the pathogenicity. A reliable control is the potential PTCome, which usually would render a stright line in the kernel denisty plot.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors