### general information Author: Björn Wallner Contact email: bjorn.wallner@liu.se DOI: 10.17044/scilifelab.14222692 License: CC BY 4.0 This readme file was last updated: 29-03-2021 ### Description IPR0220 Dataset for "InterPepRank: Assessment of Docked Peptide Conformations by a Deep Graph Network" by Isak Johansson-Åkhe, Claudio Mirabello, and Björn Wallner (DOI: https://doi.org/10.1101/2020.09.07.285957) Peptide-protein interactions between a smaller or disordered peptide stretch and a folded receptor make up a large part of all protein-protein interactions. A common approach for modelling such interactions is to exhaustively sample the conformational space by fast-fourier-transform docking, and then refine a top percentage of decoys. Commonly, methods capable of ranking the decoys for selection in short enough time for larger scale studies rely on first-principle energy terms such as electrostatics, Van der Waals forces, or on pre-calculated statistical pairwise potentials. InterPepRank is a machine-learning based method for peptide-protein complex scoring and ranking, which encodes the structure of the complex as a graph; with physical pairwise interactions as edges and evolutionary and sequence features as nodes. The graph-network is trained to predict the LRMSD of decoys by using edge-conditioned graph convolutions on a large set of peptide-protein complex decoys. Here we present the complete dataset used to train InterPepRank. The set contains 679 receptor-peptide pairs, each pair has 50 different peptide conformations docked by 70000 different rotations. in total 2.5 billion conformations. This is too large to be distributed as flat files. As such, the dataset is distributed as a set of ft-files describing which rotations and translations to apply to the corresponding peptide ligands to generate decoy poses docked to the receptor structures. To generate these structures, the apply_ftresult_improved.py script is available. In addition it also contains a set of apo and holo models that was used to benchmark unbound docking. All files and scripts are given as-is with no warranty.