public class MatrixNormalizer<R,C> extends Object
Constructor and Description |
---|
MatrixNormalizer() |
Modifier and Type | Method and Description |
---|---|
DoubleMatrix<R,C> |
quantileNormalize(DoubleMatrix<R,C> matrix)
Rows with all missing will not be returned.
|
public DoubleMatrix<R,C> quantileNormalize(DoubleMatrix<R,C> matrix)
Note that the Bioconductor implementation deals with missing values differently, and in a much more complex way. Therefore this gives different answers in the missing value case from Bioconductor (normalize.quantiles).
matrix
- Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.