This function calculates auto-correlation between plus and minus strands for
the given chromosome in a file of mapped sequences. Each line in the file
describes one read. Each column is separated by a TAB character.
The following columns must be presented in the file: sequence, chromosome,
coordinate and strand. The position of these columns are controlled by
'cols.order' argument accordingly. The default value of 'cols.order' is a
vector (9,11,13,14) meaning that sequence is expected to be found at column
number 9, chromosome - at column 11, coordinate - at column 13 and strand -
at column 14. The first column should be referenced by 1 and not by 0.
Coordinates that are not in [min.coord, max.coord] range are ignored.
gcompute_strands_autocorr outputs the total statistics and the
auto-correlation given by bins. The size of the bin is indicated by
'binsize' parameter. Statistics is calculated for bins in the range of
[-maxread, maxread].