Usage
dr.plot(dmat = NULL, rlst = NULL, chrom.s = 1, chrom.e = NULL,
title = NULL, hline = NULL, dcol = NULL, rcol = NULL, rbcol = NULL,
...)null.plot()
Arguments
dmat
a numeric matrix for dot plots where the first column is position (POS) and subsequent columns are y-values.
rlst
a list containing numeric matrices containing rectangle coordinates.
chrom.s
start position for the chromosome
chrom.e
end position for the chromosome
title
optional string to be used for the plot title.
hline
vector of positions to be used for horizontal lines.
dcol
vector of colors to be used for dot plots.
rcol
vector of colors to be used for rectangle plots.
rbcol
vector of colors to be used for rectangle borders.
...
arguments to be passed to other methods.