Implement DP in SIFTS.fix_range
#8
NatureGeorge
started this conversation in
Ideas
Replies: 3 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently,
pdb-profiling
(v0.2.6) implements a Brute-Force way of obtaining a fixed alignment range. However, not only does it ignore cases like1qmb_1
but also too inefficient for large protein. Dynamic Programming should be considered. And the Needleman-Wunsch algorithm is a nice choice.Beta Was this translation helpful? Give feedback.
All reactions