Open YanjingLiLi opened 1 year ago
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. https://github.com/DeepGraphLearning/SiamDiff/blob/2bc9682fbdfde76b75a3cc419fe4ad6bb7a7d85b/siamdiff/dataset.py#L237-L263
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?