newMergedGroup: Given group indices for a merge from hclust merge matrix,...

Description Usage Arguments Value

View source: R/utils.R

Description

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

Usage

1
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


hierBipartite documentation built on Feb. 16, 2021, 5:07 p.m.