View source: R/Transformations.R
QuantileEdgeClean | R Documentation |
Scales the range of input to be between 0 and 1
QuantileEdgeClean(
mat,
LowSet = 0,
HighSet = NULL,
lowQuant = 0.1,
highQuant = 0.9
)
mat |
a numerical matrix, rows are features cols are cells/measured units |
LowSet |
a numerical value for lower send quantiles; default 0 |
HighSet |
a numerical value for higher send quantiles; default NULL sets to high quantile |
lowQuant |
a value to set the low quantiles |
highQuant |
a value to set the high quantiles |
A numeric mat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.