Description Usage Arguments Value Examples
View source: R/print_tree_rules.R
Plot Decision trees as gates
1 | plot_gates(object, tree, terminal_node)
|
object |
a seurat object that will be used to draw the plots |
tree |
a decision tree that will be used to construct the gates |
terminal_node |
the name of the terminal node that will be used for the gating |
a ggplot object.
1 | plot_gates(Seurat::pbmc_small, fit_ctree(Seurat::pbmc_small), '5')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.