Description Usage Arguments Details Value Author(s) References See Also Examples
Quantile normalization of a data matrix where rank invariant (RI)/nearly rank invariant (NRI) rows/features or other user-selected rows are normalized by the mean/median-balanced quantile normalization.
1 2 3 4 5 6 7 8 9 10 |
x |
a data matrix, where rows represent features, e.g. of protein abundance, and columns represent groups or samples, e.g. replicates, treatments, or conditions. |
FUN |
a function like mean, median (default), a user defined function,
or a numeric vector of weights with length |
na.rm |
logical indicating to omit NAs in the computation of feature mean. |
method |
character specifying function for computation of quantile
normalization; "limma" (default) for |
low_thr |
a value between [0 1]. Features with RI
frequency >= |
index |
an integer or a vector integers specifying the indices of selected rows. |
offsetmatrix |
logical indicating if offset matrix should be used instead of offset vector specifying offset for each row |
verbose |
logical indicating to print messages. |
Selected rows and/or rows with rank invariance frequency
>=threshold
are normalized with the mean/median-balanced quantile
normalization. Remaining rows are quantile normalized without mean balancing.
Normalized matrix
.
Ariane Schad
Brombacher, E., Schad, A., Kreutz, C. (2020). Tail-Robust Quantile Normalization. BioRxiv.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.