-
Notifications
You must be signed in to change notification settings - Fork 4
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
ag_residues always 0 #5
Comments
Hi igortu,
ANTIPASTI expects Chothia numbering for the antibody regions; you might find this function helpful. Although I have not tested it myself, it appears straightforward and promising. It is part of the IgFold repository and AbNumber-based. Alternatively, if you already have a PDB file with any numbering scheme and a list of residues using Chothia numbering, you can save them in the appropriate folders under Hope this helps! |
Am I understand correctly that masked dccm matrix (input_shape) has always constant size and somehow include information about antigen? |
Hi @igortru, Sorry for my late reply. I had missed this message. Yes, the dccm matrices have always the same shape:
The obtention of a list of residues from a PDB files occurs in the Best, |
|
Hi, Specify the desired PDB code as the selected entry. This will point to the directory where the residue lists are stored and fetch the corresponding numpy array. For this to work, the residue list needs to already be saved in that directory (either automatically via the main pipeline or manually, if you don't have a Chothia-annotated PDB). Hope this is helpful! |
Hi Kevin! From my perspective, all numbering issues need to be hidden inside. I have tried your tool on my heavy chain only predicted antibody-antigen pairs |
Hi, I am talking only about provided notebooks.
I don't see how you include antigen structure in affinity calculation process:
ag_residues always 0.
ag_residues=0,
self.ag_residues = ag_residues
antigen_max_pixels = self.ag_residues
idx_list += [i+max_res_h+max_res_l for i in range(min(antigen_max_pixels, img.shape[-1]-(h+l)))]
technically, my interest - check affinity for complex I folded myself, it is not clear how it can be done.
for example : how create npy file which contain chothia numbering for antibody (anarci?) and antigen at the same time.
The text was updated successfully, but these errors were encountered: