Unit-Variance (UV) scale each variable (column). UV-scaling applied as (value - mean) / stdev.
Unit-Variance Scaling or Autoscaling, is commonly applied and uses the standard deviation as the scaling factor. After autoscaling, all metabolites have a standard deviation of one and therefore the data is analyzed on the basis of correlations instead of covariances.
Usage
scaling_UV(inputMat)
Value
Matrix of measurements UV-scaled columnwise.
Arguments
inputMat
(Observation x Variable) data.frame of measurements, with observations as rows and different variables as columns.