Usage
plotIntensity2GC(x, treename, which = "", transfo = log2, range = 0, col = c("lightblue", "darkblue"), dev = "screen", outfile = "Intensity2GCPlot", w = 540, h = 540, ...)
Arguments
treename
character
vector, tree name used for intensities.
which
type of probes to be used, for details see validData
. transfo
a valid function to transform the data, usually log2, or 0.
range
determines how far the plot whiskers extend out from the box.
col
color pair to be used by function colorRampPalette.
dev
graphics device to plot to, i.e. one of screen, jpeg,png,
pdf or ps.
outfile
the name of the output file.
w
the width of the device in pixels.
h
the height of the device in pixels.
...
optional arguments to be passed to plotIntensity2GC
.