group.hclust | R Documentation |
Create a groping based on a hclust run like hclust(dist(x@data),method="ward.D2")
group.hclust(x, groups, name, type = "genes", distfun = function(a) {
dist(a) }, hclustMethod = "ward.D2")
x |
the StefansExpressionSet object |
groups |
how many groups should I identify |
name |
the new column name created as paste( name, groups, 'groups' ) |
type |
a 'gene' or 'sample' grouping? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.