Closed zitmen closed 9 years ago
Posting suggestions here in Issue tracker is fine and we are glad you did so.
We think this feature is useful thus we accept the suggestion, however, it will take
some time since we are now finalizing version 1.2.
Original issue reported on code.google.com by zitmen
on 2014-04-08 10:53:29
Hi Christophe,
you might be interested in new feature we've added in the latest build of ThunderSTORM
(dev-2014-07-16-b1). Even though it was developed for a different purpose, it can serve
well for local density filtering.
Here is how it works:
1) load data into the Results table
2) run Plugins > ThunderSTORM > Colocalization > CBC
3) now we need to do a little workaround step; lets say you want radius 100nm - then
set radius step to 50nm and step count to 2 (this is simply because the minimum number
of steps for CBC is 2 - you could also set 100nm radius and 2 steps, which gives you
the same result but it will be little slower); finally uncheck all the checkboxes except
the last one and hit OK; (see attached screenshot)
4) two new columns have been added into your table; it should be fairly easy to apply
the filter of minimum number of neighbors, say you want more than 10; write `neighbors_in_dist_100
> 10` in the Filter and hit enter (or click Apply)
Hope it helped. We will add the UI for local density filtering later, so there will
be much less steps involved in future.
Best,
Martin
Original issue reported on code.google.com by zitmen
on 2014-07-16 09:33:50
I forgot to mention that this feature is 2D only, thus the radius is of a circle, not
a sphere.
Original issue reported on code.google.com by zitmen
on 2014-07-16 10:00:00
local density based filtering has been added to the results table in revision 47707eb79b20
daily build will be available later today
----------------------------------
The new feature works for both 2D and 3D. The module is able to work only with a single
radius. If you need filtering based on more radii, e.g., 3 molecules in 20nm && 5 in
50nm, then you have to use the CBC module as described above.
Original issue reported on code.google.com by zitmen
on 2014-10-27 13:15:10
Original issue reported on code.google.com by
lechristophe
on 2014-04-08 10:28:38