xfindvariable_genes: Select Highly Variable Genes

Description Usage Arguments Value

View source: R/utilities_temp.R

Description

Select Highly Variable Genes following the vst approach. Please only use this function when you do not have access to Seurat package. More details are available in the vignette of this package.

Usage

1
xfindvariable_genes(expr, ngenes = 2000)

Arguments

expr

A matrix of input scRNA-seq data. Rows correspond to genes and columns correpond to cells.

ngenes

The number of most variable genes to be selected.

Value

A vector of top highly variable genes with the total number determined by @ngenes option.


scSorter documentation built on March 17, 2021, 9:06 a.m.