Description Usage Arguments Examples
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.
1 | DecisionTree(sobj, markers, out.dir, plot.decision.tree)
|
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? |
1 | DecisionTree(sobj, markers, out.dir, plot.decision.tree)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.