Currently ScoreMatrix does not keep all windows in the output. It removes all windows which overlap exactly 0 features in target.
This causes two research problems:
- it gives an impression (on a plotted heatmap), that there is more signal across windows than there really is
- it breaks the correspondence between heatmap rows and windows. In any subsequent analysis the user needs to create a mapping between them. Grouping becomes cumbersome and may lead to severe bugs.
Personally, I cannot imagine a situation where removing windows would be beneficial. No overlap is a valid research result. Zero signal lies on the continuum next to very low signal (which is included).
Currently ScoreMatrix does not keep all windows in the output. It removes all
windowswhich overlap exactly 0 features intarget.This causes two research problems:
Personally, I cannot imagine a situation where removing windows would be beneficial. No overlap is a valid research result. Zero signal lies on the continuum next to very low signal (which is included).