getMergeGroupRows {hierBipartite} | R Documentation |
Given index from hclust merge matrix, return X, Y row indices corresponding to groups specified by index
Description
Given index from hclust merge matrix, return X, Y row indices corresponding to groups specified by index
Usage
getMergeGroupRows(idx, groups, groupMerges)
Arguments
idx |
index 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 row indices corresponding to X, Y
[Package hierBipartite version 0.0.2 Index]