This function runs a Wilcoxon test (also known as a Mann-Whitney test) over
the values of track expression in the two sliding windows having an
identical center. The sizes of the windows are specified by 'winsize1' and
'winsize2'. 'gwilcox' returns intervals where the smaller window tested
against a larger window gives a P-value below 'maxpval'. The test can be one
or two tailed.
'what2find' argument controls what should be searched: peaks, lows or both.
If 'intervals.set.out' is not 'NULL' the result is saved as an intervals
set. Use this parameter if the result size exceeds the limits of the
physical memory.