Description Usage Arguments Details Note Author(s) See Also
Creates a boxplot of probe intensities stratified by GC content for the selected device.
1 2 3 4 5 6 7 8 9 10 11 |
x |
object of class |
treename |
|
which |
type of probes to be used, for details see |
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 |
Creates a boxplot of probe intensities for treename
stratified by GC content for an object
of class DataTreeSet
.
G/C content must first be attached to class DataTreeSet
using method
attachProbeContentGC
. It is also recommended to attach the probe mask using
method attachMask
.
Christian Stratowa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.