The sequences are in the format AAAAA/BBBBBB
The scores that I get are very similar. I think this is because the target is so large compared to the binder that the scores of the binder contribute very little to the mean score.
I have two questions.
1) If I change
chains_to_design="A B"
to
chains_to_design="B"
Does it mean that mpnn will score the chain B in isolation and compute the probability of sequence B folding into the structure of chain B with no consideration of chain A or is the chain A considered and just the scores are accumulated for chain B?
2) Is there a way to get per position scores? This would allow be to calculate the mean of the scores for chain B only.
I would really appreciate any suggestions.
Best,
Amin.
Hello. I am trying to score multiple small binder sequences to a large target. I have used the example script for scoring as follows
The sequences are in the format AAAAA/BBBBBB The scores that I get are very similar. I think this is because the target is so large compared to the binder that the scores of the binder contribute very little to the mean score. I have two questions. 1) If I change
to
Does it mean that mpnn will score the chain B in isolation and compute the probability of sequence B folding into the structure of chain B with no consideration of chain A or is the chain A considered and just the scores are accumulated for chain B? 2) Is there a way to get per position scores? This would allow be to calculate the mean of the scores for chain B only. I would really appreciate any suggestions. Best, Amin.