RFpredictor | R Documentation |
Random Forest Classifcation for single-cell expression data or just general matrix
RFpredictor(classifier, test, ...)
classifier |
trained RF classifier. |
test |
test expression matrix. |
... |
pass to predict.ranger. |
Predicting using random forest classification.
classifier <- RFclassifier(seurat, training.classes = seurat@ident, importance = "impurity")
prediction <- RFpredictor(classifier, test@data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.