View source: R/preprocessing.R
| scale_data | R Documentation |
This function uses the ScaleData of Seurat to scale the data set. Scaling centers the data to a mean of zero, and scales to a standard deviation of 1. This function assumes that genes are in rows and cells are in columns.
scale_data(dataList)
dataList |
A list of data sets that you would like to scale |
A data list of that includes the scaled data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.