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

Description Usage Arguments Value

View source: R/SciBet.R

Description

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

Usage

1
SelectGene(expr, k=1000, r = FALSE)

Arguments

expr

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

k

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

r

Whether to reture a datafram of the gene list. The default is FALSE.

Value

A list of genes informative genes.


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