Gambler_R: Select informative genes of the training set in a supervised...

View source: R/SciBetR.R

Gambler_RR Documentation

Select informative genes of the training set in a supervised manner.

Description

Use trained scibet model to predict cell types of the test matrix.

Usage

Gambler_R(test_r, prob_r,ret_tab=FALSE)

Arguments

test_r

Rows should be cells and columns should be genes.

prob_r

trained scibet model Rows should be genes and columns should be cell types.The genes must be matched with test_r

ret_tab

return list or matrix.

Value

Predicted cell types in the form of list or matrix.


zhangwenjie-tina/scibetR documentation built on July 6, 2023, 2:14 p.m.