get_tree_nodes {clustree} | R Documentation |
Get tree nodes
Description
Extract the nodes from a set of clusterings and add relevant attributes
Usage
get_tree_nodes(clusterings, prefix, metadata, node_aes_list)
Arguments
clusterings |
numeric matrix containing clustering information, each column contains clustering at a separate resolution |
prefix |
string indicating columns containing clustering information |
metadata |
data.frame containing metadata on each sample that can be used as node aesthetics |
node_aes_list |
nested list containing node aesthetics |
Value
data.frame containing node information
[Package clustree version 0.5.1 Index]