-
Notifications
You must be signed in to change notification settings - Fork 101
how to identify CDR after numbering sequence #39
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
Comments
Once you have the numbered antibody sequence then you can simply extract the residues with a number that is within the CDR3 limits given in the definition table you linked to, so something like You just have to be careful to correctly catch residues that have a letter collated to their residue number. Suppose you have an IMGT numbered heavy chain sequence with the following format: Then you have to make sure you correctly extract the D and H and get TSDHK... Other than that I don't think there are other edge cases to deal with, maybe just check that the CDR3 sequence you have extracted has a minimum length of 5 or something like that. |
|
You should double check the CDR definitions table you are using because it seems wrong, in the official IMGT website the CDR1 is defined as H27-38. |
You are right. But that make me confused about this definitions which many people and documents cite it. |
Hi ,all.
Because SCALOP will miss H-CDR3, is there annother tool could identify CDR region? After numbering the antibody sequence, whether it's the right way to extract CDR region according to the position of CDR Definitions ? Any other suggestions would be appreciated.
The text was updated successfully, but these errors were encountered: