newMergedGroup {hierBipartite}R Documentation

Given group indices for a merge from hclust merge matrix, return group names of merged cluster

Description

Given group indices for a merge from hclust merge matrix, return group names of merged cluster

Usage

newMergedGroup(idx1, idx2, groups, groupMerges)

Arguments

idx1

group index of first group from hclust merge

idx2

group index of second group from hclust merge

groups

list of starting group membership (input to hierBipartite())

groupMerges

list of merged groups thus far (groupMerge[[3]] is a vector of group names from cluster created at third merge)

Value

vector of group names after merge of group indicated by idx1 and idx2


[Package hierBipartite version 0.0.2 Index]