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.
xfindvariable_genes(expr, ngenes = 2000)A matrix of input scRNA-seq data. Rows correspond to genes and columns correpond to cells.
The number of most variable genes to be selected.
A vector of top highly variable genes with the total number determined by @ngenes option.