model_predict: Establish A Model And Predict Cell Identity Using DEGs

View source: R/classification_model.R

model_predictR Documentation

Establish A Model And Predict Cell Identity Using DEGs

Description

Establish A Model And Predict Cell Identity Using DEGs

Usage

model_predict(data, group, de_genes, method, verbose)

Arguments

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.


duohongrui/simutils documentation built on March 12, 2024, 8:40 p.m.