Screening of Fn-targeting fragment
In order to target Fn, we designed four different adhesins and conducted molecular docking for each to assess their binding affinity with mFadA
EC5 was obtained from Protein Data Bank(PDB ID:7STZ). Pep-11 was obtained from Homology Modeling using SWISS-MODEL and the sequence was obtained from literature[1]. The mFadA sequence was obtained from the literature[2] and the structure was predicted by Alphafold2. The B-domain sequence was designed in Engineer Design Circle 2 and the structure was predicted by Alphafold2.
For EC5:Rosetta local_docking,nstruct=10000, repeated 3 times.
For Pep11:Rosie online server[3], RosettaDock-5.0,nstruct=10000, repeated 3 times.
For mFadA:Rosetta local_docking,nstruct=200000, no repeat.
For B-domain:Rosetta local_docking,nstruct=10000,repeated 3 times
The docking results are shown in the following pictures:
It suggested that adhesion factors based on self-assembly principle have a better ability to bind to bacterial pilus. Therefore, it guided us to consider the display of bacterial pilus monomer or fragment structures on the surface as the basic method for targeting Fn.
Learn from us:When applying protein engineering for adhesion, binding, or targeting, it is possible to consider the removal of non-essential structural domains to enhance specificity in binding. However, this work should be based on bold assumptions while exercising caution. Because the binding between proteins may involve more than just active sites, the deletion of certain structural domains may lead to irreversible impacts on the correct spatial folding. In future protein structural domain truncation work, computer-assisted protein design can provide comprehensive insights into their structure and function, aiding in better experimental design for wet lab experiments.
Screening of CRC-targeting fragment
In order to target CRC, we designed four different adhesins and conducted molecular docking for each to assess their binding affinity with E-cadherin and HSPG on the surface of CRC.
E-Cadherin and its antibody structure was obtained from Protein Data Bank(PDB ID:7STZ). Based on them, a nanobody and a single chain variable fragment (scFv) were designed by us .
For A-domain:Rosetta local_docking,nstruct=10000,repeated 3 times.
For nanobody:Rosie online server, RosettaDock-5.0,nstruct=1000, repeated 10 times.
For scFv:Rosie online server, RosettaDock-5.0,nstruct=1000, repeated 10 times.
For HlpA docking with HSPG:MOE-2022, ligand-protein, n=1000. repeated 10 times.
The affinities of the A-domain, scFv, and HlpA towards CRC are closely matched. After a comprehensive evaluation, which included considering target expression levels, cost constraints, and experimental timelines, we made the final decision to employ HlpA as the preferred factor for CRC targeting.
Learn from us:Many times, dry lab and wet lab experiments can be disconnected. The best dry lab results may not necessarily translate to the best outcomes in real-world applications. In computer evaluations, the assessment of something is often based on scores. In contrast, real-world assessments must consider feasibility, cost, robustness, user-friendliness, and various other factors. It must be said that the assistance of dry lab experiments is invaluable in many cases, however, it's crucial not to blindly follow dry lab scores and, instead, make judgments by combining a balanced perspective from various aspects.
Visualization Simulation of Bacterial Interactions.
We conducted simulations in Python based on the BL-Fn adhesion and BL killing Fn designed within the project. We utilized the pygame library to develop two small programs, one for adhesion and one for cytotoxicity, with multiple iterations. Various versions of the logic were developed, all based on the collision of two graphical entities resulting in either adhesion or cytotoxicity. With each iteration, we progressively achieved stable adhesion, consistent cytotoxicity, Brownian motion, periodic boundary conditions, boundary collision rebound, and delayed cytotoxicity, among other features. These simulations allowed us to provide guidance on critical mathematical modeling parameters, such as adhesion rates, adhesion constants, cytotoxicity rate curves, and more, in a two-dimensional context.
However, it's worth noting that many of these functions are not currently compatible, and, to date, we have been unable to merge the adhesion and cytotoxicity programs into a single unified system. Despite recognizing the tremendous potential of this simulation for modeling bacterial interactions, some code issues remain unresolved due to technical limitations.
Therefore, we welcome and encourage interested individuals to engage with us for collaborative learning and further refinement of this simulation system. Our future plans encompass:
1. Combining adhesion and cytotoxicity programs into one.
2. Addressing tunneling issues.
3. Resolving inaccuracies in locating periodic boundaries.
4. Overcoming bottlenecks in simulating interactions between more than two bacterial species.
5. Implementing natural bacterial reproduction and death.
6. Incorporating bacterial chemotaxis and diffusion.
7. Extending bacterial interaction simulations to a three-dimensional context.
8. Discontinuing visualization and focusing on coordinate calculations only, to facilitate faster solutions for mathematical models.