Literature DB >> 27131789

PepComposer: computational design of peptides binding to a given protein surface.

Agnieszka Obarska-Kosinska1, Alfredo Iacoangeli1, Rosalba Lepore2, Anna Tramontano3.   

Abstract

There is a wide interest in designing peptides able to bind to a specific region of a protein with the aim of interfering with a known interaction or as starting point for the design of inhibitors. Here we describe PepComposer, a new pipeline for the computational design of peptides binding to a given protein surface. PepComposer only requires the target protein structure and an approximate definition of the binding site as input. We first retrieve a set of peptide backbone scaffolds from monomeric proteins that harbor the same backbone arrangement as the binding site of the protein of interest. Next, we design optimal sequences for the identified peptide scaffolds. The method is fully automatic and available as a web server at http://biocomputing.it/pepcomposer/webserver.
© The Author(s) 2016. Published by Oxford University Press on behalf of Nucleic Acids Research.

Entities:  

Mesh:

Substances:

Year:  2016        PMID: 27131789      PMCID: PMC4987918          DOI: 10.1093/nar/gkw366

Source DB:  PubMed          Journal:  Nucleic Acids Res        ISSN: 0305-1048            Impact factor:   16.971


INTRODUCTION

Protein–peptide interactions are important mediators of many cellular processes, constituting a major component of protein–protein interaction (PPI) networks where they are estimated to account for about 40% of the interaction events (1). Hence they are critical elements in our understanding of biological systems, giving insights on how protein complexes and networks operate and how we can modulate them (2). Comprehensive structural studies and collections of protein–peptide complexes have highlighted relevant features of their architecture and mode of binding (3–6). Compared to other type of protein interactions, i.e. PPI, protein–peptide interactions show some peculiarities: their interface is better packed and enriched of main-chain hydrogen bonds (5). Few peptide residues, ‘hot-spots’, contribute most of the binding energy and, in addition to the high frequency of aromatic residues as observed in PPI ‘hot-spots’, the peptide ones tend to be enriched in leucines and isoleucines. Furthermore, it has been shown that protein–peptide interactions often adopt the same structural arrangement observed between different regions of monomeric proteins (3). These evidences suggest that rational design strategies, which have been successfully applied to specific protein families or domains (7–10), can be generally applicable. At present, however, automated computational methods able to perform all the necessary steps to design peptides binding to a given protein without requiring either the knowledge of the structure of a protein complex or some information about the peptide to be designed are still lacking (11–13). Structure-based strategies often use peptide fragments or interaction motifs derived from either protein–protein or protein–peptide complexes (11). A recent implementation of this approach is the PiPreD software (13). The method relies on the availability of a protein complex where the anchor residues, defined as those mediating the interaction with the protein of interest, are used to guide the sampling and modeling of peptides derived from a database of complex fragments. De novo design methods attempt to design the peptide without any prior information about its sequence or structure. The FlexPepDock ab initio protocol (12) of the Rosetta modeling suite (14), given an initial model of the peptide–protein complex, performs a Monte-Carlo simulation for de novo folding and docking of the peptide to the protein surface. The pepspec method (15), another example of de novo design method, does not use information on the complex structure but requires at least an approximate position of one peptide residue in the binding pocket. The ‘in silico panning’ method (16) uses the target protein structure to generate peptides that are subsequently evolved using the docking energy as fitness function. VitAL (17) first identifies the binding site using a coarse grained Gaussian Network Model and subsequently generates all possible amino acid sequences and calculates the binding energies between these pairs and the specific location on the protein. Another recently developed strategy (18) performs simultaneous sampling of peptide sequences and conformational space to estimate the relative free energies of the designed peptides. By and large, methods using information from known protein–protein or protein–peptide complex structures have been shown so far to be the most successful, leading in some cases to the development of potent inhibitors and drugs (19–21). However, if no information is available about a complex of the target protein with a protein or a peptide, one has to recur to de novo design methods and therefore needs to select an appropriate backbone and optimize its relative orientation with respect to the target protein and its sequence (11). To simplify and streamline this latter process, we developed PepComposer, a computational pipeline for the design of protein-binding peptides that requires as input only the target protein structure and an approximate definition of the binding site. As mentioned before, protein–peptide interactions often adopt similar relative arrangements as those found between interacting fragments of monomeric proteins (11). Indeed, it has been shown that this is true in about 80% of known protein–peptide interactions. Notably, the backbone similarity is not influenced by the side chain similarity. We use motifs found in monomeric proteins as backbone scaffolds. This has a clear advantage with respect to pure de novo methods since the identified backbone fragments are stereo chemically plausible and already suitable for binding to a protein region (11). After deriving a set of peptide backbones (scaffolds), we use a Monte Carlo procedure as implemented in PyRosetta (22) to design a set of sequences for the identified peptide scaffolds, and select the best ones according to the predicted binding energy. The method is fully automatic, available as a web server and can effectively reproduce known protein peptide interactions.

