group.hclust-methods: description of function group.hclust

group.hclustR Documentation

description of function group.hclust

Description

Create a groping based on a hclust run like hclust(dist(x@data),method="ward.D2")

Usage

group.hclust(x, groups, name, type = "genes", distfun = function(a) {    
  dist(a) }, hclustMethod = "ward.D2")

Arguments

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?


stela2502/StefansExpressionSet documentation built on April 24, 2023, 8:15 p.m.