robinweide / GENOVA

GENome Organisation Visual Analytics
GNU General Public License v3.0
69 stars 15 forks source link

saddle: add min and max distance #193

Closed robinweide closed 4 years ago

robinweide commented 4 years ago

Now all pairwise interactions are used. It would be interesting if one can limit the distance between pairs.

teunbrand commented 4 years ago

Yeah that would definitely be possible; we already calculate distances for observed/expected so we'd just need a filtering step and can set the default distance threshold to c(0, Inf).

teunbrand commented 4 years ago

This now exists in dev