predict.rf | R Documentation |
simple prediction of groups using a random forest trained during the bestGrouping process
predict.rf(x, rf, bestColname = "predicted group using random forest")
x |
the single cells ngs object |
rf |
the random forst model to use for the classification |
bestColname |
the column name to store the results in |
a SingleCellsNGS object including the results and storing the RF object in the usedObj list (bestColname)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.