-
Notifications
You must be signed in to change notification settings - Fork 5
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
Question about the RES task #1
Comments
Yes. The RES task is defined as predicting masked residue types based on local structural enviroments. So we save the subunit indices for each sample in each protein and use it to extract the corresponding part for each sample. Lines 237 to 263 in 2bc9682
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have a question about the RES task. For each example, the subunit indices contain atoms and residues from different chains of the protein. Do you just treat them as a complete protein chain to predict the type of residue at the masked place?
The text was updated successfully, but these errors were encountered: