View source: R/classification_model.R
model_predict | R Documentation |
Establish A Model And Predict Cell Identity Using DEGs
model_predict(data, group, de_genes, method, verbose)
data |
A matrix with cells on columns and genes on rows. |
group |
Group(or cluster) assignment of every cells in columns of matrix. |
de_genes |
A character vector of DEGs. |
method |
The method to establish the model. SVM, Decision tree or RF (Random Forest). |
verbose |
Whether the process massages are returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.