Description Usage Arguments Details Value Author(s) References See Also Examples
Creates a barplot of sample (=condition) scores, for a given transcription module. See details below.
1 2 3 |
modules |
An |
number |
An integer scalar, the module to plot. |
eset |
An |
col |
Color of the bars, it it passed to
|
all |
Logical scalar, whether to plot all samples (if
|
sep |
|
sepcol |
The color of the separating lines (see the |
val |
Logical scalar, whether to add labels with the actual score values. |
srt |
Numeric scalar, the rotation angle of the text labels, this
is passed to the |
adj.above |
Adjustment of the text labels that are above the
bars. This is passed to |
adj.below |
Adjustments of the text labels that are below the
bars. This is passed to |
plot.only |
Numeric vector, if supplied it is used to plot a subset of samples only. By default all samples are plotted. |
... |
Additional argument, to be passed to
|
condPlot
creates a barplot for the sample scores of an ISA
transcription module. Each sample is represented as a bar.
These plots are useful if you want to show that a given transcription module separates the samples into two (or more) groups. You can assign different colors to the samples, based on some external information, e.g. case and control samples can be colored differently.
In most cases the scores are between minus one and one, but this is not necessarily true.
It is possible to assign scores to samples that are not part of the
module, but this requires performing one (more precisely half) ISA
iteration step. Currently the function always performs this extra
step, even if the out-of-module samples are not plotted. Because the
sample scores in a module are only approximately constant during ISA
iteration, it might be possible that the plotted scores are slightly
different than the ones stored in the modules
variable.
None.
Gabor Csardi csardi.gabor@gmail.com
Bergmann S, Ihmels J, Barkai N: Iterative signature algorithm for the analysis of large-scale gene expression data Phys Rev E Stat Nonlin Soft Matter Phys. 2003 Mar;67(3 Pt 1):031902. Epub 2003 Mar 11.
ISA
and ISAModules
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.