clusterplot {BeadExplorer}R Documentation

Plots a hierarchical cluster plot

Description

Plot a sample hierarchical cluster plot

Usage

clusterplot(data, ...)

Arguments

data A matrix of expression data
... Arguments passed to hclust

Details

Plots a hierarchical clusterplot. Arguments can be specified that are passed to hclust, e.g to specify the distance metric used

Value

None

Author(s)

Gareth Elvidge gareth.elvidge@well.ox.ac.uk

See Also

See also pc, multiDensity, multiecdf, help

Examples


data(examplebeadData)
clusterplot(exprs(examplebeadData))


[Package BeadExplorer version 1.2.0 Index]