Main Content
quantilenorm
Perform quantile normalization over multiple arrays
Description
normalizes the distributions of values in the columns of NormData
= quantilenorm(Data
)Data
, where
each column corresponds to separate chips.
Note
If Data
contains NaN values, then Data
will also contain NaN values at the corresponding positions.
specifies additional options using one or more name-value arguments.NormData
= quantilenorm(Data
,Name=Value
)
Examples
Input Arguments
Version History
Introduced before R2006a