Alate_One
Well-known member
It means you have two changes which are insertions and deletions. And no there isn't a vastly greater difference in similarity because the algorithm slides the two sequences so that the two changes stick out. It wants to optimize the number of matches and reduce the number of insertions and deletions. (You didn't play the game did you?)Oops. Right you are. It should have been this:
ATAGGACCATAGA
TAGGACCATAGAA
The point stands. The same number of changes, vastly greater difference in similarity according to your brute force method.
Code:
ATAGGACCATAGA
TAGGACCATAGAA
It makes a difference to the organism. A frameshift is more likely to be deleterious than a substitution, thus it is scored with a penalty because it is more likely to be a FUNCTIONAL difference. Wasn't that your original point? About meaning? :dizzy:What does that matter? The sequence might still be present and a candidate for comparison.
No, you're comparing one extremely long set of ATGCs to another extremely long set of ATGCs. The longer the string the less likely you're matching by accident, which is how the algorithms work and scoring is done.The cell doesn't need to know. In a sequence of 109 randomly generated ATGCs, the (corrected) frameshift sequence I gave will show up about 50 times. If you are to pick out those and compare them to the original you will meet the problem I am describing.
You can take two random strings and yes a handful of bases may match by random factors alone, but we're not talking about handfuls of bases matching. If you do the above you get a very low score and no homology.
Gee is that why there are literally thousands of papers that do this? But it doesn't work because Stripe says so? :rotfl:Information cannot be reasonably compared using the brute force method you are describing.
(Then again I don't think you understood how the "brute force method" actually works)
You're at a kindergarten level at best.Actually, I do. You might want to start elaborating instead of dropping off the kindergarten lesson and pretending that settles things.