MATERIALS AND METHODS

Our approach, described in more detail in the following sections, consists in (i) defining the query region, i.e. the region of the input target protein containing the desired binding site; (ii) searching for regions structurally similar to the query region in a non redundant database of experimentally solved monomeric proteins; (iii) retrieving continuous backbone fragments in contact with the query region and merging them in the appropriate relative position with the target protein and (iv) designing the peptide sequence using repeated cycles of structure diversification and sequence design. These steps are described below. Define the query region: the query region can be defined in two ways, i.e. by listing a specific set of residues or by selecting a single residue res and a query region radius r. In the latter case, all residues having at least one atom within rÅ from any atom of res are included in the query. Identify regions structurally similar to the query region: a structure similarity search of the query region as defined above is performed against a non-redundant database of solved monomeric proteins (filtered at the level of 70% sequence identity). We use Triangle Match (23,24) with default parameters to select backbone regions (hit regions) structurally similar to the query region in an amino acid sequence and order independent fashion. Retrieve the appropriate backbones: we retrieve backbone scaffolds by considering regions of the hit proteins in contact with the hit region. This is achieved analyzing contact graphs. Contacts are pre-calculated for all proteins in our database using Almost Delaunay tessellation (25) as implemented in the ADCGAL program (26) and used to construct graphs using the NetworkX package for Python (27). The conformations of the top 2000 longer hit regions are analyzed further. Fragments in contact with the hit regions (that we call scaffolds) are retrieved. Those that do not have an extended conformation are excluded since regions with helical or turn conformations in the native structure are unlikely to preserve their conformation in isolation. Extended backbone scaffolds are defined as the fragments for which ne/(L - 2) ≥ 0.5 where ne is the number of residues that have ϕ angles in the range −185° to −35° and ψ angles in the range from 85° to 160° and L is the length of the fragment defined as the number of its residues. Regions shorter than four residues are not considered. The contact density (defined as the number of contacts per residue) between the remaining potential scaffolds and the corresponding hit region is used to re-sort the list and retain the top 500 scaffolds (or more if there are regions with the same contact density at position 500). This is based on the assumptions that higher contact density backbone scaffolds are more likely to support sequences leading to high affinity binding peptides in the subsequent sequence design step. Selected backbone scaffolds are then merged with the query protein to build putative protein–peptide complexes on the basis of the superposition between the query and the hit regions. The superposition is performed using Triangle Match (23,24). Sequence design: sequence design is performed using PyRosetta (22), a Python-based interface to the Rosetta molecular modeling package (28) and the Rosetta full atoms energy function with Talaris2013 energy term weights (29). The design consists of two different stages, both including structure diversification and sequence design. First, a relaxation step is performed using PackRotamersMover to allow changes in side chain rotamers of both the protein and the peptide. Next, small rigid-body movements of the peptide and small local flexible backbone moves of the protein–peptide complex structure are performed using RigidBodyPerturbMover with translation and rotation steps of 0.08 Å and 0.3° respectively followed by five rounds of BackrubMover on the whole complex (22). Energy minimization of the protein–peptide complex is performed using MinMover DFP minimization with 0.01 Å tolerance. Next, the amino acid sequence of the peptide is optimized using a standard simulated annealing Monte Carlo method, using the PackRotamersMover function, where rotamers are changed in both the protein and the peptide while amino acids are mutated only in the peptide. For every backbone scaffold, 10 different peptide sequences are calculated and the resulting complexes scored and ranked using FoldX (30). The 100 backbone scaffolds corresponding to top protein peptide complexes in terms of lowest FoldX binding energy are selected for the subsequent exhaustive sequence design step. In the next stage of design, each peptide is subjected to three iterations of backrub movements, energy minimization and sequence design and 100 peptides are generated from every backbone scaffold selected in the pre-design stage. A further structure refinement step is performed on the protein–peptide complex following the Rosetta Classic Relax protocol (31). In this final step the backbone of the protein is kept fixed and all residues within 20 Å from any atoms of the query region are considered in the calculation. Resulting models differing by more than 1Å in terms of Cα RMSD from the initial protein–peptide structure are filtered out in order to avoid both significantly distorted structures and peptide conformations that deviate too much from the starting backbone scaffold. The remaining peptides corresponding to the same backbone are grouped by sequence identity using CLUSEQ (32) and each group is assigned the average FoldX binding energy of its members. The parameters used in the pipeline described above have been selected on the basis of their ability to retrieve peptides similar in both structure and sequence to experimentally known cases. A few selected examples of the results are illustrated later; more are available in the ‘Example’ section of the web server.

