Description Usage Arguments Details Author(s) See Also
Produce box-and-whisker plot(s) of the positive and negative feature intensities for the selected device.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
x |
object of class |
type |
type of border elements to be used, one of “pos”, “neg”, or both. |
qualopt |
character string specifying whether to draw boxplots for “raw”, “adjusted”, or “normalized” border intensities. |
transfo |
a valid function to transform the data, usually “log2”, or “0”. |
range |
determines how far the plot whiskers extend out from the box. |
names |
optional vector of sample names. |
ylim |
the y limits of the plot. |
bmar |
optional |
las |
the style of axis labels. |
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 the positive and negative feature intensities for an object of class
QualTreeSet
.
For names=NULL
full tree names will be displayed while for names="namepart"
tree
names will be displayed without name extension. If names
is a vector of tree names, only
these columns will displayed as boxplot.
For bmar=NULL
the default list bmar = list(b=6, cex.axis=1.0)
will be used initially.
However, both bottom margin b
and axis label magnification cex.axis
will be adjusted
depending on the number of label characters and the number of samples.
Christian Stratowa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.