| cluster_dimensions | R Documentation |
Reorder samples or features of an ExpressionSet object based on
agglomerative hierarchical clustering of their profiles.
cluster_samples(data, dist.method = "euclidean", hclust.method = "average")
## S3 method for class 'ExpressionSet'
cluster_samples(data, dist.method = "euclidean",
hclust.method = "average")
cluster_features(data, dist.method = "euclidean", hclust.method = "average")
## S3 method for class 'ExpressionSet'
cluster_features(data, dist.method = "euclidean",
hclust.method = "average")
data |
|
dist.method |
distance metric to be calculated prior to clustering. |
hclust.method |
the agglomeration method to be used. |
Distance among samples or features is first calculated using the method
specified by dist.method, which can be any of the measures accepted by
dist. Similarly, hclust.method can be any of the
agglomeration methods accepted by hclust.
An ExpressionSet object reordered on one dimension.
dist, hclust
cluster_samples(profiles)
cluster_features(profiles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.