plotHeatMap | R Documentation |
This class is derived from componentsClust
and is used to store hierarchical clustering information
from intensity profiles of feature groups.
plotHeatMap(obj, ...)
## S4 method for signature 'componentsIntClust'
plotHeatMap(
obj,
interactive = FALSE,
col = NULL,
margins = c(6, 2),
cexCol = 1,
...
)
## S4 method for signature 'componentsIntClust'
plotInt(
obj,
index,
pch = 20,
type = "b",
lty = 3,
col = NULL,
plotArgs = NULL,
linesArgs = NULL
)
obj |
A |
... |
Further options passed to |
interactive |
If |
col |
The colour used for plotting. Set to |
margins , cexCol |
Passed to |
index |
Numeric component/cluster index or component name. |
pch , type , lty |
Passed to |
plotArgs , linesArgs |
A |
Objects from this class are generated by generateComponentsIntClust
plotHeatMap
returns the same as heatmap.2
or
heatmaply
.
plotHeatMap(componentsIntClust)
: draws a heatmap using the
heatmap.2
or heatmaply
function.
plotInt(componentsIntClust)
: makes a plot for all (normalized) intensity
profiles of the feature groups within a given cluster.
clusterm
Numeric matrix with normalized feature group intensities that was used for clustering.
componentsClust
componentsIntClust
When the object is altered (e.g. by filtering or subsetting it), methods that need the original clustered data such as plotting methods do not work anymore and stop with an error.
componentsClust
for other relevant methods and generateComponents
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.