Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What dose 'S' key mean in score_only result #113

Open
yipukangda opened this issue Sep 5, 2024 · 0 comments
Open

What dose 'S' key mean in score_only result #113

yipukangda opened this issue Sep 5, 2024 · 0 comments

Comments

@yipukangda
Copy link

yipukangda commented Sep 5, 2024

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

python ~/github_repos/ProteinMPNN/protein_mpnn_run.py \
        --use_soluble_mode \
        --path_to_fasta $path_to_fasta \
        --pdb_path $path_to_PDB \
        --pdb_path_chains "$chains_to_design" \
        --out_folder $output_dir \
        --num_seq_per_target 5 \
        --sampling_temp "0.1" \
        --score_only 1 \
        --seed 13 \
        --batch_size 1
@yipukangda yipukangda changed the title What does 'S' key mean in score_only result What dose 'S' key mean in score_only result Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant