You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to predict the effect of a single point mutation in fasta file, after run MPNN with score_only mode both with raw fasta and mutated fasta, then got processed_pdb.npz file, there are three array in it, score, global_score, S. What dose 'S', which is the same dimension as protein length ,mean() and which score should I use to compare with to check if mutation if better than raw sequence.
Hi,
I want to predict the effect of a single point mutation in fasta file, after run MPNN with score_only mode both with raw fasta and mutated fasta, then got
processed_pdb.npz
file, there are three array in it,score, global_score, S
. What dose 'S', which is the same dimension as protein length ,mean() and which score should I use to compare with to check if mutation if better than raw sequence.Thanks
here is the code I used
The text was updated successfully, but these errors were encountered: