Skip to content
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

Methods inspired by Pymol #28

Open
jaimergp opened this issue Apr 21, 2020 · 0 comments
Open

Methods inspired by Pymol #28

jaimergp opened this issue Apr 21, 2020 · 0 comments
Labels
enhancement New feature or request module-structure-superposition Concerns opencadd.structure.superposition module

Comments

@jaimergp
Copy link
Contributor

From the Pymol wiki:

align performs a sequence alignment followed by a structural superposition, and then carries out zero or more cycles of refinement in order to reject structural outliers found during the fit. align does a good job on proteins with decent sequence similarity (identity >30%). For comparing proteins with lower sequence identity, the super and cealign commands perform better.

super aligns two selections. It does a sequence-independent (unlike align) structure-based dynamic programming alignment followed by a series of refinement cycles intended to improve the fit by eliminating pairing with high relative variability (just like align). super is more robust than align for proteins with low sequence similarity.

super and align use the same C backend, with align using some harcoded values for some options, that's all.

cealign aligns two proteins using the CE algorithm. It is very robust for proteins with little to no sequence similarity (twilight zone). For proteins with decent structural similarity, the super command is preferred and with decent sequence similarity, the align command is preferred, because these commands are much faster than cealign.

Usage. More info (and source) for cealign here. More source.

All the fitting operations endpoints are collected here.

@jaimergp jaimergp added the enhancement New feature or request label Apr 21, 2020
@dominiquesydow dominiquesydow added the module-structure-superposition Concerns opencadd.structure.superposition module label Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module-structure-superposition Concerns opencadd.structure.superposition module
Projects
None yet
Development

No branches or pull requests

2 participants