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

How to get the predicted PSSM from structure? #39

Closed
bzhousd opened this issue Feb 13, 2023 · 1 comment
Closed

How to get the predicted PSSM from structure? #39

bzhousd opened this issue Feb 13, 2023 · 1 comment

Comments

@bzhousd
Copy link

bzhousd commented Feb 13, 2023

Dear ProteinMPNN team,

Thank you for building such fantastic method to generate sequences from structure. I am thinking of getting a PSSM logo from a known structure. how can I get the predicted PSSM from a structure?

After I checked the code, it looks like I can use log_probs in this line
, and I also need to run this many times(not sure how big to be converged ) because ProteinMPNN decoder is in random decoding order. is this correct?

Thank you for your helps in advance

@dauparas
Copy link
Owner

dauparas commented May 24, 2023

Hello! You can get the PSSM-like predictions using --unconditional_probs_only 1 flag.

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

2 participants