THE PEPCOMPOSER WEB SERVER

The procedure described above is implemented as an automatic pipeline and is freely available on the web at http://biocomputing.it/pepcomposer/webserver. The website interface is built using standard HTML/CSS code. Responsive layouts are implemented using the Bootstrap CSS framework, JavaScript and JQuery. Back-end operations are implemented in PHP, PERL and Python. In the home page, the required input is a PDB protein structure of the target protein and the definition of the region of interest. Once the PDB is uploaded, the structure of the target protein is displayed in a Jsmol window. Upon inputting and confirming the query region, selected residues and chain(s) are highlighted in the graphics window. Each run requires on average 12 h (depending on the size of the input), therefore users can retrieve their results via a provided Job Id, a link to a page that can be bookmarked or, optionally, via email. The result page (Figure 1) includes a table showing for each backbone scaffold: (i) the peptide sequence with the lowest FoldX energy (ii) the average FoldX binding energy of the generated complexes for that backbone (iii) a sequence logo obtained using WebLogo (33); (iv) a radio button to display the list of peptides obtained from the same backbone and the complex structure of the representative one in the jsmol window (http://www.jmol.org/) (the representative peptide is the one with the lowest energy from the most populated group) and (v) a button to the download the coordinates of the latter complex in PDB format. The sequence logo is obtained using all sequences for that backbone. The list of peptides includes the number of times each sequence has been obtained and the corresponding representative peptide.
Figure 1.

Example of the output returned by the PepComposer web server.

Example of the output returned by the PepComposer web server.

RESULTS

Validation of the method

