SciBet: Classify cells of a given query dataset using a reference...

Description Usage Arguments Examples

Description

SciBet main function. Train SciBet with the reference dataset to assign cell types for the query dataset.

Usage

1
SciBet(train, test, k=1000, result=c("list", "table"))

Arguments

train

The reference dataset, with rows being cells, and columns being genes. The last column should be "label".

test

The query dataset. Rows should be cells and columns should be genes.

k

Number of genes to select according to the total entropy differneces among cell types.

Examples

1
SciBet(train.matr, query.matr)

PaulingLiu/scibet documentation built on April 17, 2021, 7:33 a.m.