Bet_R: Make predictions with the trained SciBet model.

View source: R/SciBetR.R

Bet_RR Documentation

Make predictions with the trained SciBet model.

Description

Make predictions with the trained SciBet model.

Usage

Bet_R(expr, result=c("list", "table"))

Arguments

expr

The expression matrix or dataframe for prediction. Rows should be cells and columns should be genes.

result

Return a "list" of predicted labels, or a "table" of probabilities of each tested cell belonging to each label.

Value

A vector or a dataframe for the classification result.


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