PepComposer is meant to provide suggestions for peptides putatively binding to a given region of a protein without using any information on the nature of the peptide. An extensive validation of the method would require the synthesis of several peptides, the experimental validation of their interaction with the target protein and the identification of the binding site. It follows that classical metrics for evaluating the method on established benchmarks cannot be applied to our case (nor to design methods in general). A possible strategy to validate the method is to use it on sets of proteins for which the structure of their complex with a binding peptide is known. We selected to use the test set of 53 peptide–protein complexes described in (34) and used by the authors to assess the performance of different docking methods. Although we are aware that if a designed peptide does not match the native one, it can still be a possible binder, the native peptide is certainly able to bind the protein and can therefore be used as a true positive for comparison. We report in Supplementary Table S1 the results of PepComposer applied to this benchmark. They can also be inspected form the web site under the tab ‘LEADS- PEP Benchmark’. Although a docking method uses the knowledge of the peptide sequence to be docked, while our method only uses the target structure, in about 50% of the cases (23 out of 53), the median backbone RMSD between the designed peptide ranking first and the native one is 1.9 Å. The value decreases to 1.1 Å if the best out of the first 10 ranked peptides is considered, accounting for 25 cases out of 53. This compares rather favorably with the docking results reported in (34), although this comparison has to be taken with much care. While on one side we do not use the sequence of the docked peptide, which clearly puts us at a disadvantage, on the other our designed peptides are usually shorter than the native ones (see Supplementary Table S1) and therefore expected to have a higher probability to achieve a lower RMSD. Furthermore in our case one residue belonging to the binding site is used as input. Given all these caveats, it is worth mentioning that, according to the analysis performed in (34) only the Surflex method (see Table 2 of (34)) retrieves near native peptides in 20 out of the 53 tested cases (for all other methods the figure ranges from 8 to 16) and, in the Surflex case, the median RMSD achieved for the near native peptides is around 1.1 Å, and 4.8 Å if all docked peptides are considered. In 5 out of the 53 cases, PepComposer did not find any backbone scaffold satisfying the selected thresholds. The remaining 23 cases include 16 peptides that assume a helical or beta strand structure in the complex and that are excluded from our design strategy as described above. In these cases, however, it cannot be discounted that the designed peptides mimic the interactions of the native peptide in the context of different backbone geometries. Indeed, as shown in Supplementary Table S1, in 65% of cases (15 out of 23) the designed peptides interact with at least a third of the residues in contact with the native peptide and only in two cases there is no overlap between the sites contacted by the native peptide and by the best scoring designed one. On average 44% of the residues involved in the known protein binding site are contacted by the best scoring designed peptides. We believe that these data show that the accuracy of the method is appropriate for the purpose it has been developed. Below, we describe in detail a few biomedically relevant examples of application of PepComposer. Further examples of the results of PepComposer are available under the ‘Examples’ tab of the server.

Example 1: The FimG protein

The FimG protein belongs to the fimbrial protein family and together with FimF and FimH plays a major role in the fimbrial morphology, acting as longitudinal modulator. A crystal structure (PDB ID: 3BFQ) of FimG from Escherichia coli is available in complex with the donor strand peptide DSF (sequence: ADSTITIRGYVRDNR) from its FimF partner (35). We used this structure as input to PepComposer after removing the peptide from the PDB file. The query region was defined by selecting a single amino acid approximately at the center of the binding region, namely residue 25, and a query region radius of 10 Å. The method produced many significant predictions, with top ranked peptides displaying a near-native conformation (backbone RMSD < 1Å) compared to the N-terminal portion of the native peptide. The complex including the best peptide in the first cluster (sequence: KVVLIG, FoldX binding energy −19.1 Kcal/mol) is shown in Figure 2. The peptide superimposes to residues 3–8 of the native peptide with an RMSD of 0.97Å. As it can be appreciated from the sequence logo, several peptides obtained from the same backbone scaffold, including the peptide with the lowest predicted binding energy (−20.8 Kcal/mol, sequence: KVILIA), show two conserved isoleucine residues in positions 3 and 5, the same amino acid side chains present in the corresponding positions (5 and 7) of the native peptide.
Figure 2.

PepComposer results for the FimG protein. The top of the figure shows the FimG target protein (PDB ID: 3BFQ) shown as a gray surface with the query region highlighted, the native peptide (with the carbon atoms shown in violet) and the top ranked designed peptide (carbon atoms in orange). The lower part shows the sequence logo of all the peptide sequences obtained from the scaffold, the amino acid sequence of the designed peptide ranking first (in orange) and of the native peptide (in violet), the PDB code of the hit protein, the FoldX binding energy of the predicted complex and the region of the selected backbone scaffold retrieved from the hit protein.

PepComposer results for the FimG protein. The top of the figure shows the FimG target protein (PDB ID: 3BFQ) shown as a gray surface with the query region highlighted, the native peptide (with the carbon atoms shown in violet) and the top ranked designed peptide (carbon atoms in orange). The lower part shows the sequence logo of all the peptide sequences obtained from the scaffold, the amino acid sequence of the designed peptide ranking first (in orange) and of the native peptide (in violet), the PDB code of the hit protein, the FoldX binding energy of the predicted complex and the region of the selected backbone scaffold retrieved from the hit protein.

Example 2: The HCV protease

