3dem / model-angelo

Automatic atomic model building program for cryo-EM maps
MIT License
116 stars 18 forks source link

Question about the paper #86

Closed ChenShengsGitHub closed 10 months ago

ChenShengsGitHub commented 11 months ago

In section 3.2 of the article, the dimension M of X and the dimension M of S are the same. But in my understanding, the dimension M of X cannot match the dimension M of S during inference. Is it because I didn't understand it clearly?

jamaliki commented 11 months ago

Hi,

Thank you for the question. I believe that is a typo, since it is supposed to be $M'$ for the length of the sequence embedding that is not generally equal to $M$ that is the number of residues.

ChenShengsGitHub commented 11 months ago

Thanks for your reply! I have another question, X is the coordinate of the unordered residue, and S is the ordered residue sequence, which is inconsistent with AlphaFold. I would like to know if you try to align X and S in the neural network, such as through attention.

jamaliki commented 11 months ago

Yes, in our case, we do not have access to the ordering between $X$ and $S$, which makes our problem different. The network learns this correspondence through the use of its Sequence Module.

In fact in model building, there may be residues in $S$ that are not resolvable in the map, so they would be missing in $X$, so a learned approach is necessary.

Feel free to ask any other questions!