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
A PWM match-score cutoff is mandatory when dumping PWMs into a file in Homer format.
Currently, the score cutoff is constant (log(2^10)) and identical for all PWMs.
Maybe the function should accept an argument to allow to choose between a constant cutoff (current behaviour), or a cut-off that is min(constant, PWMmaxScore), or a relative cut-off (e.g. 80% of PWMmaxScore).