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
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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_1but 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