Download Bioinformatics Toolbox
Transcript
quantilenorm Purpose performs quantile normalization over multiple arrays Syntax Description 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. Examples See Also load yeastdata normYeastValues = quantilenorm(yeastvalues,'display',1); malowess, manorm. 2-303
Related documents