as_binary_tree.hclust: Convert a hclust object as a binary tree object

Description Usage Arguments Value

Description

Convert a hclust object as a binary tree object

Usage

1
2
3
## S3 method for class 'hclust'
as_binary_tree(hclust_obj, data, membership,
  method = "median")

Arguments

hclust_obj

A hclust object

data

A data matrix

membership

A membership matrix for leaves

method

A string indicating method for summarizing the nodes

Value

A list containing the binary tree object and a vector of summary statistics on each node


NCBI-Hackathons/robustSingleCell documentation built on May 9, 2019, 3:27 a.m.