DecisionTree: Build decision trees for each cell group in the candidate...

Description Usage Arguments Examples

View source: R/DecisionTree.R

Description

This function builds decision trees for each cell group each candidate set using the R package rpart. The overall classification error is summarized for each candidate set of cell groups.

Usage

1
DecisionTree(sobj, markers, out.dir, plot.decision.tree)

Arguments

sobj

the Seurat object

markers

a list of marker gene tables for candidate sets. This is usually the list returned from ComputeMarkers().

out.dir

the path for output directory

plot.decision.tree

whether to plot decision trees?

Examples

1
DecisionTree(sobj, markers, out.dir, plot.decision.tree)

NHLBI-BCB/IKAP documentation built on March 21, 2020, 8:08 p.m.