aggr_metadata | R Documentation |
Aggregate a metadata column to get a summarized value for a cluster node
aggr_metadata(node_data, col_name, col_aggr, metadata, is_cluster)
node_data |
data.frame containing information about a set of cluster nodes |
col_name |
the name of the metadata column to aggregate |
col_aggr |
string naming a function used to aggregate the column |
metadata |
data.frame providing metadata on samples |
is_cluster |
logical vector indicating which rows of metadata are in the node to be summarized |
data.frame with aggregated data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.