groupOTU {tidytree} | R Documentation |
groupOTU
Description
grouping OTUs
Usage
groupOTU(.data, .node, group_name = "group", ...)
Arguments
.data |
tree object (phylo, treedata, tbl_tree, ggtree etc.) |
.node |
selected nodes |
group_name |
character the name of the group cluster, default is |
... |
additional parameter |
Value
updated tree with group information or group index
Author(s)
Guangchuang Yu
[Package tidytree version 0.4.6 Index]