- dat
matrix or data.frame of data to get normalized
- meth
(character) may be "mean","median","NULL","none", "trimMean", "rowNormalize", "slope", "exponent", "twoPointSlope", "vsn"; When NULL
or 'none' is chosen the input will be returned
- mode
(character) may be "proportional", "additive";
decide if normalizatio factors will be applies as multiplicative (proportional) or additive; for log2-omics data mode="additive"
is suggested
- param
(list) additional parameters
- silent
(logical) suppress messages
- debug
(logical) additional messages for debugging
- callFrom
(character) allows easier tracking of messages produced