xnormalize_scData {scSorter} | R Documentation |
Normalize scRNA-seq Data
Description
Normalize scRNA-seq data. 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
xnormalize_scData(expr)
Arguments
expr |
A matrix of input scRNA-seq data. Rows correspond to genes and columns correpond to cells. |
Value
A matrix of normalized expression data.
[Package scSorter version 0.0.2 Index]