You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Thanks, I know about the rownames and I am using them. I also always fix seqInfo of any GRanges object I create in R.
I started this not for myself, but rather for other users. As I know some people never assign seqInfo.
I am currently using a slightly slower, high-level variation on ScoreMatrix to keep all the windows and keep window:target orientation pairs only (#108)
Currently ScoreMatrix does not keep all windows in the output. It removes all
windows
which 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).
The text was updated successfully, but these errors were encountered: