Method for determining confidence in specific bifurcations in the cluster tree. Use the Out of Bag (OOB) error of a random forest classifier to judge confidence.
AssessSplit(object, node, cluster1, cluster2, print.output = T, ...)
Seurat object
Node in the cluster tree in question
First cluster to compare
Second cluster to compare
Print the OOB error for the classifier
additional parameters to pass to BuildRFClassifier
Returns the Out of Bag error for a random forest classifier trained on the split from the given node