Skip to content

Exploring digital signal processing combined with physicochemical properties support by NLP techniques

License

Notifications You must be signed in to change notification settings

ProteinEngineering-PESB2/numerical_representations_protein_seqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generalized property-based encoders and digital signal processing facilitate predictive tasks in protein engineering

Computational methods in protein engineering often require encoding amino acid sequences, i.e., converting them into numeric arrays. Physicochemical properties are a typical choice for encoding. However, what property (or group thereof) is best for a given predictive task remains an open problem. In this work, we generalize property-based encoding strategies to maximize the performance of predictive models in protein engineering. First, combining text mining and unsupervised learning, we partitioned the AAIndex database into eight semantically-consistent groups of properties. We then applied a non-linear PCA within each group to define a single encoder to represent it. Then, in several case studies, we assess the performance of predictive models trained using classical encoders (One Hot Encoder and TAPE embeddings) and the proposed encoders for predicting protein and peptide function, folding, and biological activity. We confirm that in most cases, models trained using our encoders outperform classical approaches both in precision and generality. Furthermore, when applying the Fast Fourier Transform (FFT) to the sequences encoded with the proposed encoders, the increase in performance and reduction in overfitting is much more drastic. Finally, we propose a preliminary and straightforward methodology to create \textit{de novo} sequences with desirable properties. All these results offer simple ways to increase the performance of general and complex predictive tasks in protein engineering.

Summary of directories

  • aaindexdb: Has different files associated to aaindex database considering the original source and the processed datasets.
  • dataset testing: Has the different builded dataset to evaluate the proposed methodology.
  • results: Contains the proposed encoders using the methodology developed in this work.
  • sourcecode: Contains the different Python scripts implemented on this work.

Contact us

About

Exploring digital signal processing combined with physicochemical properties support by NLP techniques

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages