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 = TRUE, ...)
Seurat object
Node in the cluster tree in question
First cluster to compare
Second cluster to compare
Print the OOB error for the classifier
Arguments passed on to BuildRFClassifier
Vector of genes to build the classifier on
Vector of classes to build the classifier on
Additional progress print statements
Returns the Out of Bag error for a random forest classifier trained on the split from the given node