paper-with-me

Papers

Protein Interface Prediction using Graph Convolutional Networks

2017-12-01 · NeurIPS 2017 12 · Alex Fout, Jonathon Byrd, Basir Shariat, Asa Ben-Hur

We consider the prediction of interfaces between proteins, a challenging problem with important applications in drug discovery and design, and examine the performance of existing and newly proposed spatial graph convolution operators for this task. By performing convolution over a local neighborhood of a node of interest, we are able to stack multiple layers of convolution and learn effective latent representations that integrate information across the graph that represent the three dimensional structure of a protein of interest. An architecture that combines the learned features across pairs of proteins is then used to classify pairs of amino acid residues as part of an interface or not. In our experiments, several graph convolution operators yielded accuracy that is better than the state-of-the-art SVM method in this task.

📄 PDF Abstract BibTeX

Code (2)

fouticus/pipgcn 공식 구현 tf
YeongHyeon/PIPGCN-TF2 tf

Tasks

Drug DiscoveryPredictionProtein Interface Prediction

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Deep Learning of High-Order Interactions for Protein Interface Prediction

2020-07-18 · Yi Liu, Hao Yuan, Lei Cai, Shuiwang Ji

Protein interactions are important in a broad range of biological processes. Traditionally, computational methods have been developed to automatically predict protein interface from hand-crafted features. Recent approach…

Deep LearningPredictionProtein Interface PredictionVocal Bursts Intensity Prediction

Geometric Transformers for Protein Interface Contact Prediction

2021-10-06 · ICLR 2022 4 · Alex Morehead, Chen Chen, Jianlin Cheng

Computational methods for predicting the interface contacts between proteins come highly sought after for drug discovery as they can significantly advance the accuracy of alternative approaches, such as protein-protein d…

Drug DiscoveryPredictionTranslation

MEGADOCK-GUI: a GUI-based complete cross-docking tool for exploring protein-protein interactions

2021-05-08 · Masahito Ohue, Yutaka Akiyama

Information on protein-protein interactions (PPIs) not only advances our understanding of molecular biology but also provides important clues for target selection in drug discovery and the design of PPI inhibitors. One o…

Drug Discovery

A Multiscale Graph Convolutional Network Using Hierarchical Clustering

2020-06-22 · Alex Lipov, Pietro Liò

The information contained in hierarchical topology, intrinsic to many networks, is currently underutilised. A novel architecture is explored which exploits this information through a multiscale decomposition. A dendrogra…

ClusteringMolecular Property PredictionPredictionProperty Prediction+1

Energy-based Graph Convolutional Networks for Scoring Protein Docking Models

2019-12-28 · Yue Cao, Yang shen

Structural information about protein-protein interactions, often missing at the interactome scale, is important for mechanistic understanding of cells and rational discovery of therapeutics. Protein docking provides a co…