Build a tree graph from a set of clusterings, metadata and associated aesthetics
build_tree_graph(
clusterings,
prefix,
count_filter,
prop_filter,
metadata,
node_aes_list
)
tidygraph::tbl_graph object containing the tree graph
numeric matrix containing clustering information, each column contains clustering at a separate resolution
string indicating columns containing clustering information
count threshold for filtering edges in the clustering graph
in proportion threshold for filtering edges in the clustering graph
data.frame containing metadata on each sample that can be used as node aesthetics
nested list containing node aesthetics