clusterplot {BeadExplorer} | R Documentation |
Plot a sample hierarchical cluster plot
clusterplot(data, ...)
data |
A matrix of expression data |
... |
Arguments passed to hclust |
Plots a hierarchical clusterplot. Arguments can be specified that are passed to hclust, e.g to specify the distance metric used
None
Gareth Elvidge gareth.elvidge@well.ox.ac.uk
See also pc
, multiDensity
, multiecdf
, help
data(examplebeadData) clusterplot(exprs(examplebeadData))