scScale | R Documentation |
After data normalization, RISC will perform root-mean-square scaling to the dataset and generated scaled counts which balance expression levels in each cell with empirical mean equal to 0. Therefore, only biological signal will be reserved in scaled counts. RISC utilizes scaled counts for dimension reduction and data integration.
scScale(object, method = "scale", center = TRUE, scale = FALSE)
object |
RISC object: a framework dataset. |
method |
A model used for scale scdataset, the default is root-mean-square scaling. |
center |
Whether to center the matrix. |
scale |
Whether using standard deviation to scale the matrix. |
The scaled matrix.
Juszczak et al., CiteSeer (2002)
Jiawei et al. (2011)
# RISC object
obj0 = raw.mat[[3]]
scale.mat = scScale(obj0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.