Learn R Programming

iCellR (version 1.6.1)

data.scale: Scale data

Description

This function takes an object of class iCellR and scales the normalized data.

Usage

data.scale(x = NULL)

Arguments

x

An object of class iCellR.

Value

An object of class iCellR.

Examples

Run this code
# NOT RUN {
my.obj <- data.scale(demo.obj)

head(my.obj@scaled.data)[1:5]

# }

Run the code above in your browser using DataLab