plot_gates: Plot Decision trees as gates

Description Usage Arguments Value Examples

View source: R/print_tree_rules.R

Description

Plot Decision trees as gates

Usage

1
plot_gates(object, tree, terminal_node)

Arguments

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

Value

a ggplot object.

Examples

1
plot_gates(Seurat::pbmc_small, fit_ctree(Seurat::pbmc_small), '5')

jspaezp/sctree documentation built on April 30, 2020, 10:36 p.m.