data.scale {iCellR}R Documentation

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

my.obj <- data.scale(demo.obj)

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


[Package iCellR version 1.5.1 Index]