Added residue replacement to handle protein chemical modifications and NCAAs - #128
Open
gfzhou wants to merge 2 commits into
Open
Added residue replacement to handle protein chemical modifications and NCAAs#128gfzhou wants to merge 2 commits into
gfzhou wants to merge 2 commits into
Conversation
r-krishna
requested changes
Jul 11, 2024
r-krishna
left a comment
Collaborator
There was a problem hiding this comment.
needs some clarification in the README
| residue_index_to_replace: 57 | ||
| input: examples/residue_replacement/SEP_ideal_trim.sdf | ||
| input_type: "sdf" | ||
| N_index_atom: 1 |
Collaborator
There was a problem hiding this comment.
is this 0 indexed or 1 indexed?
| C_index_atom = int(residue_replacement[chain].C_index_atom) | ||
| residues_to_atomize.append(AtomizedResidue( | ||
| chain, | ||
| 0, |
|
|
||
| <a id="residue_replacement"></a> | ||
| ### Predicting Proteins with Chemical Modifications or Non-Canonical Amino Acids | ||
| To predict proteins with chemically modified residues or non-canonical amino acids, you can use residue replacement. This involves replacing the chemically modified residue or NCAA with a small molecule file that defines the structure of the modified residue. Here is an example of predicting a phosphorylated protein structure. (from `rf2aa/config/inference/residue_replacement.yaml`) |
Collaborator
There was a problem hiding this comment.
are there any edge cases with running these with protein multimers or cases with small molecules? does order of inputs matter?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.