Description Usage Arguments Value
View source: R/scn_prediction.R
Trains a singleCellNet classifier and then predicts classification of query data
1 | scn_prediction(query, stRef, expRef)
|
query |
The data which will be classified by the random forest classifier |
stRef |
Reference sample data. Needs to have a column named "cell" with cell names and one named "newAnn" with annotations/desired clasifications. |
expRef |
Reference experiment data. Should contain genes as row names, cell names as column names and contain gene expression levels in the matrix |
Returns a list with the trained classifier, predictions for the queried data, and assessment information from classifier training.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.