Publications

Export 2 results:
Sort by: [ Author  (Asc)] Title Type Year
[A] B C D E F G H I J K L M N O P Q R S T U V W X Y Z   [Show ALL]
A
Antony, J, Penikalapati A, Reddy VKJ, Pournami PN, Jayaraj PB.  2021.  Towards Protein Tertiary Structure Prediction Using LSTM/BLSTM. Advances in Computing and Network Communications. (Thampi, Sabu M., Gelenbe, Erol, Atiquzzaman, Mohammed, Chaudhary, Vipin, Li, Kuan-Ching, Eds.).:65–77., Singapore: Springer Singapore Abstract

Antony, JisnaPenikalapati, AkhilReddy, J. Vinod KumarPournami, P. N.Jayaraj, P. B.Determining the native structure of a protein, given its primary sequence is one of the most demanding tasks in computational biology. Traditional protein structure prediction methods are laborious and involve vast conformation search space. Contrarily, deep learning is a rapidly evolving field with outstanding performance at problems where there are complicated relationships between input features and desired outputs. Various deep neural network architectures such as recurrent neural networks, convolution neural networks, deep feed-forward neural networks are becoming popular for solving problems in protein science. This work mainly concentrates on prediction of three-dimensional structure of proteins from the given primary sequences using deep learning techniques. Long short-term memory (LSTM) and bidirectional LSTM (BLSTM) neural network architectures are used for predicting protein tertiary structures from primary sequences. The result shows that single-layer BLSTM networks fed with primary sequence and position-specific scoring matrix data gives better accuracy compared to LSTM and two-layer BLSTM models. This study may get benefited to the computational biologists working in the area of protein structure prediction.

Antony, JV, Koya R, Pournami PN, Nair GG, Balakrishnan JP.  2022.  Protein secondary structure assignment using residual networks, August. Journal of molecular modeling. 28:269., Number 9 AbstractWebsite

Proteins are constructed from amino acid sequences. Their structural classifications include primary, secondary, tertiary, and quaternary, with tertiary and quaternary structures influencing protein function. Because a protein's structure is inextricably connected to its biological function, machine learning algorithms that can better anticipate the structures have the potential to lead to new scientific discoveries in human health and improve our capacity to develop new treatments. Protein secondary structure assignment enriches the structural and functional understanding of proteins. It helps in protein structure comparison and classification studies, besides facilitating secondary and tertiary structure prediction systems. Several secondary structure assignment methods have been developed since the 1980s, most of which are based on hydrogen bond analysis and atomic coordinate features. However, the assignment process becomes complex when protein data includes missing atoms. Deep neural networks are often referred to as universal function approximators because they can approximate any function to produce the desired output when properly designed and trained. Optimised deep learning architectures have already proven their ability to increase performance in a wide range of problems. Recently, the ResNet architecture has garnered significant interest due to its applicability in various areas, including image classification and protein contact map prediction. The proposed model, which is based on the ResNet architecture, assigns secondary structures using Cα atom coordinates. The model achieved an accuracy of 94% when evaluated against the benchmark and independent test sets. The findings encourage the development of new deep learning-based methods that are more generalised across various protein learning tasks. Furthermore, it allows computational biologists to delve deeper into integrating these techniques with experimental methods. The model codes are available at: https://github.com/jisnava/ResNet_for_Structure_Assignments/ .