The second example we discuss here concerns the Hepatitis C virus (HCV) NS3 protease. The enzyme is active as non-covalent heterodimer consisting of a catalytic subunit (the N-terminal of NS3) and an activating cofactor (NS4A), in the presence of which the catalytic triad is in the characteristic position expected for a chymotrypsin-like activity (36). Several inhibitors/drugs have been developed against the enzyme; nearly all of them derive from modifications of the hexapeptide Asp-Asp-Ile-Val-Pro-Cys (DDIVPC) (37), a potent competitive inhibitor derived from the N-terminal cleavage product of HCV. We used the structure of the protease solved in complex with a peptide-like compound (PDB ID: 4K8B). We selected residue F154, known as the main determinant of NS3 substrate specificity (38,39) and a query region radius of 5 Å. As it can be observed in Figure 3A and B, the top ranked peptide (sequence PLVVVPA, FoldX binding energy −12.75 kcal/mol) displays a similar binding mode (backbone RMSD 1.3 Å) as that observed for the known hexapeptide in complex with the protein (PDB ID: 4JMY). Sequence similarity is apparent at the C-terminal, which is known to contribute the most to the binding of DDIVPC (37). Positions corresponding to P3 (Valine) and P2 (Proline) in the native peptide show identical amino acids in the designed one (residue positions are labeled according to the nomenclature described in (40)). This is relevant, since these two residues are responsible for the inhibition activity, as shown by alanine and D-amino acid scanning respectively (40). Several hydrogen bonds are present between the main chain atoms of the peptide and of the protease (P1-NH and Arg155, P3-NH, P3-carbonyl and Ala157, P5-carbonyl and Cys159). The terminal carbonyl of P1-Alanine is within the hydrogen-bond distance of the backbone of Gly137, Ser138 and Ser139 (the oxyanion hole). These interactions are consistent with the typical pattern observed between peptide ligands and serine protease active sites, commonly referred to as the ‘canonical’ binding mode.
Figure 3.

PepComposer results for the Hepatitis C virus NS3 protease. (A) The HCV NS3 target protein (PDB ID: 4K8B) in complex with a native peptide (PDB ID: 4JMY) and with the designed peptide. The input structure of NS3 used here (PDB ID: 4K8B) has been solved in complex with a native-like peptide. (B) Details of the superposition of the native and designed peptide shown in (A). (C) Superposition of a designed peptide obtained using the structure of the NS3 protein in its apo state (PDB ID: 1DXP) superimposed to the native peptide found in complex with the protease in the 4JMY PDB structure. The lower parts of the panels show the sequence logo of all the peptide sequences obtained from the scaffold, the amino acid sequence of the designed peptide ranking first and of the native, the PDB code of the hit protein, the FoldX binding energy of the predicted complex and the region of the selected backbone scaffold retrieved from the hit protein. The color code is the same as in Figure 2.

PepComposer results for the Hepatitis C virus NS3 protease. (A) The HCV NS3 target protein (PDB ID: 4K8B) in complex with a native peptide (PDB ID: 4JMY) and with the designed peptide. The input structure of NS3 used here (PDB ID: 4K8B) has been solved in complex with a native-like peptide. (B) Details of the superposition of the native and designed peptide shown in (A). (C) Superposition of a designed peptide obtained using the structure of the NS3 protein in its apo state (PDB ID: 1DXP) superimposed to the native peptide found in complex with the protease in the 4JMY PDB structure. The lower parts of the panels show the sequence logo of all the peptide sequences obtained from the scaffold, the amino acid sequence of the designed peptide ranking first and of the native, the PDB code of the hit protein, the FoldX binding energy of the predicted complex and the region of the selected backbone scaffold retrieved from the hit protein. The color code is the same as in Figure 2. We also used the method in a more challenging case, i.e. when the structure of the HCV NS3 protein is solved in its apo state (PDB ID: 1DXP), i.e. in absence of binders or inhibitors. Also in this case the highest ranked peptide (sequence PDIEKPA) shows a similar binding pose with respect to the native one (backbone RMSD 1.0 Å), and most of the main chain interactions observed in the known complex are preserved as well (Figure 3C). The important proline in P2 is present in the designed sequence, while a Lysine replaces the Valine in P3. These results show that PepComposer is able to design a peptide that closely resemble a known binder, and correctly rank this and similar solutions among the top ones.

