Description Arguments Details Author(s) See Also Examples
Produce box-and-whisker plot(s) of the positive and negative feature intensities.
Usage
borderplot(x,
type = c("pos", "neg"),
qualopt = "raw",
transfo = log2,
range = 0,
names = "namepart",
ylim = NULL,
bmar = NULL,
las = 2,
...)
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. |
... |
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
1 2 3 4 5 6 7 8 | ## Not run:
## border intensities, created by e.g. rmaPLM()
getTreeNames(rootFile(rlm.all), treetype="brd")
borderplot(rlm.all)
borderplot(rlm.all, type="pos")
borderplot(rlm.all, type="neg")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.