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.
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.