Data
must have at least four columns: Chr1
, Pos1
, Chr2
and Pos2
, specifying the chromosomes and positions for the start and end points of the links. Additional columns may be used to specify the data, color and max line width.
If data.col
is not NULL, the line width will be proportional to the values in column data.col
with the maximum line width determined by max.lwd
.
If sort.links
is true, the links originate from the same chromosome will be sorted and equally spaced to minimize crossing.