scale_data: Scales the Data

View source: R/preprocessing.R

scale_dataR Documentation

Scales the Data

Description

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.

Usage

scale_data(dataList)

Arguments

dataList

A list of data sets that you would like to scale

Value

A data list of that includes the scaled data


NWhitener/benchmarking documentation built on Oct. 23, 2023, 12:20 a.m.