-
A potential user asked me how to handle data in case 1) the two proteins live in two different PDB files, or 2) they are in the same PDB file but not bonded together (so I guess they are relatively far from each other). Case 1) is not currently handled by deeprank2, the user needs to take care of placing the two proteins together in the same PDB file. I think is fine this way, and thus it wouldn't make sense at all to add this feature. I just wanted to double-check with the other developers if they agree with me on this. @DaniBodor @cbaakman Regarding point 2) instead, I think this is a case users may encounter relatively often. Am I right that is the usual procedure to use software like PANDORA that places together in space the two molecules (in our case peptide + MHC) AS IF they bind together? @DarioMarzella Is it the same for Rosetta, AlphaFold2, etc.? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
I agree it's best to keep things as they are. If proteins live in separate pdb files, I would be concerned about whether their position values are calculated taking each other into account or not (as opposed to e.g. centering each one individually). I think there is much more opportunity for erroneous or faulty data if we allow separate pdb files.
Similar to my response to #604, it all depends on what question the user is asking Deeprank2 to answer. Currently, we are equipped to answer two types of questions: 1) do these chains (in their current positions) bond or not, or 2) will this mutation have a functional consequence. I don't see how a chain that is really far away is relevant t…