scale.exprs | R Documentation |
It scales a matrix expression and fit all values to a range from 0 to 1.
## S3 method for class 'exprs'
scale(
data,
assay.i = "normalized",
include.FCS.SCE = F,
scaled.matrix.name = "scaled"
)
data |
A |
assay.i |
Name of matrix stored in the |
include.FCS.SCE |
Logical indicating if new scaled matrix must to be stored within the |
scaled.matrix.name |
New scaled matrix name (it will stored within the |
## Not run:
# option 1: save scaled matrix within the fcs.SCE object (if provided)
fcs <- scale.exprs(fcs.SCE = fcs)
# option 2: scale an external data.frame
markers_expresion_scaled <- scale.exprs(fcs.SCE = markers_expresion)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.