Normalize data for a given assay
NormalizeData(object, assay.type = "RNA",
normalization.method = "LogNormalize", scale.factor = 10000,
display.progress = TRUE)
Seurat object
Type of assay to normalize for (default is RNA), but can be changed for multimodal analyses.
Method for normalization. Default is log-normalization (LogNormalize). More methods to be added very shortly.
Sets the scale factor for cell-level normalization
display progress bar for scaling procedure.
Returns object after normalization. Normalized data is stored in data or scale.data slot, depending on the method