This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How To Estimate K And Lambda For Local Alignment'S Significance?

Hi,

I'm wondering how to estimate K and lambda for local alignment's significance for a specific scoring matrix and gap penalty. I know there's a paper (The statistical parameters for local alignment score distributions) about it, but I hope that there's already a tool I can use directly. Does anyone know such a tool? Thanks.

local alignment

I asked Dr. Altschul and he suggested that I use by Dr. Spouge's group. The tool they provided (alp1.3) couldn't be compiled with g++ 4.4, so I fixed a few things (added a few headers) and it can now be compiled using g++. The code is here.

1 answer

I had this same problem a number of years back. I emailed Stephen Altschul who sent me some C code to calculate K and lambda, which worked fine as I recall. Perhaps you can try this same thing and also see if Altschul would be willing to post this code more publicly.

Log in to answer this question.