plant_tree {scAnnotatR}R Documentation

Plant tree from list of models

Description

Plant tree from list of models

Usage

plant_tree(path_to_models = "default")

Arguments

path_to_models

list of models. If not provided, list of default pretrained models in the package will be used.

Value

tree structure and plot of tree

Examples


# to create the tree of classifiers 
# (in this example, based on default classifiers)
plant_tree()


[Package scAnnotatR version 0.99.7 Index]