plant_tree {scAnnotatR} | R Documentation |
Plant tree from list of models
plant_tree(path_to_models = "default")
path_to_models |
list of models. If not provided, list of default pretrained models in the package will be used. |
tree structure and plot of tree
# to create the tree of classifiers # (in this example, based on default classifiers) plant_tree()