DISCUSSION

The identification of peptides able to bind to a given protein region is among the most common requests of cell and molecular biologists to computational structural biologists. Although in some cases this can be used as a starting point for the development of non peptidic binders or even inhibitors, more often it is required to test hypotheses about the effect of the inhibition of a native protein-protein interaction on a cellular process (2,10,41). The use of peptide libraries is often the starting point for the development of peptidic binders, however it is difficult to target a specific region in such experiments (42,43). The large amount of structural data nowadays available can, in our view, be effectively used to at least provide a starting point for library design and, in some cases, to directly synthesize a specific peptide. When the aim is to interfere with an interaction and there is information about the complex, the strategy usually consists in analyzing the interacting region trying and identifying a contiguous ‘peptide like’ region of the partner to be used as starting point (7,11). When this information is not available, the first hurdle is the selection of an appropriate backbone likely to support a sequence able to bind to the desired region. Next, one has to design the appropriate sequence and there exist very effective tools to this end (22). Here, we tried to streamline the process by identifying one or more plausible backbones to be used on the basis of previous observations (3) and to simplify the subsequent operations and the analysis of the results by implementing the various steps as a single web server requiring minimal effort from the user. An extensive experimental verification of the method in unknown cases would be desirable of course, but rather difficult to perform in a reasonable time frame. We hope that the availability of our server will foster such targeted experiments. Here we decided to verify the correct operation of the pipeline by trying and reconstructing known protein–peptide interactions. We used a dataset including 53 protein structures solved in complex with a peptide reported in (34) and described in detail a few examples in this paper, while more are available on the server web site. In general, either no peptide is retrieved (about 10% of the cases tested so far) or we find backbones that closely resemble the known ones. We believe that the tool, given its easiness of use and the clarity of the result representation, will be of help as a guide for our experimental colleagues in designing single peptides or peptide libraries.
  38 in total

1.  Toward high-resolution de novo structure prediction for small proteins.

Authors:  Philip Bradley; Kira M S Misura; David Baker
Journal:  Science       Date:  2005-09-16       Impact factor: 47.728

2.  Infinite kinetic stability against dissociation of supramolecular protein complexes through donor strand complementation.

Authors:  Chasper Puorger; Oliv Eidam; Guido Capitani; Denis Erilov; Markus G Grütter; Rudi Glockshuber
Journal:  Structure       Date:  2008-04       Impact factor: 5.006

3.  Ligand bioactive conformation plays a critical role in the design of drugs that target the hepatitis C virus NS3 protease.

Authors:  Steven R LaPlante; Herbert Nar; Christopher T Lemke; Araz Jakalian; Norman Aubry; Stephen H Kawai
Journal:  J Med Chem       Date:  2013-11-08       Impact factor: 7.446

4.  PyRosetta: a script-based interface for implementing molecular modeling algorithms using Rosetta.

Authors:  Sidhartha Chaudhury; Sergey Lyskov; Jeffrey J Gray
Journal:  Bioinformatics       Date:  2010-01-07       Impact factor: 6.937

Review 5.  Macromolecular modeling with rosetta.

Authors:  Rhiju Das; David Baker
Journal:  Annu Rev Biochem       Date:  2008       Impact factor: 23.643

6.  Efficient detection of three-dimensional structural motifs in biological macromolecules by computer vision techniques.

Authors:  R Nussinov; H J Wolfson
Journal:  Proc Natl Acad Sci U S A       Date:  1991-12-01       Impact factor: 11.205

Review 7.  Computational design of peptide ligands.

Authors:  Peter Vanhee; Almer M van der Sloot; Erik Verschueren; Luis Serrano; Frederic Rousseau; Joost Schymkowitz
Journal:  Trends Biotechnol       Date:  2011-02-12       Impact factor: 19.536

8.  The structural basis of peptide-protein binding strategies.

