Description Usage Arguments Value
Normalize data for a given assay
1 2 3 | NormalizeData(object, assay.type = "RNA",
normalization.method = "LogNormalize", scale.factor = 10000,
display.progress = TRUE)
|
object |
Seurat object |
assay.type |
Type of assay to normalize for (default is RNA), but can be changed for multimodal analyses. |
normalization.method |
Method for normalization. Default is log-normalization (LogNormalize). More methods to be added very shortly. |
scale.factor |
Sets the scale factor for cell-level normalization |
display.progress |
display progress bar for scaling procedure. |
Returns object after normalization. Normalized data is stored in data or scale.data slot, depending on the method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.