data.scale {iCellR} | R Documentation |
This function takes an object of class iCellR and scales the normalized data.
data.scale(x = NULL)
x |
An object of class iCellR. |
An object of class iCellR.
my.obj <- data.scale(demo.obj) head(my.obj@scaled.data)[1:5]