Hi!
I am working on a BLAST similar tool and wanted to implement the Score (raw Alignment score) and the E-value. I was wondering if someone could please explain me how it is calculated by showing it with an example. I found lots of explanations but didn't get the right answers. I really need an example how these scores are calculated.
Thanks,
Beeth
As I think the answers below suggest... If you don't know what BLAST really does and how its core outputs are calculated, why then would you start working on something that does something similar?
I've also tried to emulate BLAST's scoring scheme in another program, and it's close to impossible. I've managed to get the bit scores more or less comparable (except in the range of around ~20 - 40 bits), but I've not attempted to calculate E-values. There's a lot of advanced statistics, strange behavior, hard-coded options etc. hidden inside BLAST's bowels.