Authors:  Nir London; Dana Movshovitz-Attias; Ora Schueler-Furman
Journal:  Structure       Date:  2010-02-10       Impact factor: 5.006

9.  Crystal structure of the hepatitis C virus NS3 protease domain complexed with a synthetic NS4A cofactor peptide.

Authors:  J L Kim; K A Morgenstern; C Lin; T Fox; M D Dwyer; J A Landro; S P Chambers; W Markland; C A Lepre; E T O'Malley; S L Harbeson; C M Rice; M A Murcko; P R Caron; J A Thomson
Journal:  Cell       Date:  1996-10-18       Impact factor: 41.582

10.  PepX: a structural database of non-redundant protein-peptide complexes.

Authors:  Peter Vanhee; Joke Reumers; Francois Stricher; Lies Baeten; Luis Serrano; Joost Schymkowitz; Frederic Rousseau
Journal:  Nucleic Acids Res       Date:  2009-10-30       Impact factor: 16.971

View more
  15 in total

Review 1.  Understanding and designing head-to-tail cyclic peptides.

Authors:  Diana P Slough; Sean M McHugh; Yu-Shan Lin
Journal:  Biopolymers       Date:  2018-03-12       Impact factor: 2.505

2.  Harnessing protein folding neural networks for peptide-protein docking.

Authors:  Tomer Tsaban; Julia K Varga; Orly Avraham; Ziv Ben-Aharon; Alisa Khramushin; Ora Schueler-Furman
Journal:  Nat Commun       Date:  2022-01-10       Impact factor: 14.919

3.  Computational Evolution Protocol for Peptide Design.

Authors:  Rodrigo Ochoa; Miguel A Soler; Ivan Gladich; Anna Battisti; Nikola Minovski; Alex Rodriguez; Sara Fortuna; Pilar Cossio; Alessandro Laio
Journal:  Methods Mol Biol       Date:  2022

4.  Predicting Protein-Peptide Complex Structures by Accounting for Peptide Flexibility and the Physicochemical Environment.

Authors:  Xianjin Xu; Xiaoqin Zou
Journal:  J Chem Inf Model       Date:  2021-12-21       Impact factor: 6.162

5.  Protocol for iterative optimization of modified peptides bound to protein targets.

Authors:  Rodrigo Ochoa; Pilar Cossio; Thomas Fox
Journal:  J Comput Aided Mol Des       Date:  2022-10-19       Impact factor: 4.179

6.  The pepATTRACT web server for blind, large-scale peptide-protein docking.

Authors:  Sjoerd J de Vries; Julien Rey; Christina E M Schindler; Martin Zacharias; Pierre Tuffery
Journal:  Nucleic Acids Res       Date:  2017-07-03       Impact factor: 16.971

7.  Combinatorial engineering of N-TIMP2 variants that selectively inhibit MMP9 and MMP14 function in the cell.

Authors:  Valeria Arkadash; Evette S Radisky; Niv Papo
Journal:  Oncotarget       Date:  2018-08-10

8.  Discovery of novel helix binding sites at protein-protein interfaces.

Authors:  Wei Yang; Xiangyu Sun; Changsheng Zhang; Luhua Lai
Journal:  Comput Struct Biotechnol J       Date:  2019-11-11       Impact factor: 7.271

9.  Toward Development of a Label-Free Detection Technique for Microfluidic Fluorometric Peptide-Based Biosensor Systems.

Authors:  Nikita Sitkov; Tatiana Zimina; Alexander Kolobov; Vladimir Karasev; Alexander Romanov; Viktor Luchinin; Dmitry Kaplun
Journal:  Micromachines (Basel)       Date:  2021-06-13       Impact factor: 2.891

10.  In-Silico Evidence for a Two Receptor Based Strategy of SARS-CoV-2.

Authors:  Edoardo Milanetti; Mattia Miotto; Lorenzo Di Rienzo; Madhu Nagaraj; Michele Monti; Thaddeus W Golbek; Giorgio Gosti; Steven J Roeters; Tobias Weidner; Daniel E Otzen; Giancarlo Ruocco
Journal:  Front Mol Biosci       Date:  2021-06-09
View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.