build_tree_graph | R Documentation |
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
)
clusterings |
numeric matrix containing clustering information, each column contains clustering at a separate resolution |
prefix |
string indicating columns containing clustering information |
count_filter |
count threshold for filtering edges in the clustering graph |
prop_filter |
in proportion threshold for filtering edges in the clustering graph |
metadata |
data.frame containing metadata on each sample that can be used as node aesthetics |
node_aes_list |
nested list containing node aesthetics |
tidygraph::tbl_graph object containing the tree graph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.