| Bioinformatics Toolbox | ![]() |
performs quantile normalization over multiple arrays
NORMDATA = QUANTILENORM(DATA), where the columns of DATA correspond to separate chips, normalizes the distributions of the values in each column. Note that if DATA contains NaN values, then NORMDATA will also contain NaNs at the corresponding positions.
NORMDATA = QUANTILENORM(...,'MEDIAN',true) takes the median of the ranked values instead of the mean.
NORMDATA = QUANTILENORM(...,'DISPLAY',true) plots the distributions of the columns and of the normalized data.
load yeastdata normYeastValues = quantilenorm(yeastvalues,'display',1);
malowess, manorm.
| prune (phytree) | ramachandran | ![]() |
© 1994-2005 The MathWorks, Inc.