R/generics.R
, R/components-intclust.R
componentsIntClust-class.Rd
This class is derived from componentsClust
and is used to store hierarchical clustering information
from intensity profiles of feature groups.
A componentsIntClust
object.
Further options passed to heatmap.2
/ heatmaply
(plotHeatMap
).
If TRUE
an interactive heatmap will be drawn (with
heatmaply
).
The colour used for plotting. Set to NULL
for automatic colours.
Passed to heatmap.2
Numeric component/cluster index or component name.
Passed to lines
.
A list
with further arguments passed to plot
and
lines
, respectively.
plotHeatMap
returns the same as heatmap.2
or
heatmaply
.
Objects from this class are generated by generateComponentsIntClust
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.
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.
componentsIntClust
componentsClust
for other relevant methods and generateComponents