[Dynamite] Re: Transposable element classes etc (fwd)

Ian Holmes ihh@fruitfly.org
Sat, 20 May 2000 07:22:08 -0700 (PDT)


On Sat, 20 May 2000, a b wrote:

> the representation of the association score is
> 
> associated{i and j} = present{i and j} if (present{i} and present{j})

Don't you mean:

associated{i and j} = near{i and j} if (present{i} and present{j})
                      ----

...?

Ian